diff options
author | Arthur Zamarin <arthurzam@gmail.com> | 2021-08-09 15:53:54 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-08-13 22:41:19 +0200 |
commit | bbc0798d2304f7e56c420e4551821c2f2035e524 (patch) | |
tree | 31c9237370c6c76a8ad29b5292b2665de7c1e7f2 /dev-python/plumbum | |
parent | app-text/htmlmin: mark ALLARCHES (diff) | |
download | gentoo-bbc0798d2304f7e56c420e4551821c2f2035e524.tar.gz gentoo-bbc0798d2304f7e56c420e4551821c2f2035e524.tar.bz2 gentoo-bbc0798d2304f7e56c420e4551821c2f2035e524.zip |
dev-python/plumbum: fix SRC_URI
use the PyPi url before redirection to the previously specified URL.
The downloaded file is exactly the same, with same hashes
Signed-off-by: Arthur Zamarin <arthurzam@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/plumbum')
-rw-r--r-- | dev-python/plumbum/plumbum-1.7.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/plumbum/plumbum-1.7.0-r1.ebuild b/dev-python/plumbum/plumbum-1.7.0-r1.ebuild index 1efb1bb5f04e..59aac2a17d01 100644 --- a/dev-python/plumbum/plumbum-1.7.0-r1.ebuild +++ b/dev-python/plumbum/plumbum-1.7.0-r1.ebuild @@ -7,7 +7,7 @@ inherit distutils-r1 optfeature DESCRIPTION="A library for shell script-like programs in python" HOMEPAGE="https://plumbum.readthedocs.io/en/latest/ https://github.com/tomerfiliba/plumbum" -SRC_URI="https://files.pythonhosted.org/packages/ed/ba/431d7f420cd93c4b8ccb15ed8f1c6c76c81965634fd70345af0b19c2b7bc/${P}.tar.gz" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] dev-python/psutil[${PYTHON_USEDEP}] )" |