diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-06-29 12:04:12 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-06-29 12:04:12 +0100 |
commit | 0f558761aa2dee1017b4751e4017205e015a9560 (patch) | |
tree | 037df795519468a25d9362b4e95cdaeb84eb1cf9 /dev-python/pooch | |
parent | 752d6256e5204b958b0ef7905675a940b5e9172f (diff) |
gentoo resync : 29.12.2022
Diffstat (limited to 'dev-python/pooch')
-rw-r--r-- | dev-python/pooch/Manifest | 4 | ||||
-rw-r--r-- | dev-python/pooch/metadata.xml | 25 | ||||
-rw-r--r-- | dev-python/pooch/pooch-1.6.0.ebuild | 2 |
3 files changed, 17 insertions, 14 deletions
diff --git a/dev-python/pooch/Manifest b/dev-python/pooch/Manifest index 05e6c1cf1412..c4f870600657 100644 --- a/dev-python/pooch/Manifest +++ b/dev-python/pooch/Manifest @@ -1,3 +1,3 @@ DIST pooch-1.6.0.tar.gz 52318 BLAKE2B c5cdf04a27a5754accee5a4522d5e6a51c4e71b7034cd570c6a2f30bc580ba9c15e0717be792e7cdd020ca745e6813a63681ce966ad61c0ed4aaa8b84829b920 SHA512 e1b6253b8879ef172bd6370139a7807355c7e1c03a1626ac46cb083b1f7d8beb5a8adb08c0828eb34e96a7164211d2dc7da214fd0176eb0606fe4ff47911257c -EBUILD pooch-1.6.0.ebuild 944 BLAKE2B e70344ba7df04b0ddb68f3159332dd66849957dfe0e4a37c1b9613425131e3b2cc6e1fb6f256c2bfcfd5e9505b10506f5df37b9fe5ab8131a17106431e32eff2 SHA512 6ffc15731cdb1ae5ff9ca28d809bd4d6345e30888be925fe1ad571aa73737b989ec3138284c72b96a55a24105f4a441953b6d453e50d370f11b219bb12819921 -MISC metadata.xml 662 BLAKE2B c5ae3d2129776a265d43bb666d74a46b541f07ef55069e3d99d106161b1c1e2a5cabf6221529b49a24d10c4ebfb00e8301d8b6b3aba4e5b6c4eefd96004ae0bb SHA512 2ac2097ecce4226f1816bc19491c54c8aa96584bb70781f1253e63093264a9b1371e5348a06f5ea293b086452e5a618a5afc04d7b967e85c62bac027bd3ffdc0 +EBUILD pooch-1.6.0.ebuild 945 BLAKE2B 6cae26a824d81cae6d0c260938115b409fa5f1cf66beb4f9bb4fbb48b6a3f478967bfb31ccabd40487a4e2589007f33adc587f717570361bd167a2a3cab89351 SHA512 b48468199592c442cc0055af257ce0fbb2acc12f5ac13863b862e6fd1f166ca6206f80799f9ed2c749ec8e981fd0c923bf341f017cda4c0300df124e35e1e989 +MISC metadata.xml 684 BLAKE2B b6cd1db5a31f316800c9c5e15e11c858bebc81b7c38ced227e7f54a5a0386462fa9a92bb8f177d9df0d3fea00775dced1e2eebbb1622fededdac87ce40db21e7 SHA512 a96adfa4b8996e2685f7d5ea8ab6936fcc795a3f517da8ec14e885c08b2ae1f6d950ea9314e8aa6a4b2a4b436a23d1e98a6d56b5ae0c633bffc4fbeaca4058a4 diff --git a/dev-python/pooch/metadata.xml b/dev-python/pooch/metadata.xml index 091ec6e2cac9..82f52f3ac83b 100644 --- a/dev-python/pooch/metadata.xml +++ b/dev-python/pooch/metadata.xml @@ -1,15 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!-- maintainer-needed --> - <longdescription> - Pooch manages your Python library's sample data files: it automatically downloads and stores them in a local directory, - with support for versioning and corruption checks. - </longdescription> - <upstream> - <bugs-to>https://github.com/fatiando/pooch/issues</bugs-to> - <doc>https://www.fatiando.org/pooch/</doc> - <remote-id type="github">fatiando/pooch</remote-id> - <remote-id type="pypi">pooch</remote-id> - </upstream> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <longdescription> + Pooch manages your Python library's sample data files: it automatically downloads and stores them in a local directory, + with support for versioning and corruption checks. + </longdescription> + <upstream> + <bugs-to>https://github.com/fatiando/pooch/issues</bugs-to> + <doc>https://www.fatiando.org/pooch/</doc> + <remote-id type="github">fatiando/pooch</remote-id> + <remote-id type="pypi">pooch</remote-id> + </upstream> </pkgmetadata> diff --git a/dev-python/pooch/pooch-1.6.0.ebuild b/dev-python/pooch/pooch-1.6.0.ebuild index 4d6451e1829f..6c6de3de6478 100644 --- a/dev-python/pooch/pooch-1.6.0.ebuild +++ b/dev-python/pooch/pooch-1.6.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 |