diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-23 17:39:22 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-23 17:42:06 +0200 |
commit | 647d3069d06b9fb497a20ce2eda733521f38f85e (patch) | |
tree | da00eba44068e10c0862db864e01d768c9eb895d /dev-python/testpath | |
parent | distutils-r1.eclass: Use config_settings with maturin (diff) | |
download | gentoo-647d3069d06b9fb497a20ce2eda733521f38f85e.tar.gz gentoo-647d3069d06b9fb497a20ce2eda733521f38f85e.tar.bz2 gentoo-647d3069d06b9fb497a20ce2eda733521f38f85e.zip |
dev-python/testpath: Fix distfile name
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/testpath')
-rw-r--r-- | dev-python/testpath/Manifest | 2 | ||||
-rw-r--r-- | dev-python/testpath/testpath-0.6.0.ebuild | 11 |
2 files changed, 10 insertions, 3 deletions
diff --git a/dev-python/testpath/Manifest b/dev-python/testpath/Manifest index 271f8acba8f6..2c9ab84301aa 100644 --- a/dev-python/testpath/Manifest +++ b/dev-python/testpath/Manifest @@ -1 +1 @@ -DIST testpath-0.6.0.tar.gz 92307 BLAKE2B 320695b4224803214759a74e64e969a244814f4767eb6092b758ba9fcbfadce81afa3fa5eee65b8c8fe9c54e486d9abf75a18b867883740052c58d1eb2671e23 SHA512 fe13523138c1e67f33a3aa707e81b8cc8b5a720ab231ea2c2407da003178d779a649f664213822022e26325fed4ddf468cf727737b94eb2ebf7315aacbce6857 +DIST testpath-0.6.0.gh.tar.gz 92307 BLAKE2B 320695b4224803214759a74e64e969a244814f4767eb6092b758ba9fcbfadce81afa3fa5eee65b8c8fe9c54e486d9abf75a18b867883740052c58d1eb2671e23 SHA512 fe13523138c1e67f33a3aa707e81b8cc8b5a720ab231ea2c2407da003178d779a649f664213822022e26325fed4ddf468cf727737b94eb2ebf7315aacbce6857 diff --git a/dev-python/testpath/testpath-0.6.0.ebuild b/dev-python/testpath/testpath-0.6.0.ebuild index aed843a0ec5a..cd0fac55c802 100644 --- a/dev-python/testpath/testpath-0.6.0.ebuild +++ b/dev-python/testpath/testpath-0.6.0.ebuild @@ -9,8 +9,15 @@ 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" |