diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-12-14 13:26:14 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-12-14 13:26:14 +0000 |
commit | 6abbf81ef2f298e3221ff5e67a1f3c5f23958212 (patch) | |
tree | 25413d1cb3a0cbfe36029db32398c0f333609215 /dev-python/testpath | |
parent | 9c417bacd51da6d8b57fa9f37425161d30d4b95b (diff) |
gentoo resync : 14.12.2020
Diffstat (limited to 'dev-python/testpath')
-rw-r--r-- | dev-python/testpath/Manifest | 2 | ||||
-rw-r--r-- | dev-python/testpath/metadata.xml | 37 |
2 files changed, 20 insertions, 19 deletions
diff --git a/dev-python/testpath/Manifest b/dev-python/testpath/Manifest index 72c180d9f08e..31694c383a35 100644 --- a/dev-python/testpath/Manifest +++ b/dev-python/testpath/Manifest @@ -1,3 +1,3 @@ DIST testpath-0.4.4.tar.gz 92101 BLAKE2B e607fbccf66570ebe29779701bac11048751e9ee8381cd7841ba5dc55e02ee2edc32e8fd8a4a869fdd786f0c4bacdb5e7efc644e0111c24a786631257a08c9cb SHA512 4435c99325d535c713e88b59ce16704e10947232e4eccfe0e792ff9288b65e677417881ce8bbb69577aebb4b9ef793621d8e54898ecb158d07fc22e8445950e2 EBUILD testpath-0.4.4-r1.ebuild 724 BLAKE2B c0d16baa0a54d9e205945e8c6539e6e1cb9efb12016dbefafe82f2e6f9f3f91df4680d19cf100abb9dd1c1499ec47986178e8a4c99112e703b0b8d38b3cf02a0 SHA512 464406bbac57c4ae5f4ae17a41b1526322f2e6f1e7b5d00142576235f5dfacff349cf2928358149bd53ed560310e81ca49712f4050aeaad3883c206b940b7ce4 -MISC metadata.xml 745 BLAKE2B 917478463f8d0023a23ab009f9d387dcd45324c6d3c583a0cd0003954612e4fc25982135e8b741e99f8f6a13415e5b1c35a1f0471a3142fc16cd23233dd07de9 SHA512 8580dbe33bc24a3d1faa9c662088e3e4eb27f619f3858f0567c22a26147b55d240f998c0376a08a6d6b34d0bbf58902d39a84f310bbce84ee3877cec847d482d +MISC metadata.xml 764 BLAKE2B 66ca0cbf31a2ae4f9e59e232c029f530b9b6fb5d6d53c9a3a4fd69293a987f3a46c6530e20a9c4cca4056a91b546062b9aa2135d537de276255ae6188633257d SHA512 7787d485d68e575b8a0e01dd20bffaa317c8168a1dfb38cab9c6bdbe80778131e9ac1bb8dee91bcf6ee91de5ec466027f7b1fdcd65d5fbd81dc8433804e3f3d1 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> |