dev-python/weakrefmethod: initial add

Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
Matthew Thode
2017-02-26 23:13:58 -06:00
parent c5f2c1d361
commit ecd9d6d1d8
3 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>prometheanfire@gentoo.org</email>
<name>Matthew Thode</name>
</maintainer>
<maintainer type="project">
<email>openstack@gentoo.org</email>
<name>Openstack</name>
</maintainer>
<longdescription lang="en">
Backport of WeakMethod from Python 3.4 to Python 2.6+
</longdescription>
<upstream>
<remote-id type="pypi">weakrefmethod</remote-id>
<remote-id type="github">twang817/weakrefmethod</remote-id>
</upstream>
</pkgmetadata>