summaryrefslogtreecommitdiff
path: root/dev-python/constantly
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /dev-python/constantly
reinit the tree, so we can have metadata
Diffstat (limited to 'dev-python/constantly')
-rw-r--r--dev-python/constantly/Manifest3
-rw-r--r--dev-python/constantly/constantly-15.1.0.ebuild24
-rw-r--r--dev-python/constantly/metadata.xml21
3 files changed, 48 insertions, 0 deletions
diff --git a/dev-python/constantly/Manifest b/dev-python/constantly/Manifest
new file mode 100644
index 000000000000..cf6aec448863
--- /dev/null
+++ b/dev-python/constantly/Manifest
@@ -0,0 +1,3 @@
+DIST constantly-15.1.0.tar.gz 21465 SHA256 586372eb92059873e29eba4f9dec8381541b4d3834660707faf8ba59146dfc35 SHA512 ccc6f41b0bd552d2bb5346cc9d64cd7b91a59dd30e0cf66b01e82f7e0e079c01c34bc6c66b69c5fee9d2eed35ae5455258d309e66278d708d5f576ddf2e00ac3 WHIRLPOOL 0d8225c0dbef4ca71997ae46eb55da02fde8cd31e9d315667b14daf330a9806e0331e8640f2495d190053bb40c4cc357ba99a5dff8a853535b0271089e705037
+EBUILD constantly-15.1.0.ebuild 564 SHA256 58877967725e85aaacdf2b715355df790ac9fdd9ecf434400d62c2a0c1ca8f18 SHA512 89cac107f1368435fb92b35deeea351d915b2bd5095b83ed602453ec1e7dc61bb70357162cf723b6d2bb6d2c2f860358c5447cba2b3885bc1923c5e63e802196 WHIRLPOOL 338d5df766762f16bcf87a57240beda2b208c7a53270cd15c2eecc17cf8bda042a70cf26a47157811a86996444e5e3223fcc306bd7a66eb62c7238d5d02b91d3
+MISC metadata.xml 762 SHA256 c10b78629fcd6e5ec8c4111ae65962faf397a193ffd42c5c6cd201cd5c8a4028 SHA512 512de83e894e7e6f4c22888f66f7d0f27374f8fe76ca87d645d3cf9272091dcff71dac93c084c1d8733fcee07d5281cde5eae17cf27aa94257485f969a967a98 WHIRLPOOL 3b4a4e28376ea7afec72db3f771dc157477b417e69ee402fdf4b670785f01bb324b9d71285b50bb85f7bfb1ac4e929246a1f4d7bf62be87f3b8a95ab67cb8a08
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..ba161fe3857f
--- /dev/null
+++ b/dev-python/constantly/constantly-15.1.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} 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="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="
+ ${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+#S=${WORKDIR}/${P}
diff --git a/dev-python/constantly/metadata.xml b/dev-python/constantly/metadata.xml
new file mode 100644
index 000000000000..087df162e084
--- /dev/null
+++ b/dev-python/constantly/metadata.xml
@@ -0,0 +1,21 @@
+<?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>
+ <remote-id type="github">twisted/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>