dev-python/intelhex: Use PEP517 build

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-06-12 20:12:54 +02:00
parent 5d76ac34ce
commit 84494fbf4d
2 changed files with 23 additions and 1 deletions

View File

@@ -0,0 +1,22 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
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"
KEYWORDS="~amd64 ~arm ~mips ~riscv ~x86"
distutils_enable_tests unittest

View File

@@ -6,7 +6,7 @@
<name>Python</name>
</maintainer>
<upstream>
<remote-id type="pypi">IntelHex</remote-id>
<remote-id type="pypi">intelhex</remote-id>
<remote-id type="github">python-intelhex/intelhex</remote-id>
</upstream>
</pkgmetadata>