summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2016-11-28 17:09:14 -0800
committerBrian Dolbec <dolsen@gentoo.org>2017-03-28 12:07:09 -0700
commite811d8f6e53fd8e0a96bf69474c7733d73a4145b (patch)
tree2ab592fadda2f335351b5272ac280173349c91e7
parentdev-python/html5lib: fix for python3.6 (bug 613656) (diff)
downloadgentoo-e811d8f6e53fd8e0a96bf69474c7733d73a4145b.tar.gz
gentoo-e811d8f6e53fd8e0a96bf69474c7733d73a4145b.tar.bz2
gentoo-e811d8f6e53fd8e0a96bf69474c7733d73a4145b.zip
dev-python/constantly: New pkg, split out from twisted new dep of twisted
Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
-rw-r--r--dev-python/constantly/Manifest1
-rw-r--r--dev-python/constantly/constantly-15.1.0.ebuild24
-rw-r--r--dev-python/constantly/metadata.xml20
3 files changed, 45 insertions, 0 deletions
diff --git a/dev-python/constantly/Manifest b/dev-python/constantly/Manifest
new file mode 100644
index 000000000000..c0d66d96fa9a
--- /dev/null
+++ b/dev-python/constantly/Manifest
@@ -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
index 000000000000..01823a6c0523
--- /dev/null
+++ b/dev-python/constantly/constantly-15.1.0.ebuild
@@ -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
index 000000000000..dd75db246c37
--- /dev/null
+++ b/dev-python/constantly/metadata.xml
@@ -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>