dev-python/sortedcontainers: initial import

Package-Manager: Portage-2.3.4, Repoman-2.3.2
This commit is contained in:
Sébastien Fabbro
2017-03-06 22:30:20 +00:00
parent d44f151ca1
commit a06e6a36af
3 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<longdescription lang="en">
Python Sorted Container Types: SortedList, SortedDict, and SortedSet
</longdescription>
<upstream>
<remote-id type="pypi">sortedcontainers</remote-id>
<remote-id type="github">grantjenks/sorted_containers</remote-id>
</upstream>
</pkgmetadata>