mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/intelhex: Use PEP517 build
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
22
dev-python/intelhex/intelhex-2.3.0-r1.ebuild
Normal file
22
dev-python/intelhex/intelhex-2.3.0-r1.ebuild
Normal 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
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user