summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-15 18:47:23 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 05:03:38 +0100
commitb98eaba77cac73995a8c79202042677bc4ebeb91 (patch)
treee8641d2d31b653c35cbdc2e5cb3b3e74db5a1402 /dev-python/plumbum
parentdev-python/pluggy: Use pypi.eclass (diff)
downloadgentoo-b98eaba77cac73995a8c79202042677bc4ebeb91.tar.gz
gentoo-b98eaba77cac73995a8c79202042677bc4ebeb91.tar.bz2
gentoo-b98eaba77cac73995a8c79202042677bc4ebeb91.zip
dev-python/plumbum: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/plumbum')
-rw-r--r--dev-python/plumbum/plumbum-1.8.1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/plumbum/plumbum-1.8.1.ebuild b/dev-python/plumbum/plumbum-1.8.1.ebuild
index 5122460e5644..9a8d8a7bc7f8 100644
--- a/dev-python/plumbum/plumbum-1.8.1.ebuild
+++ b/dev-python/plumbum/plumbum-1.8.1.ebuild
@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1 optfeature
+inherit distutils-r1 optfeature pypi
DESCRIPTION="A library for shell script-like programs in python"
HOMEPAGE="
@@ -14,7 +14,6 @@ HOMEPAGE="
https://github.com/tomerfiliba/plumbum/
https://pypi.org/project/plumbum/
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"