dev-python/gardena-bluetooth: new package, add 1.4.0
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
d46299de28
commit
c424978ede
3
dev-python/gardena-bluetooth/Manifest
Normal file
3
dev-python/gardena-bluetooth/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST gardena_bluetooth-1.4.0.tar.gz 7753 BLAKE2B b1e78e24eadadb9586b83d5a942d996e89d10bcb4827c527ac410d36bfe31746a36572f93e0841203322f19c1312826f2af1bb04e9172580a209045c938adebb SHA512 d1d6f820472c8aed471198a7f63badca4630742bf2bc7562fb521f2e0f2f8992f4505e9df2a766b70959e8843bd032162abbaa8de420716700d4abc99c6bd3ff
|
||||
EBUILD gardena-bluetooth-1.4.0.ebuild 576 BLAKE2B be582558665b924ef5aec11551b5a3793c5862c16f35fa09d75be85999fc5c60c2e7df93637134093e7420b5684b897f968b33cc09ebf21eca9b209b679bb5d9 SHA512 a9e71f029c9bf5a6e8ede4d8c715cb8c1cce3dcce86e9baeab39a0627e6dea5fbc358aec7454c79467ceb5193a88b98ae096f44dbe0772361c2bd916dfd7f4c4
|
||||
MISC metadata.xml 456 BLAKE2B 2e19315fc457912e9a63d2284788d5277fe53198d82f3aac457a77ac6030d3eb29cd228e93cd21d776f7153ac3476a01fb00d563d1b5eae95c563e18dcf54acd SHA512 b5c6fca8e392040b08ca5e14b31b06879a14382a2aeb61ad2c1b4d6d5b25764acd82e3977a1dc4ecfff6baddc8123c84285e0e85cb0c08cee9cbe5ef59e97a62
|
||||
20
dev-python/gardena-bluetooth/gardena-bluetooth-1.4.0.ebuild
Normal file
20
dev-python/gardena-bluetooth/gardena-bluetooth-1.4.0.ebuild
Normal file
@ -0,0 +1,20 @@
|
||||
# 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|poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="controlling gardena bluetooth enabled watering computers"
|
||||
HOMEPAGE=" https://pypi.org/project/gardena-bluetooth/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
DOCS="README.rst"
|
||||
|
||||
RDEPEND=">=dev-python/bleak-0.20.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/bleak-retry-connector-3.0.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/tzlocal-5.0.1[${PYTHON_USEDEP}]"
|
||||
15
dev-python/gardena-bluetooth/metadata.xml
Normal file
15
dev-python/gardena-bluetooth/metadata.xml
Normal 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">gardena-bluetooth</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>elupus@ecce.se</email>
|
||||
<name>Joakim Plate</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Loading…
x
Reference in New Issue
Block a user