Numerous updates

This commit is contained in:
Torsten Kurbad
2023-07-03 11:36:29 +02:00
parent 23f82b3134
commit 15f290f264
84 changed files with 988 additions and 1270 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
AUX ampy 207 BLAKE2B 3aceb69f428fe0b54ddf695c9eb4c2510aace96308c6dafac68525e2d1d5c34c67356234d5972114676d912e402569a0d0bce61ddd2206549b207860186f7ed4 SHA512 e3ccdf1bdbf27df31b91ba1d08b2072b3b3d4f2a3614182f5a162ef03b38305aef2654ba51b97775a8c840504f9538907f6c17932e07973a4f097e29f355c20c
EBUILD ampy-9999.ebuild 1096 BLAKE2B 83de215272429bcfe29a049a0f5e7d9b2d0acf71229580263bf39af990f78cd02c9d82df06480eb7eac8564fd9491a60778c60e91bb3094dffae2b95c2aed8f1 SHA512 ff605484170eb972d3b91c8fe56619fb6fde580c0c510b89301f1828feea0d07be168aa72bf076913692916d9679fa827e16c5c421f1f333db772b75eaf4c291
EBUILD ampy-9999.ebuild 1080 BLAKE2B 917202eabf7ce42b3a3d93ac6bdc66b99db9ef9abd080aca50b1205260ebb6803112d85a9bc5353905a43ec92712da3157b948afce7f4e1ed3b7df0baa655c78 SHA512 848b8022b11dec4a2920b1e4afab2590a3864ee7627c7addf0275b8399de978d0346735dc83ce936e27bf3c7e6828633a6f2e5fe83a8efffe467bc63a730d6df
+5 -3
View File
@@ -3,9 +3,10 @@
# $Id$
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{9..12} )
DISTUTILS_SINGLE_IMPL=1
inherit python-single-r1
inherit distutils-r1
DESCRIPTION="MicroPython Tool - Utility to interact with a MicroPython board over a serial connection."
HOMEPAGE="https://github.com/scientifichackers/ampy"
@@ -14,13 +15,14 @@ if [[ ${PV} == "9999" ]] ; then
KEYWORDS=""
inherit git-r3
else
inherit pypi
KEYWORDS="~amd64 ~x86"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz -> ${P}.tar.gz"
fi
LICENSE="MIT"
SLOT="0"
IUSE=""
RESTRICT="test"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"