diff --git a/dev-python/funcy/Manifest b/dev-python/funcy/Manifest new file mode 100644 index 0000000000000..48ca8fd1f43ae --- /dev/null +++ b/dev-python/funcy/Manifest @@ -0,0 +1 @@ +DIST funcy-1.8.tar.gz 25642 SHA256 b23d76972890f4e9c7cee540f522b318548b914992015dc5823f2484d46feadf SHA512 21e3447426376cc3d9f06d57297fcef346431a33e0488f1cead2aa7d8c281dd65c2b33af3638c21639d2d7d667b9c1ea6c7e2eabefc5635d02ad92ce7107f839 WHIRLPOOL b1f2d54357054447c161cb272cfffcecb5c566899cac7ab60658f47b96c36a1f648c648bb7825084a356d64cf8a6226a6274e7c974a87b4995c0597b181a45f3 diff --git a/dev-python/funcy/funcy-1.8.ebuild b/dev-python/funcy/funcy-1.8.ebuild new file mode 100644 index 0000000000000..4a4df9cd12573 --- /dev/null +++ b/dev-python/funcy/funcy-1.8.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_4 ) +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-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" diff --git a/dev-python/funcy/metadata.xml b/dev-python/funcy/metadata.xml new file mode 100644 index 0000000000000..449b68acee561 --- /dev/null +++ b/dev-python/funcy/metadata.xml @@ -0,0 +1,14 @@ + + + + + python@gentoo.org + + + tupone@gentoo.org + Tupone Alfredo + + + A collection of fancy functional tools focused on practicality. + +