dev-python/elgato: rework, remove olds

This commit is contained in:
2022-10-15 10:49:04 +02:00
committed by Andreas Billmeier
parent f7646501d7
commit c907ee9766
5 changed files with 7 additions and 79 deletions

View File

@@ -1,7 +1,3 @@
DIST elgato-2.1.1.tar.gz 11443 BLAKE2B 98039c8945efb63f1e8e1b17a550decfbb2dff7239bcc8744eb15554756bbf1b48820a7fe21840f0f894239a81401cffe3ea6c07e0e7028ff3b2b8600a6f40a1 SHA512 426fd64fc2eee86f965d0b63ad6d4bc2bc3b070ca58d6d5e31ac73d0acc6fee8034e923a05ddd751aa66280cbbdcbce0669504e1d4334318d78227bf2388ba97
DIST elgato-2.2.0.tar.gz 11183 BLAKE2B cc2da1500d636aa0ff683e877d27f8141ea902ced730fa5d8da83fc3879fb82842e6d444099a3dee32ca4dbc600c9004f98ed4625d9d9a112ce7f15d2b057ca3 SHA512 99b378ee10d724e7890d2f83c8ff730e752fada2458833f767cc0af4bea09d88d2882bdfd4f2221a53f90997ba590a7264ba190153721b20222229c3df68c0e7
DIST elgato-3.0.0.tar.gz 11178 BLAKE2B 8d01ff15c00c640451f1efc14bb4c643bbb13b38e50155efea4702a8fcbbe3117db40895bebcb9e9c9b312122afd8b2b87b4dcb5408c0e9cb94a0d6acfd450d0 SHA512 d3d1be02f1d37e6f22dc161c4696a9a08a2e264b4d626ad6a1878ddd76b1f719cfb8796a9573923342c64974df352d7b9a1f6e0cf199be7140813d181d19a4f7
EBUILD elgato-2.1.1.ebuild 855 BLAKE2B 4d4fa7507473c38579806c6e4c0ae6cd918e5bd4116a26ac67d0993c45948c3e7e69651cd552284d0c592e8348a174e1d7984ed77b7182fdd098dfba55140857 SHA512 c5b9eb1aebce7bf959c17c5f9df0a228669706aa3ec4a57f4ac110abc51c3d4cb32a50be428ed6c6048bc57b6a2f69ebebda438fd095d1779d2cc7578f6c50f8
EBUILD elgato-2.2.0.ebuild 849 BLAKE2B 90393ade7526b8643f45d0803506ff2873d616d57745b6b61e897f5bb0e9f836e23c57d208a0d9df6502c59ae53b533c291b7ed27fbf4decce0752fabee89189 SHA512 bfbfe27520334252cb7af3e69715a225b5865c32fa46fe84becd86c1e17e97f49f82e77dcfa1d8dbd7cb5cf4c2aa5596d99f5d6a7bb966d45e7bb3216fc00063
EBUILD elgato-3.0.0.ebuild 896 BLAKE2B b4b53651e29d2308171e59f9b86e12f4d03606c5ae1b3fd2822290da8635ccac996b22c877850b7c3c51ccda7ec7965120fe67d26731915f3acc800aaa8560a4 SHA512 84defe505f4e9c2984ac60984867e87bf65616eb0f385479b5f11b5437d83a3dd148c4ce9ea36fbb315d17368eea2b512eb9c15bfe3f8427813aa7f987dec5ec
EBUILD elgato-3.0.0.ebuild 899 BLAKE2B 3fb7fb9f213172866d5ec244ba92b8d18343b84f2a84fc570d0cba3780a00aa05e0b96bb551746d15e8535fb07565958e1768cd065f7132c707ea2c4a52febc2 SHA512 adb7db15b6f7c14c041c33c94658aada9d4cbb9674606628e2f26aadc8c88edd8d63c716832754e89f5276d1aa5c83b2f988f0337568a6d8417c280b86dabf96
MISC metadata.xml 453 BLAKE2B 8d5a7d84d885d2018d51ce75d2033978b1000d8692dfaf078b22d2f889aae13e0b94c109b5a6566924f5f84225963e70507f79d367884bd2f70c125afe80521e SHA512 1119ec8372f2ce810b92db562ef131d042343e6be67791f297b3b24a1232faa284f7e6c3095f6db27bd9ba47f367e92898864506f892d1fcfd4fcda025607ea7

View File

@@ -1,35 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Asynchronous Python client for Elgato Key Lights."
HOMEPAGE="https://github.com/frenck/python-elgato https://pypi.org/project/elgato/"
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.md"
RDEPEND="dev-python/yarl[${PYTHON_USEDEP}]
>=dev-python/aiohttp-3.0.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@@ -1,35 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Asynchronous Python client for Elgato Lights."
HOMEPAGE="https://github.com/frenck/python-elgato https://pypi.org/project/elgato/"
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.md"
RDEPEND="dev-python/yarl[${PYTHON_USEDEP}]
>=dev-python/aiohttp-3.0.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
@@ -34,3 +34,5 @@ python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest