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

Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
This commit is contained in:
Brian Dolbec
2016-11-28 17:09:14 -08:00
parent b056103962
commit e811d8f6e5
3 changed files with 45 additions and 0 deletions

View File

@@ -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>