add elgato

This commit is contained in:
Andreas Billmeier 2020-01-05 09:08:33 +01:00
parent 77b79ee1b9
commit d3065938f2
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
5 changed files with 89 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2020-01-04
* add elgato-0.1.0
* bump elgato-0.2.0
2020-01-03
* add gios-0.0.3
* bump liveboxplaytv-2.0.3

View File

@ -0,0 +1,5 @@
DIST elgato-0.1.0.tar.gz 6699 BLAKE2B 37c1bc81dd58f5cf5fecd89405ce06fdb71908cf8ec69dd3eaca91c8d9581fa9ab9e2f3d2013858db14a648a56840c04e2163a701a2035161badfba8480d2da7 SHA512 264614728d4914f7c0a27e18a9a26864829270a9ba86e70bc4b350c385d9c5caab8cd2607668ef4fb246a8dab4d8a652803e22358ce4787ec5e95c565db2030b
DIST elgato-0.2.0.tar.gz 7778 BLAKE2B 1c2058acf7e957523afe1590a8b3773a541739b52c1e9e255bc0f8bbdb0522b6537e29e224ff37bd810c98248ef0201140a9e18c7af3745bfcbd2423dba43ee0 SHA512 cf48a7e442e63fca86c89cacfac00ab33b5b425985c035a23f6cef4b1229778e68ccb68461357a9ba179987d22ea4d6c1699d1d44935e4294da2d1e7733702c2
EBUILD elgato-0.1.0.ebuild 805 BLAKE2B 01722e764bd4ec4005b94ad461a111831551f7c539eb1c1a9565f2982946ae16e363d57b2d04573ea41bcac74413eddfc0c878407e899dc9608b7b96d2d6956b SHA512 65163705901a07d2cb68bab2eb9a91b714afa4cb81948a1f785e8a28b3eac5ce0204b27b5ede1a06987504cabbdb335e37ae46b19c5e72b1ca542e7a9aef5f10
EBUILD elgato-0.2.0.ebuild 805 BLAKE2B 01722e764bd4ec4005b94ad461a111831551f7c539eb1c1a9565f2982946ae16e363d57b2d04573ea41bcac74413eddfc0c878407e899dc9608b7b96d2d6956b SHA512 65163705901a07d2cb68bab2eb9a91b714afa4cb81948a1f785e8a28b3eac5ce0204b27b5ede1a06987504cabbdb335e37ae46b19c5e72b1ca542e7a9aef5f10
MISC metadata.xml 460 BLAKE2B 5569cc4d50a1494b8da0f06f91755238b1febbaf830c42318933a1abf07536d83802fe470d8e239dce1270a6f5e3045e5245381621f8902058a5676c31a57981 SHA512 d2be77429a68a55869be97872884c6bbdbd5ddffca5dcc84799456d2ff1e5181c17502c4860d25248d83b0982d3eb7ef6fc50ff1c2609cb7221643938844006d

View File

@ -0,0 +1,32 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7} )
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 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/yarl[${PYTHON_USEDEP}]
>=dev-python/attrs-19.0.0[${PYTHON_USEDEP}]
>=dev-python/aiohttp-3.0.0[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
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,32 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7} )
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 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/yarl[${PYTHON_USEDEP}]
>=dev-python/attrs-19.0.0[${PYTHON_USEDEP}]
>=dev-python/aiohttp-3.0.0[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
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,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<herd>python</herd>
<upstream>
<remote-id type="pypi">elgato</remote-id>
<maintainer status="unknown">
<email>opensource@frenck.dev</email>
<name>Franck Nijhof</name>
</maintainer>
</upstream>
</pkgmetadata>