summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-02-07 10:10:47 +0100
committerMichał Górny <mgorny@gentoo.org>2023-02-07 10:26:46 +0100
commit9aca188cc16405c43b764e52bb592e6dce7de0b0 (patch)
tree81e287cfac13d2ed9532592a6821062c7d72f682 /dev-python/pip-run
parentdev-python/path: Switch to PyPI sdist (diff)
downloadgentoo-9aca188cc16405c43b764e52bb592e6dce7de0b0.tar.gz
gentoo-9aca188cc16405c43b764e52bb592e6dce7de0b0.tar.bz2
gentoo-9aca188cc16405c43b764e52bb592e6dce7de0b0.zip
dev-python/pip-run: Switch to PyPI sdist
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pip-run')
-rw-r--r--dev-python/pip-run/Manifest2
-rw-r--r--dev-python/pip-run/pip-run-10.0.5-r1.ebuild (renamed from dev-python/pip-run/pip-run-10.0.5.ebuild)8
2 files changed, 2 insertions, 8 deletions
diff --git a/dev-python/pip-run/Manifest b/dev-python/pip-run/Manifest
index 4779ff17ee75..a3e1ff912d4e 100644
--- a/dev-python/pip-run/Manifest
+++ b/dev-python/pip-run/Manifest
@@ -1 +1 @@
-DIST pip-run-10.0.5.gh.tar.gz 25463 BLAKE2B a25d6f06aa53dabbb15fec0f5a051bd7d612fb96bb1557ac25cd5611db7963110cb5aa8be376fe199e7e9438b3b28930fd45626af1246deb48c41de9b61b8264 SHA512 6595c9b3b635a5bb5ae6e61478986531698947fb4289734b8c689f902afe7726efda283df43530253fc0f9b9416db13c4645a7ac0ed4d2ac8d87a71e9a9923ab
+DIST pip-run-10.0.5.tar.gz 32411 BLAKE2B ce633d003fa869f199dfdded46efb6bfa9fc4e24327cb99b0176d8e6e6bcff552c6f84589b77907a063fba3315b3f9c64d6c182d70dc39d59a1342ee9fe62193 SHA512 55309445793c101d54fd61303e770ae271cfe2be20e7bc084ca0f4e6363a8de28ffdd7cd1b8c595c88d5c0a99863182053d00d3a4175fa5465ef958401601d66
diff --git a/dev-python/pip-run/pip-run-10.0.5.ebuild b/dev-python/pip-run/pip-run-10.0.5-r1.ebuild
index ce468c5d594c..e829ccf41883 100644
--- a/dev-python/pip-run/pip-run-10.0.5.ebuild
+++ b/dev-python/pip-run/pip-run-10.0.5-r1.ebuild
@@ -6,17 +6,13 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} pypy3 )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Install packages and run Python with them"
HOMEPAGE="
https://github.com/jaraco/pip-run/
https://pypi.org/project/pip-run/
"
-SRC_URI="
- https://github.com/jaraco/pip-run/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
LICENSE="MIT"
SLOT="0"
@@ -49,8 +45,6 @@ BDEPEND="
distutils_enable_tests pytest
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
python_test() {
local EPYTEST_IGNORE=()