diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-05-15 00:01:28 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-05-15 00:01:28 +0100 |
commit | 514c44bb9cc421df9c323acbad430cbb6ee5b89a (patch) | |
tree | 22621125c9bc9177d5339f093f57cb928531f33f /dev-python/pytest-httpbin | |
parent | 59c2499e0c9720169c9d5a02168c51c807a21467 (diff) |
gentoo auto-resync : 15:05:2024 - 00:01:27
Diffstat (limited to 'dev-python/pytest-httpbin')
-rw-r--r-- | dev-python/pytest-httpbin/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pytest-httpbin/pytest-httpbin-2.0.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pytest-httpbin/Manifest b/dev-python/pytest-httpbin/Manifest index 76f4fb4cb053..ce4e5d338689 100644 --- a/dev-python/pytest-httpbin/Manifest +++ b/dev-python/pytest-httpbin/Manifest @@ -1,3 +1,3 @@ DIST pytest-httpbin-2.0.0.gh.tar.gz 19799 BLAKE2B 7725bc958417c076ee920abce83bdad8295bc4c9551500040867650d54c306e79a1ea92b013124b793058103fc9685dbb2202be5f1b2da935509f68457d63d68 SHA512 62876590bacae6601739f5cc2eccb087024e16731afc9613b5e6928c2a2f64b73418ddcb3c4f13a4bfe1f074510f922d85411d05ebf66f123a4a09d535771b64 -EBUILD pytest-httpbin-2.0.0.ebuild 1038 BLAKE2B 91a87ef387794e241d207617ad82b05913bbb30e6dc8e2437366f245b93f4ad9278ed4560aa5e72d83cae36e7dd9888250c36b2410313ef1bf57eb998e2b4e3e SHA512 4505dcee2a01d22e4163006f55e684541d39419fea7d88df9aa73fe56ca8917d7be819f37d7a660d6ae5dbdb9b40e629f06868b47aef3f6d1e3fdd5b0b7d069a +EBUILD pytest-httpbin-2.0.0.ebuild 1038 BLAKE2B 95926b357f85a659f481ad7d24f618bd8af134855c197d585b83730e795f62c1b48a3804f37c344bd7ef6298e74ffb77e168d9dc862f2eed8016999d25f2d545 SHA512 734add79971c7f712a17314ec6d366ba737869dc9deb866c9476acf209511b076fa491d8552622b9dea3ff693956da1093b32ffc8c876a24db53bf2b6baf3269 MISC metadata.xml 547 BLAKE2B d60e6b3e6c7d0c37dcc42dcffeed9e08fb7ad3dec5e4f5fdc0ffd1f7a2c46d89ef57a9576028457ee433d0ecbd100ae200ef507b22bb326838732751a7c644fc SHA512 4629dfe7e4cf27d5d52e7ce3e646f590b4d80a490c638cb035352416a587b494328d3f23e088d13ae1677c415080a7249301d9830be0cfbce7a44023302bf582 diff --git a/dev-python/pytest-httpbin/pytest-httpbin-2.0.0.ebuild b/dev-python/pytest-httpbin/pytest-httpbin-2.0.0.ebuild index 01474d6bfca4..1a7562c8814a 100644 --- a/dev-python/pytest-httpbin/pytest-httpbin-2.0.0.ebuild +++ b/dev-python/pytest-httpbin/pytest-httpbin-2.0.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 |