diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-05-24 18:44:23 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-05-24 18:44:23 +0000 |
| commit | b8de162d8ddccdbffc26f279e208af94479024e2 (patch) | |
| tree | e0fed93810ba81535abcce35e659a7e93b4d8eed /dev-python/testpath | |
| parent | c1de40626918fe5b72160d4699e5dc64ba0b79eb (diff) | |
| download | baldeagleos-repo-b8de162d8ddccdbffc26f279e208af94479024e2.tar.gz baldeagleos-repo-b8de162d8ddccdbffc26f279e208af94479024e2.tar.xz baldeagleos-repo-b8de162d8ddccdbffc26f279e208af94479024e2.zip | |
Adding metadata
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 fe35e927ccd6..e01854bafd1a 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=( python3_{7,8,9,10,11} pypy3 ) 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" |
