summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-10-21 08:43:23 +0200
committerMichał Górny <mgorny@gentoo.org>2020-10-21 08:46:12 +0200
commitaae8adc69f190f30ac45e609d1cd1ea05565d215 (patch)
treea1729c5ab7bd2ffba170fad6f208f33ed07e313c /dev-python/intelhex/intelhex-2.3.0.ebuild
parentdev-python/boto3: Bump to 1.16.1 (diff)
downloadgentoo-aae8adc69f190f30ac45e609d1cd1ea05565d215.tar.gz
gentoo-aae8adc69f190f30ac45e609d1cd1ea05565d215.tar.bz2
gentoo-aae8adc69f190f30ac45e609d1cd1ea05565d215.zip
dev-python/intelhex: Bump to 2.3.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/intelhex/intelhex-2.3.0.ebuild')
-rw-r--r--dev-python/intelhex/intelhex-2.3.0.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-python/intelhex/intelhex-2.3.0.ebuild b/dev-python/intelhex/intelhex-2.3.0.ebuild
new file mode 100644
index 000000000000..4c941e74a396
--- /dev/null
+++ b/dev-python/intelhex/intelhex-2.3.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+inherit distutils-r1
+
+DESCRIPTION="Python library for Intel HEX files manipulations"
+HOMEPAGE="https://pypi.org/project/IntelHex/ https://github.com/python-intelhex/intelhex"
+SRC_URI="mirror://pypi/I/IntelHex/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~x86"
+
+distutils_enable_tests setup.py