Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/
Date: Tue, 10 Mar 2020 19:21:45
Message-Id: 1583868089.8d961695eac6cb0d36272589ee543fbbad35dfcf.tupone@gentoo
1 commit: 8d961695eac6cb0d36272589ee543fbbad35dfcf
2 Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 10 19:20:36 2020 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 10 19:21:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d961695
7
8 dev-python/funcy: bumped to 1.14, added python 3.8
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 dev-python/funcy/Manifest | 1 +
14 dev-python/funcy/funcy-1.14.ebuild | 19 +++++++++++++++++++
15 2 files changed, 20 insertions(+)
16
17 diff --git a/dev-python/funcy/Manifest b/dev-python/funcy/Manifest
18 index 34f275df3e5..4745f4572e1 100644
19 --- a/dev-python/funcy/Manifest
20 +++ b/dev-python/funcy/Manifest
21 @@ -1,2 +1,3 @@
22 DIST funcy-1.10.1.tar.gz 29657 BLAKE2B fb2de795a5564f7009ff5717b8eadc3cb24a2cd4c30b9b9627861d7c8bcffdc1ea27f480c2895b8733f6dd965fbf9ee0fd7f12f8bbd3cf5f0d291829bc852f4b SHA512 123a5a828bd3cdbd38926923eb3979c4e5bca246da93179321eb1619df22cf6f722b5971d1309a1bdee2eeb362fc7fa85c6769a60efdd668350bf6c7d95e184c
23 +DIST funcy-1.14.tar.gz 548493 BLAKE2B fff352d0e0d685fb51fb30302542c2e8893209df1e01912efae06821fbc885b05ab3fea8786d6924b48ddf32cc6bdd6def5e90db1ff949b005437b5d3771c3c0 SHA512 0c7daf1a6d87f56663ae0d37cc65654c79646c313ec530ac57e6ee8de04849b8846556fda10dd762f92e44a5ffa54d32880bed4cd77cec99ae865de0203d123a
24 DIST funcy-1.8.tar.gz 25642 BLAKE2B 5365dd8b3428feb70e9b921008dc48b206b5ba1e5f083e67fb2f7f9677aa84499b15cb168911db7700d98ed5a911899bb5d9c4f94f70876d0da769ccad7594de SHA512 21e3447426376cc3d9f06d57297fcef346431a33e0488f1cead2aa7d8c281dd65c2b33af3638c21639d2d7d667b9c1ea6c7e2eabefc5635d02ad92ce7107f839
25
26 diff --git a/dev-python/funcy/funcy-1.14.ebuild b/dev-python/funcy/funcy-1.14.ebuild
27 new file mode 100644
28 index 00000000000..da293bb086e
29 --- /dev/null
30 +++ b/dev-python/funcy/funcy-1.14.ebuild
31 @@ -0,0 +1,19 @@
32 +# Copyright 1999-2020 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +
37 +PYTHON_COMPAT=( python2_7 python3_6 python3_7 python3_8 )
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="A collection of fancy functional tools focused on practicality"
41 +HOMEPAGE="https://github.com/Suor/funcy"
42 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 +
44 +LICENSE="BSD"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~x86"
47 +IUSE=""
48 +
49 +DEPEND=""
50 +RDEPEND="${DEPEND}"