summaryrefslogtreecommitdiff
path: root/dev-python/testpath
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-14 17:52:12 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-14 17:52:12 +0000
commita90c84e720803f3d26c0ade8f1f1e405ca97502a (patch)
treef788ea0972d51c66823825021dd83427e1d466c4 /dev-python/testpath
parent07c1e2fbaa2f7d2cad4c16a747cebcf7ae7a6724 (diff)
gentoo auto-resync : 14:01:2023 - 17:52:11
Diffstat (limited to 'dev-python/testpath')
-rw-r--r--dev-python/testpath/Manifest2
-rw-r--r--dev-python/testpath/testpath-0.6.0.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/testpath/Manifest b/dev-python/testpath/Manifest
index 42d6923b00b6..4ca0bf27ee59 100644
--- a/dev-python/testpath/Manifest
+++ b/dev-python/testpath/Manifest
@@ -1,3 +1,3 @@
DIST testpath-0.6.0.tar.gz 92307 BLAKE2B 320695b4224803214759a74e64e969a244814f4767eb6092b758ba9fcbfadce81afa3fa5eee65b8c8fe9c54e486d9abf75a18b867883740052c58d1eb2671e23 SHA512 fe13523138c1e67f33a3aa707e81b8cc8b5a720ab231ea2c2407da003178d779a649f664213822022e26325fed4ddf468cf727737b94eb2ebf7315aacbce6857
-EBUILD testpath-0.6.0.ebuild 632 BLAKE2B d77b6849d077bb5a16ce9891d292964a1727ba973ee2c46403e7fe9634c4486e1784e7c66ea0d6eb659f9248f10c257d40336545e3ee95289824a2d27631b6d2 SHA512 d0cf40c3ad526bdd950f68bf401cc75b7def286b34f5a5f5f5b277d7d97fd826d255663625d0e70a5e164b488659089d0258c5656b95135860a4702ba3518db5
+EBUILD testpath-0.6.0.ebuild 632 BLAKE2B 315a5965d4b972b32fe98a90126621e3519e25795f7f9859da3340ffa7f7572481a9fddebfe5b610bb605b8bb6c1fecb66d1a08caffb49456da40401b1351210 SHA512 ef451cc9f8cf51c8985ae7fb7256d3baedbffada5f8dccfa0f5f7853fd8f3f7d81761bfa613c486e65b96cf8db194adcda15149c534ebec453d3150fc5ea14d6
MISC metadata.xml 765 BLAKE2B be598f7b1de674f7aa6ae377a4f7ba5e52a69fcfaf03e077016425be6471374f4ab1c226fca1454453496fb3d1545f839be7cedadd81b3859eff036cda3fa84a SHA512 017ed9b6be9f7ffbd4754df8d5709111f86fe40da54edb0a67502f9912f3dbb7af2bcf21ea122a210a4dba5e7d451bc88f479f018360b3ec1640c89936d87fa7
diff --git a/dev-python/testpath/testpath-0.6.0.ebuild b/dev-python/testpath/testpath-0.6.0.ebuild
index 7be5d9d1f4cd..a6df6f859200 100644
--- a/dev-python/testpath/testpath-0.6.0.ebuild
+++ b/dev-python/testpath/testpath-0.6.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( pypy3 python3_{8..11} )
+PYTHON_COMPAT=( pypy3 python3_{9..11} )
inherit distutils-r1