summaryrefslogtreecommitdiff
path: root/dev-python/testpath
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-23 21:00:11 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-23 21:00:11 +0100
commit456fc832c996a122c45240beb68820ab3c2ada40 (patch)
tree947c249e75095705ddfd9e3dbb77e7b0b47bf915 /dev-python/testpath
parent764cacf515464f89b60c94a29b3b7262479feb22 (diff)
gentoo auto-resync : 23:05:2023 - 21:00:10
Diffstat (limited to 'dev-python/testpath')
-rw-r--r--dev-python/testpath/Manifest4
-rw-r--r--dev-python/testpath/testpath-0.6.0.ebuild13
2 files changed, 12 insertions, 5 deletions
diff --git a/dev-python/testpath/Manifest b/dev-python/testpath/Manifest
index 4ca0bf27ee59..ca1607be7415 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 315a5965d4b972b32fe98a90126621e3519e25795f7f9859da3340ffa7f7572481a9fddebfe5b610bb605b8bb6c1fecb66d1a08caffb49456da40401b1351210 SHA512 ef451cc9f8cf51c8985ae7fb7256d3baedbffada5f8dccfa0f5f7853fd8f3f7d81761bfa613c486e65b96cf8db194adcda15149c534ebec453d3150fc5ea14d6
+DIST testpath-0.6.0.gh.tar.gz 92307 BLAKE2B 320695b4224803214759a74e64e969a244814f4767eb6092b758ba9fcbfadce81afa3fa5eee65b8c8fe9c54e486d9abf75a18b867883740052c58d1eb2671e23 SHA512 fe13523138c1e67f33a3aa707e81b8cc8b5a720ab231ea2c2407da003178d779a649f664213822022e26325fed4ddf468cf727737b94eb2ebf7315aacbce6857
+EBUILD testpath-0.6.0.ebuild 685 BLAKE2B a494760fdf46130740e536e5eaa70859861ae2b222feb0394bea624faa692f08798f0cf8e9a04240b1ca692d9228e0e740aeb33c3bcc63dffc4c2e34a287f806 SHA512 b0f2487cdd1bc70131052228a3b6775e2a4b33f5a88967bc16ec47b666c173195d160faf5e2859b16f78e86a72d7a7d72fd44a908864d155a3eef4e0f096645b
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 a6df6f859200..cd0fac55c802 100644
--- a/dev-python/testpath/testpath-0.6.0.ebuild
+++ b/dev-python/testpath/testpath-0.6.0.ebuild
@@ -4,13 +4,20 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
inherit distutils-r1
DESCRIPTION="Test utilities for code working with files and commands"
-HOMEPAGE="https://github.com/jupyter/testpath https://testpath.readthedocs.io/en/latest/"
-SRC_URI="https://github.com/jupyter/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="
+ https://github.com/jupyter/testpath/
+ https://testpath.readthedocs.io/en/latest/
+ https://pypi.org/project/testpath/
+"
+SRC_URI="
+ https://github.com/jupyter/testpath/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
LICENSE="MIT"
SLOT="0"