dev-python/funcy: Adding funcy to gentoo tree
authorTupone Alfredo <tupone@gentoo.org>
Sun, 19 Nov 2017 20:46:40 +0000 (21:46 +0100)
committerTupone Alfredo <tupone@gentoo.org>
Sun, 19 Nov 2017 20:47:19 +0000 (21:47 +0100)
Package-Manager: Portage-2.3.13, Repoman-2.3.3

dev-python/funcy/Manifest [new file with mode: 0644]
dev-python/funcy/funcy-1.8.ebuild [new file with mode: 0644]
dev-python/funcy/metadata.xml [new file with mode: 0644]

diff --git a/dev-python/funcy/Manifest b/dev-python/funcy/Manifest
new file mode 100644 (file)
index 0000000..48ca8fd
--- /dev/null
@@ -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 (file)
index 0000000..4a4df9c
--- /dev/null
@@ -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 (file)
index 0000000..449b68a
--- /dev/null
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="project">
+               <email>python@gentoo.org</email>
+       </maintainer>
+       <maintainer type="person">
+               <email>tupone@gentoo.org</email>
+               <name>Tupone Alfredo</name>
+       </maintainer>
+       <longdescription lang="en">
+               A collection of fancy functional tools focused on practicality.
+       </longdescription>
+</pkgmetadata>