add meater-python-0.0.8

This commit is contained in:
2022-04-30 10:47:19 +02:00
committed by onkelbeh
parent c641a7c71c
commit ab7dd2f3bb
4 changed files with 53 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
DIST meater-python-0.0.8.tar.gz 4714 BLAKE2B bfabe0f9ae475fe4a15c8c7afeb0e9a6b5f633512885d0e0ea744c9f0bbd4004f1b978a3738c9faa18fe788cefa64733dffb81fd679f5e5cc23fce281e02bb74 SHA512 ad5b44df28000e31ab31d61abb8ae283a583330764d45818b7db08f328878db3601df96200db53dc918f08414d41b67ad9084f596802fc043978594b09dd6218
EBUILD meater-python-0.0.8.ebuild 781 BLAKE2B 1eb3ba513025be31f36544970e93961e5da7a1beef425aa64cd9aede4b409793b0e491d046a5e5618b85dca524bc936f62caf8b7893d7c49cc5e2277ea982522 SHA512 2aba7a547e7ec2e931ee743936510f97b45f73c65663e7e9efa21c5fb88e5a1e5d6616c8e4f047263b28de02212a5d3bc2bd866f5a9f236783864cdf50bf2584
MISC metadata.xml 472 BLAKE2B 10efe2c2ed27e2f43c189c36a8fe9266a21a45c31d0618c622341660817940a1cb4717cf0c96eb0ecccde96650f4e3eb660fdaa899263010d042ff3ea5b863aa SHA512 5387fade217b465f6ba735a6653be25748370fa1b5275b46fba8455fe540be4cbc8429c0df4c79e96ac8f7bc81a84848c6e904498360a6cac11d10743dbf95ef
@@ -0,0 +1,33 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="A wrapper for the Apption Labs Meater probe API v1"
HOMEPAGE="https://github.com/Sotolotl/meater-python https://pypi.org/project/meater-python/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
BDEPEND="
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
}
+15
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">meater-python</remote-id>
<maintainer status="unknown">
<email>meater-api@billystevenson.co.uk</email>
<name>Billy Stevenson</name>
</maintainer>
</upstream>
</pkgmetadata>