dev-python/adafruit-ampy: Add new package version 1.1.0

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
Nils Freydank 2023-02-19 18:53:07 +01:00
parent 02402242aa
commit dc6702b1f0
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
3 changed files with 48 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST adafruit-ampy-1.1.0.tar.gz 17900 BLAKE2B f970711af0ec2be48cfcf6a9d4604c22d60e75c674215504e9119e01f97e658b990773d545bbb8ee05d4aee716b2e12a44688c92649bd507ec5788d09dac874b SHA512 b06a1007cda17d29c6441c2b8c7d5f7e40e41783e87334791254654d6a6157768af7a4c5b348f8b64620b47a4d86cd86d45bdb02be18c7a146deab74c4935645

View File

@ -0,0 +1,35 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
DESCRIPTION="Adafruit MicroPython tool"
HOMEPAGE="
https://github.com/scientifichackers/ampy
https://pypi.org/project/adafruit-ampy/
"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
#RESTRICT="!test? ( test )"
# following test do fail currently (2023-02-19)
# tests/test_files.py::TestFiles::test_get_with_data
# tests/test_files.py::TestFiles::test_run_with_output#
# tests/test_files.py::TestFiles::test_run_without_output
#RESTRICT="test"
RDEPEND="
dev-python/click[${PYTHON_USEDEP}]
dev-python/pyserial[${PYTHON_USEDEP}]
dev-python/python-dotenv[${PYTHON_USEDEP}]
"
distutils_enable_tests pytest

View File

@ -0,0 +1,12 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>holgersson@posteo.de</email>
<name>Nils Freydank</name>
</maintainer>
<upstream>
<remote-id type="pypi">adafruit-ampy</remote-id>
<remote-id type="github">scientifichackers/ampy</remote-id>
</upstream>
</pkgmetadata>