commit:     e811d8f6e53fd8e0a96bf69474c7733d73a4145b
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 29 01:09:14 2016 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Tue Mar 28 19:07:09 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e811d8f6

dev-python/constantly: New pkg, split out from twisted new dep of twisted

Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org>

 dev-python/constantly/Manifest                 |  1 +
 dev-python/constantly/constantly-15.1.0.ebuild | 24 ++++++++++++++++++++++++
 dev-python/constantly/metadata.xml             | 20 ++++++++++++++++++++
 3 files changed, 45 insertions(+)

diff --git a/dev-python/constantly/Manifest b/dev-python/constantly/Manifest
new file mode 100644
index 00000000000..c0d66d96fa9
--- /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 00000000000..01823a6c052
--- /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 00000000000..dd75db246c3
--- /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>[email protected]</email>
+               <description>Primary maintainer</description>
+       </maintainer>
+       <upstream>
+               <maintainer>
+                       <email>[email protected]</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>

Reply via email to