dev-python/constantly: New pkg, split out from twisted new dep of twisted
authorBrian Dolbec <dolsen@gentoo.org>
Tue, 29 Nov 2016 01:09:14 +0000 (17:09 -0800)
committerBrian Dolbec <dolsen@gentoo.org>
Tue, 28 Mar 2017 19:07:09 +0000 (12:07 -0700)
Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
dev-python/constantly/Manifest [new file with mode: 0644]
dev-python/constantly/constantly-15.1.0.ebuild [new file with mode: 0644]
dev-python/constantly/metadata.xml [new file with mode: 0644]

diff --git a/dev-python/constantly/Manifest b/dev-python/constantly/Manifest
new file mode 100644 (file)
index 0000000..c0d66d9
--- /dev/null
@@ -0,0 +1 @@
+DIST constantly-15.1.0.tar.gz 21465 SHA256 586372eb92059873e29eba4f9dec8381541b4d3834660707faf8ba59146dfc35 SHA512 ccc6f41b0bd552d2bb5346cc9d64cd7b91a59dd30e0cf66b01e82f7e0e079c01c34bc6c66b69c5fee9d2eed35ae5455258d309e66278d708d5f576ddf2e00ac3 WHIRLPOOL 0d8225c0dbef4ca71997ae46eb55da02fde8cd31e9d315667b14daf330a9806e0331e8640f2495d190053bb40c4cc357ba99a5dff8a853535b0271089e705037
diff --git a/dev-python/constantly/constantly-15.1.0.ebuild b/dev-python/constantly/constantly-15.1.0.ebuild
new file mode 100644 (file)
index 0000000..01823a6
--- /dev/null
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy)
+
+inherit distutils-r1
+
+DESCRIPTION="Symbolic constants in Python"
+HOMEPAGE="https://github.com/twisted/constantly https://pypi.python.org/pypi/constantly"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="
+       ${RDEPEND}
+"
+
+#S=${WORKDIR}/${P}
diff --git a/dev-python/constantly/metadata.xml b/dev-python/constantly/metadata.xml
new file mode 100644 (file)
index 0000000..dd75db2
--- /dev/null
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="person">
+               <email>dolsen@gentoo.org</email>
+               <description>Primary maintainer</description>
+       </maintainer>
+       <upstream>
+               <maintainer>
+                       <email>twisted-python@twistedmatrix.com</email>
+                       <name>Twisted Matrix Labs Developers</name>
+               </maintainer>
+               <remote-id type="pypi">constantly</remote-id>
+       </upstream>
+       <longdescription>
+               A library that provides symbolic constant support. It includes
+               collections and constants with text, numeric, and bit flag values.
+               Originally twisted.python.constants from the Twisted project.
+       </longdescription>
+</pkgmetadata>