dev-python/androidtvremote2: new package, add 0.0.7
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
a244217353
commit
852068301a
3
dev-python/androidtvremote2/Manifest
Normal file
3
dev-python/androidtvremote2/Manifest
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
DIST androidtvremote2-0.0.7.tar.gz 24040 BLAKE2B 5bed993d4381622e82cafbdeb2153b1e0b9cf02ecee75f6398990c7b105579badb140c69d3b1f45bb5690ad0e5636af9e03e45783dfa4037a568e7c1ee3ce9f3 SHA512 6f1dae80747de20d6cd8726f0eb56e18bcb22ebd9eb5ef128ef15ba7b07950f915967b8cb152fe6e986908cd07bfe330f5c3a0dd2c636735600694d6ec9788d0
|
||||||
|
EBUILD androidtvremote2-0.0.7.ebuild 816 BLAKE2B c25b3ea73d3d46fd19c4fb3aee7e2466b86b65b2ea6cfe199376af42fd16078b65f7afa740ab29b4776b4aa6b2f062a219d3954a49db304da8f541b941bbf0a5 SHA512 6b8d88a85161cc9957c6bad9330fb4fabd0e7093010d9a0fcc85a157f8e411dddc882d2559626665505e8b2c8977cee0ae902eea634b24acbd01b0135efce5ae
|
||||||
|
MISC metadata.xml 522 BLAKE2B 516348610d828c7fc831d74b22577a3dfca8326e5683a7d2d5e501e98b31d41a33267f93eacc8dce10c83b1da56cc5fb3fe2cb696cbb840f265fddec54a43afa SHA512 c909021bb51c51c0ab098a1cf565bf1e03b2ca09060392e3958b6a4b9b80ef077b824ebc422902ac48135b9cfd95f8c565a366b7e7ee9de4312caa5f99005e10
|
||||||
33
dev-python/androidtvremote2/androidtvremote2-0.0.7.ebuild
Normal file
33
dev-python/androidtvremote2/androidtvremote2-0.0.7.ebuild
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
# Copyright 1999-2023 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
PYTHON_COMPAT=( python3_{10..12} )
|
||||||
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
|
inherit distutils-r1 pypi
|
||||||
|
|
||||||
|
DESCRIPTION="A Python library for interacting with Android TV using the Android TV Remote protocol v2"
|
||||||
|
HOMEPAGE="https://github.com/tronikos/androidtvremote2 https://pypi.org/project/androidtvremote2/"
|
||||||
|
|
||||||
|
LICENSE="Apache-2.0"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="amd64 arm arm64 x86"
|
||||||
|
IUSE="test"
|
||||||
|
RESTRICT="!test? ( test )"
|
||||||
|
|
||||||
|
DOCS="README.md"
|
||||||
|
|
||||||
|
RDEPEND=">=dev-python/aiofiles-0.8[${PYTHON_USEDEP}]
|
||||||
|
>=dev-python/cryptography-3[${PYTHON_USEDEP}]
|
||||||
|
>=dev-python/protobuf-python-4.21[${PYTHON_USEDEP}]"
|
||||||
|
BDEPEND="
|
||||||
|
test? (
|
||||||
|
dev-python/pytest[${PYTHON_USEDEP}]
|
||||||
|
)"
|
||||||
|
|
||||||
|
python_test() {
|
||||||
|
py.test -v -v || die
|
||||||
|
}
|
||||||
|
|
||||||
|
distutils_enable_tests pytest
|
||||||
16
dev-python/androidtvremote2/metadata.xml
Normal file
16
dev-python/androidtvremote2/metadata.xml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
<?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">androidtvremote2</remote-id>
|
||||||
|
<remote-id type="github">tronikos/androidtvremote2</remote-id>
|
||||||
|
<maintainer status="unknown">
|
||||||
|
<email>tronikos@gmail.com</email>
|
||||||
|
<name>tronikos</name>
|
||||||
|
</maintainer>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
||||||
Loading…
x
Reference in New Issue
Block a user