diff options
Diffstat (limited to 'dev-python/pytrie')
| -rw-r--r-- | dev-python/pytrie/metadata.xml | 31 |
1 files changed, 16 insertions, 15 deletions
diff --git a/dev-python/pytrie/metadata.xml b/dev-python/pytrie/metadata.xml index 23ccde1ba8f4..99cb17a758d6 100644 --- a/dev-python/pytrie/metadata.xml +++ b/dev-python/pytrie/metadata.xml @@ -1,23 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <longdescription> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <stabilize-allarches/> + <upstream> + <maintainer> + <email>george.sakkis@gmail.com</email> + <name>George Sakkis</name> + </maintainer> + <remote-id type="pypi">PyTrie</remote-id> + <remote-id type="github">gsakkis/pytrie</remote-id> + </upstream> + <longdescription> A *trie* is an ordered tree data structure that is used to store a mapping where the keys are sequences, usually strings over an alphabet. In addition to implementing the mapping interface, tries allow finding the items for a given prefix, and vice versa, finding the items whose keys are prefixes of a given key. </longdescription> - <upstream> - <maintainer> - <email>george.sakkis@gmail.com</email> - <name>George Sakkis</name> - </maintainer> - </upstream> - <origin>liguros-repo</origin> - <stabilize-allarches/> -</pkgmetadata>
\ No newline at end of file +</pkgmetadata> |
