diff options
author | Sam James <sam@gentoo.org> | 2022-08-26 08:21:11 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-26 08:21:11 +0100 |
commit | 357c980507e35236bd0b3234da81fd0ffa50d4b1 (patch) | |
tree | b4f62fb24cfa7627e02c316f603887d0ebbcd2af /dev-python/pytest-twisted | |
parent | net-p2p/deluge: style tweaks (diff) | |
download | gentoo-357c980507e35236bd0b3234da81fd0ffa50d4b1.tar.gz gentoo-357c980507e35236bd0b3234da81fd0ffa50d4b1.tar.bz2 gentoo-357c980507e35236bd0b3234da81fd0ffa50d4b1.zip |
dev-python/pytest-twisted: add python@, rejig metadata.xml layout, add pypi remote-id
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pytest-twisted')
-rw-r--r-- | dev-python/pytest-twisted/metadata.xml | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/dev-python/pytest-twisted/metadata.xml b/dev-python/pytest-twisted/metadata.xml index 2d0071fe9c21..864118bb47ad 100644 --- a/dev-python/pytest-twisted/metadata.xml +++ b/dev-python/pytest-twisted/metadata.xml @@ -1,15 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <upstream> - <remote-id type="github">pytest-dev/pytest-twisted</remote-id> - </upstream> <maintainer type="person"> <email>Matt.Jolly@footclan.ninja</email> <name>Matt Jolly</name> </maintainer> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> <maintainer type="project" proxied="proxy"> <email>proxy-maint@gentoo.org</email> <name>Gentoo Proxy Maintainers Project</name> </maintainer> + <upstream> + <remote-id type="github">pytest-dev/pytest-twisted</remote-id> + <remote-id type="pypi">pytest-twisted</remote-id> + </upstream> </pkgmetadata> |