summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTupone Alfredo <tupone@gentoo.org>2018-05-03 08:37:20 +0200
committerTupone Alfredo <tupone@gentoo.org>2018-05-03 08:37:20 +0200
commit359d81901720e2d81d3c874550d796c8a71dbe7b (patch)
tree7da74410a01c3d0e73313ffda68b4dfc04eb343e
parentdev-ada/langkit: Fix test when libgpr and xmlada are build with static-libs (diff)
downloadgentoo-359d81901720e2d81d3c874550d796c8a71dbe7b.tar.gz
gentoo-359d81901720e2d81d3c874550d796c8a71dbe7b.tar.bz2
gentoo-359d81901720e2d81d3c874550d796c8a71dbe7b.zip
dev-python/funcy: Bump to 1.10.1 adding support to python3.5
Closes: https://bugs.gentoo.org/654214 Package-Manager: Portage-2.3.24, Repoman-2.3.6
-rw-r--r--dev-python/funcy/Manifest1
-rw-r--r--dev-python/funcy/funcy-1.10.1.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/funcy/Manifest b/dev-python/funcy/Manifest
index bf2dad97eebc..34f275df3e51 100644
--- a/dev-python/funcy/Manifest
+++ b/dev-python/funcy/Manifest
@@ -1 +1,2 @@
+DIST funcy-1.10.1.tar.gz 29657 BLAKE2B fb2de795a5564f7009ff5717b8eadc3cb24a2cd4c30b9b9627861d7c8bcffdc1ea27f480c2895b8733f6dd965fbf9ee0fd7f12f8bbd3cf5f0d291829bc852f4b SHA512 123a5a828bd3cdbd38926923eb3979c4e5bca246da93179321eb1619df22cf6f722b5971d1309a1bdee2eeb362fc7fa85c6769a60efdd668350bf6c7d95e184c
DIST funcy-1.8.tar.gz 25642 BLAKE2B 5365dd8b3428feb70e9b921008dc48b206b5ba1e5f083e67fb2f7f9677aa84499b15cb168911db7700d98ed5a911899bb5d9c4f94f70876d0da769ccad7594de SHA512 21e3447426376cc3d9f06d57297fcef346431a33e0488f1cead2aa7d8c281dd65c2b33af3638c21639d2d7d667b9c1ea6c7e2eabefc5635d02ad92ce7107f839
diff --git a/dev-python/funcy/funcy-1.10.1.ebuild b/dev-python/funcy/funcy-1.10.1.ebuild
new file mode 100644
index 000000000000..209f30269b17
--- /dev/null
+++ b/dev-python/funcy/funcy-1.10.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+inherit distutils-r1
+
+DESCRIPTION="A collection of fancy functional tools focused on practicality"
+HOMEPAGE="https://github.com/Suor/funcy"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"