cleanup, add new Python Targets, Letter 'G-I' all Integrations

This commit is contained in:
2021-07-16 23:16:13 +02:00
committed by Andreas Billmeier
parent f2969b1dd1
commit a2c239bb14
84 changed files with 270 additions and 555 deletions

View File

@@ -1,3 +1,3 @@
DIST pyhomeworks-0.0.6.tar.gz 3118 BLAKE2B c47f8f23998c2f716c167f10469d07c2fbf90e635cf6a21d1f8f5c09057246e354606359d9ac492f457487812367125e1b3825756bc54b397d832219c923b21f SHA512 76f2ea064bd22f19ca69647db68213c6c6f975d05a0021faa33911ac1590ae33a40899ad8b3b5e6421f2ab48b83c590432a6739cbc37c74e46cac4e34316c8a4
EBUILD pyhomeworks-0.0.6.ebuild 704 BLAKE2B b7facf512aa3be6ef16694446904722a242ec535c730ccb0b196842a56e3bd94eb0b13ef127b687e6cfa7a5f97c574766e5fe4a28163eaa9636fe9fe6c17a83f SHA512 adb70ce447598d340555b3df05db30f2e8fc60e7a619aaa15c3afb597dde97d69365b8d321be0989a414b3081d6e797bfba081da493abfd8941f7d86781973e3
DIST pyhomeworks-0.0.6.tar.gz 3118 BLAKE2B c47f8f23998c2f716c167f10469d07c2fbf90e635cf6a21d1f8f5c09057246e354606359d9ac492f457487812367125e1b3825756bc54b397d832219c923b21f MD5 12d7f97937def24089c5686c3549cb23 SHA512 76f2ea064bd22f19ca69647db68213c6c6f975d05a0021faa33911ac1590ae33a40899ad8b3b5e6421f2ab48b83c590432a6739cbc37c74e46cac4e34316c8a4
EBUILD pyhomeworks-0.0.6.ebuild 709 BLAKE2B 8d382067e7312ef239e72279d76c1f5fa2601e09857ad84860e3bf390017881fc53ac9842e43c762bf92a84648321b1a7763c5f189734baeff76071d53cc5fb7 SHA512 d21aaa0f58d28f714df7bb61152e292d7c1554663bcffb7331ffbc08f13cc35030710b98f438f5e5c0d41ce26b50bbe6780466ccc1cd55f3501ef3fd3d57bbec
MISC metadata.xml 454 BLAKE2B 1b41fe651bc7e1aa338e3a079ef35fdbb7f1701a4edc180ab08e73cf7c58e029aa922ca86fa4dc9823d4b49555ea1d692253c69143b3231ec7b5a8dff4d51066 SHA512 0f871e296f433fa405e77cc6e24d5b1bea510aae7b6a89b297a728f5045b1877d924efca735fed2311bd91535a69ae5098bbc57f7d2c55316366b53a0a13b724

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@@ -11,13 +11,15 @@ DESCRIPTION="Lutron Homeworks Series 4 and 8 interface over Ethernet"
HOMEPAGE="https://github.com/dubnom/pyhomeworks https://pypi.org/project/pyhomeworks/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
LICENSE=""
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.md"
RDEPEND=""
DEPEND="${REDEPEND}
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]