diff options
Diffstat (limited to 'dev-python/pmw')
-rw-r--r-- | dev-python/pmw/Manifest | 4 | ||||
-rw-r--r-- | dev-python/pmw/metadata.xml | 21 | ||||
-rw-r--r-- | dev-python/pmw/pmw-2.0.1-r2.ebuild | 2 |
3 files changed, 16 insertions, 11 deletions
diff --git a/dev-python/pmw/Manifest b/dev-python/pmw/Manifest index 6e9c56ef9402..6f056471d621 100644 --- a/dev-python/pmw/Manifest +++ b/dev-python/pmw/Manifest @@ -1,3 +1,3 @@ DIST Pmw-2.0.1.tar.gz 830448 BLAKE2B c78fef1570a34b9784f936f16856c4450164d8a232770e59cc084c1113888af8ee002cd1c7ddeadcddaacb5eae9ff58fcbfc270fc066875523e31a9d26770cd3 SHA512 99654e961aa40a64eebc08fe473e94da0ce431e6465255c68c251dfd544a51edef1a5d97dfd89ce756eb5f7fcf917dbef27f646ba9451ab72f3d460daa09a556 -EBUILD pmw-2.0.1-r2.ebuild 1112 BLAKE2B 27ff2ed6183160aa60fb11cb3284277d0925ec948af5d57ad8d41b53546c78047399619dbabe8a3dd525b0421d67950c43ca7f3153ee239f9cb3679a703e2933 SHA512 6c6822a5d1f1ffa6ec7f9ffe4c69defbce3b8fc0ce6636c0396b2a1f65dc96290355f0b57f5daf0c5da95ba2babb9b9e12363be10f45d9ee4eebf2ead6bd8cf8 -MISC metadata.xml 366 BLAKE2B c2d56d3c744468056b41ca45aaff5263692a9055807ae406644d9c482489f004271d932d56e078a2d66bdca3f17332e0ac03c7f93d7d41890db0eaa90c004002 SHA512 f0bac4e4faad03c83434cc214c0a0befebcbd1cd7eb89663d6058dcb36ee791102b081595e604409d278f01d7c2062f1d1ca1e01e1194e44826f66e6121697f7 +EBUILD pmw-2.0.1-r2.ebuild 1113 BLAKE2B 6252831edac128db2391351bc01fc43f4710adfbd3ae4368723dc5d770dc64b916db700751024161390f36fa5958d37e1d9534f8fd2711ee564d5180c439a11d SHA512 101fbf50f38cc1f874138c9752c786b2bd51626cdf62dbf99f0ea19b6924e8d8cff377172fb6f59a2f9483f15f78220fb6c91909ab09915fd72e07f3fd403d24 +MISC metadata.xml 487 BLAKE2B 07571aab84e30b18c2ba9c5f769fc70f5396df951dce92df3c75a8b5f514fe78ec89ba05a1e8b369dec47502d16adb7f95af982ac8437b8b6691bc09acfe2384 SHA512 505fecd1bf257e237f689eea33fb2b2917aadf61ea5122d1715c6e9122be864bfbefd70136709eb354f82df8b4bcb99e77498db1e7554e7415de14ff61ce2cef diff --git a/dev-python/pmw/metadata.xml b/dev-python/pmw/metadata.xml index 6fdaea218746..596e52d88fb3 100644 --- a/dev-python/pmw/metadata.xml +++ b/dev-python/pmw/metadata.xml @@ -1,12 +1,17 @@ <?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> - <upstream> - <remote-id type="pypi">pmw</remote-id> - <remote-id type="sourceforge">pmw</remote-id> - </upstream> + <maintainer type="person"> + <email>alexxy@gentoo.org</email> + <name>Alexey Shvetsov</name> + </maintainer> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <stabilize-allarches/> + <upstream> + <remote-id type="pypi">pmw</remote-id> + <remote-id type="sourceforge">pmw</remote-id> + </upstream> </pkgmetadata> diff --git a/dev-python/pmw/pmw-2.0.1-r2.ebuild b/dev-python/pmw/pmw-2.0.1-r2.ebuild index f8cad2024dcb..aeb8bab2510f 100644 --- a/dev-python/pmw/pmw-2.0.1-r2.ebuild +++ b/dev-python/pmw/pmw-2.0.1-r2.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6..9} ) PYTHON_REQ_USE="tk" inherit distutils-r1 virtualx |