summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-15 18:46:05 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 04:50:53 +0100
commit3b4e4af262c870faa45c1e1c232fb317164d5f6a (patch)
treed17d66e9abea53f63cbdf79f3526d27870d75a66
parentdev-python/iniparse: Use pypi.eclass (diff)
downloadgentoo-3b4e4af262c870faa45c1e1c232fb317164d5f6a.tar.gz
gentoo-3b4e4af262c870faa45c1e1c232fb317164d5f6a.tar.bz2
gentoo-3b4e4af262c870faa45c1e1c232fb317164d5f6a.zip
dev-python/intelhex: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/intelhex/intelhex-2.3.0-r1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/intelhex/intelhex-2.3.0-r1.ebuild b/dev-python/intelhex/intelhex-2.3.0-r1.ebuild
index 022200544a9f..078e31f960ea 100644
--- a/dev-python/intelhex/intelhex-2.3.0-r1.ebuild
+++ b/dev-python/intelhex/intelhex-2.3.0-r1.ebuild
@@ -6,14 +6,13 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Python library for Intel HEX files manipulations"
HOMEPAGE="
https://github.com/python-intelhex/intelhex/
https://pypi.org/project/intelhex/
"
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"