diff options
Diffstat (limited to 'dev-python/tqdm/metadata.xml')
| -rw-r--r-- | dev-python/tqdm/metadata.xml | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/dev-python/tqdm/metadata.xml b/dev-python/tqdm/metadata.xml index f7f88bcf7ede..d4274621ada1 100644 --- a/dev-python/tqdm/metadata.xml +++ b/dev-python/tqdm/metadata.xml @@ -1,17 +1,18 @@ <?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 lang="en"> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <longdescription lang="en"> Instantly make your loops show a progress meter - just wrap any iterator with "tqdm(iterator)", and you're done! </longdescription> - <upstream> - <bugs-to>https://github.com/tqdm/tqdm/issues</bugs-to> - </upstream> - <origin>liguros-repo</origin> - <stabilize-allarches/> -</pkgmetadata>
\ No newline at end of file + <stabilize-allarches/> + <upstream> + <remote-id type="pypi">tqdm</remote-id> + <remote-id type="github">tqdm/tqdm</remote-id> + <bugs-to>https://github.com/tqdm/tqdm/issues</bugs-to> + </upstream> +</pkgmetadata> |
