cleanup Adafruit-* stuff

This commit is contained in:
2022-03-18 19:59:58 +01:00
committed by Andreas Billmeier
parent c75a21071e
commit 8d812ad550
18 changed files with 250 additions and 10 deletions

View File

@@ -0,0 +1,3 @@
DIST adafruit-circuitpython-typing-1.3.0.tar.gz 28379 BLAKE2B e666ddeb949e32dfa6150c55569f7ae6cd7498136aadd198508880b8fc4d9de4bb83369936c7edab332589a4c1fb15ed41698c72d05a35577c65cf3cfbda9b23 SHA512 8d3a1523c8642de2b9a7a4d7c34e43b2c3c799719515beaeaba735dbbdd2186bda90a419ed004d1dfba4f37aa740d1a9cda8034f18bda475ae4ceba574e2e9a7
EBUILD adafruit-circuitpython-typing-1.3.0.ebuild 841 BLAKE2B bf90310070d75c997b3938d311b7368feab9ecd5365f893550a26dbf6f16f6659125e005b4688baece338584fa380b0787795b36ee8480a3c3e14ab9479e07e4 SHA512 366c1ba5e4a06ea05bc01c489e32ed060cc3e536fadb858e61682daee38829b207ef98ba64e32a008d0d86fb5c66469ce1bd8e838b0958628a9ffa8e72abfee4
MISC metadata.xml 487 BLAKE2B d802e3706cb1e10bdd472a105ed17bcd1deed3ace75a26f8ff3d8a36cba4b5c6442146871a1b66b769fc0853dd7e86e20527c8b301f67e91803e9d3ea1a49087 SHA512 e4455a9e82de222764566a98f8c2e21b5d73198793230b34feb734dc7881cb7c139759b16c6b52b5b0135d990f50e96ef20b5505244d507ffc1fa4e295db1669

View File

@@ -0,0 +1,33 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Types needed for type annotation that are not in typing"
HOMEPAGE="https://github.com/adafruit/Adafruit_CircuitPython_Typing.git https://pypi.org/project/adafruit-circuitpython-typing/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND="dev-python/adafruit-circuitpython-busdevice[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@@ -0,0 +1,15 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">adafruit-circuitpython-typing</remote-id>
<maintainer status="unknown">
<email>circuitpython@adafruit.com</email>
<name>Adafruit Industries</name>
</maintainer>
</upstream>
</pkgmetadata>