summaryrefslogtreecommitdiff
path: root/dev-python/testpath
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-05-09 00:01:03 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-05-09 00:01:03 +0100
commita0ce545d52f231499bf9f3644493113d8af58ec9 (patch)
tree4d67c09eed0c2ae28d1317f72d7f7b08b4f6aeea /dev-python/testpath
parent5181ced3f3566a9610b85922b083c8f84f20d78f (diff)
gentoo auto-resync : 09:05:2024 - 00:01:03
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 ca1607be7415..79cc3007cf51 100644
--- a/dev-python/testpath/Manifest
+++ b/dev-python/testpath/Manifest
@@ -1,3 +1,3 @@
DIST testpath-0.6.0.gh.tar.gz 92307 BLAKE2B 320695b4224803214759a74e64e969a244814f4767eb6092b758ba9fcbfadce81afa3fa5eee65b8c8fe9c54e486d9abf75a18b867883740052c58d1eb2671e23 SHA512 fe13523138c1e67f33a3aa707e81b8cc8b5a720ab231ea2c2407da003178d779a649f664213822022e26325fed4ddf468cf727737b94eb2ebf7315aacbce6857
-EBUILD testpath-0.6.0.ebuild 685 BLAKE2B a494760fdf46130740e536e5eaa70859861ae2b222feb0394bea624faa692f08798f0cf8e9a04240b1ca692d9228e0e740aeb33c3bcc63dffc4c2e34a287f806 SHA512 b0f2487cdd1bc70131052228a3b6775e2a4b33f5a88967bc16ec47b666c173195d160faf5e2859b16f78e86a72d7a7d72fd44a908864d155a3eef4e0f096645b
+EBUILD testpath-0.6.0.ebuild 685 BLAKE2B b89c98d60eb39355382fe1fb9a0c958e5bd07d873b25c4f4bf2d69c01514541c3a3c109cafe7db68f8c534ac0e8d1f3b31c7da8755362f6bd2cde869203a5626 SHA512 9d12b879e87c4171c9e5021c7969d0f928caa8f4c9bbd97ed11cce6063dd9c4aae2130d63727d097cfb682d1222bf3bdf7abaa030e6cb6a8b4554a8a8745076b
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 cd0fac55c802..bfd0a36131be 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-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit distutils-r1