diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-12-11 16:17:41 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-12-11 18:19:11 +0100 |
commit | b0efa69df19e722ea87fa16bd36b71fb3a4d23eb (patch) | |
tree | 5ef10d7913518fabdec64976fcac3135bed0efc1 /dev-python/testpath | |
parent | sys-kernel/gentoo-kernel-bin: Bump to 5.9.14 (diff) | |
download | gentoo-b0efa69df19e722ea87fa16bd36b71fb3a4d23eb.tar.gz gentoo-b0efa69df19e722ea87fa16bd36b71fb3a4d23eb.tar.bz2 gentoo-b0efa69df19e722ea87fa16bd36b71fb3a4d23eb.zip |
dev-python/*: add pypi remote-ids
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/testpath')
-rw-r--r-- | dev-python/testpath/metadata.xml | 37 |
1 files changed, 19 insertions, 18 deletions
diff --git a/dev-python/testpath/metadata.xml b/dev-python/testpath/metadata.xml index 05a85a5849f4..259d00861e4f 100644 --- a/dev-python/testpath/metadata.xml +++ b/dev-python/testpath/metadata.xml @@ -1,22 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>sci@gentoo.org</email> - <name>Gentoo Science Project</name> - </maintainer> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <stabilize-allarches/> - <longdescription> - Testpath is a collection of utilities for Python code working with - files and commands. It contains functions to check things on the - filesystem, and tools for mocking system commands and recording - calls to those. - </longdescription> - <upstream> - <remote-id type="github">jupyter/testpath</remote-id> - </upstream> + <maintainer type="project"> + <email>sci@gentoo.org</email> + <name>Gentoo Science Project</name> + </maintainer> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <stabilize-allarches/> + <longdescription> + Testpath is a collection of utilities for Python code working with + files and commands. It contains functions to check things on the + filesystem, and tools for mocking system commands and recording + calls to those. + </longdescription> + <upstream> + <remote-id type="github">jupyter/testpath</remote-id> + <remote-id type="pypi">testpath</remote-id> + </upstream> </pkgmetadata> |