mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 03:23:20 -04:00
dev-python/pip-api: update SRC_URI
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
COMMIT="1af2c0f4cc2aa3c50d906adc8da7a6ceb2ba5df7"
|
||||
EPYTEST_DESELECT=(
|
||||
tests/test_installed_distributions.py::test_installed_distributions_legacy_version
|
||||
tests/test_installed_distributions.py::test_installed_distributions_multiple_paths
|
||||
@@ -14,7 +15,8 @@ inherit distutils-r1
|
||||
|
||||
DESCRIPTION="An unofficial, importable pip API"
|
||||
HOMEPAGE="https://github.com/di/pip-api"
|
||||
SRC_URI="https://github.com/di/pip-api/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI="https://github.com/di/pip-api/archive/${COMMIT}.tar.gz -> ${P}-${COMMIT}.tar.gz" # only for 0.0.29
|
||||
S="${WORKDIR}/${PN}-${COMMIT}"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
||||
Reference in New Issue
Block a user