add devolo-plc-api-0.6.3

This commit is contained in:
Andreas Billmeier 2021-12-04 20:19:47 +01:00 committed by Andreas Billmeier
parent 1c88f1250b
commit 5cdc42382a
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 55 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST devolo-plc-api-0.6.3.tar.gz 45348 BLAKE2B e9a2d5d1c1b84d5a51ad5cc4ba14d739f0d8ab4e6d34b8d0ec35455f3a7a8df300ffd2a63acc8259d997ae4568a56dc7e047edc1a123730692bdd9c0aef5b899 SHA512 71156485f37ea468dcd38ed497338b820db0a15c8b597dc4efbf95fb31772c3272d413ab896ee9a6452563390b9d168fb18c50a2a61ff0f12b040a7c2d061c6d
EBUILD devolo-plc-api-0.6.3.ebuild 946 BLAKE2B b798d7ab94e0a21ae20b7ba8cc8f04feab64e0993498ce94e7156bda01271ffc7242a3c60c2ca3d8570b3e6c3c2bb854baf5314ec5422171bc643ffa7799d0d4 SHA512 9e2fc1c5131a2283ee9b07bf4ede7c192de3c0422967568472ae12a2b643414e4808e0c06b241a2e872227ed70dfd4600a0aca70a29e352e359cccb4483de903
MISC metadata.xml 494 BLAKE2B 1550312a37a532749193ea5069d74e522156f45b03f4eee17259229861b1f1de9c541a62ca0f418fef41e59e4eed3522f7ab3d667e847f9cb056ee1c8b4e3e6a SHA512 099cf1025798e177cdae73614e3f973e009a8c323f29a2dedcbf4b78d9281ada72e07fc631be27bb75716a4ef51d6359b491be035c647338fa9850091282261c

View File

@ -0,0 +1,37 @@
# 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="devolo PLC devices in Python"
HOMEPAGE="https://github.com/2Fake/devolo_plc_api https://pypi.org/project/devolo-plc-api/"
MY_PN=${PN//-/_}
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="GPL-3.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.md"
RDEPEND=">=dev-python/httpx-0.18[${PYTHON_USEDEP}]
dev-python/protobuf-python[${PYTHON_USEDEP}]
>=dev-python/zeroconf-0.32.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

@ -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">devolo-plc-api</remote-id>
<maintainer status="unknown">
<email>m.bong@famabo.de, guido.schmitz@fedaix.de</email>
<name>Markus Bong, Guido Schmitz</name>
</maintainer>
</upstream>
</pkgmetadata>