add PyViCare-0.1.1
This commit is contained in:
parent
3cb5b86787
commit
f5f571c45f
3
dev-python/PyViCare/Manifest
Normal file
3
dev-python/PyViCare/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST PyViCare-0.1.1.tar.gz 7603 BLAKE2B bd88c45fc814eff9ee4d35162ad4cbe6f7e20c75533fbcb675f9edaca87c4caf6e51062840b65de8d2e5189779f9756f724520fd414148b5458c996721ccaf5a SHA512 5f735263c0a2c0e76889656010e1a4f43802f975ee01168287bee474e9f4b9a852e610083b407b53cca715ed420d57645351cf07c49ae21a80addb6a03b04cbd
|
||||
EBUILD PyViCare-0.1.1.ebuild 718 BLAKE2B 1cfaa0758e5824f3778ec3bb00c3a6678a0050fcd899d45e16cd33ebce326dad5f49c8351c12d068eee583a7305c052b0ce7a7d3f29d175e6a9492c439146c18 SHA512 38bd60660fa9af223e8c60acee04069b6b9093fc40fd8f86c22b499aa7daa0db1d4297af048c1869716fd61f5e090e7e4fedac1dc69c0711279e2f17bd79cacc
|
||||
MISC metadata.xml 466 BLAKE2B 08761f45455b211af35322326a4a2eeaa11edf2a56a3bb7c0e96b2049fa46b19a664da170017a64c1b8b303cc88c3440a740ef40105c59ea482cd620eba1aebe SHA512 ac0cab6d4c847a655979bad205fcbde5d538db6065a91a67cf1a6638ad6e81065dd1d2346291c79bb2a3c9c5c7976b30491137632ce3174a375133c8a35273b8
|
||||
30
dev-python/PyViCare/PyViCare-0.1.1.ebuild
Normal file
30
dev-python/PyViCare/PyViCare-0.1.1.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2019 Gentoo Authors Andreas Billmeier b (at) edevau.net
|
||||
# Distributed under the terms of the GNU General Public License v3.0
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Library to communicate with the Viessmann ViCare API"
|
||||
HOMEPAGE="https://github.com/somm15/PyViCare https://pypi.org/project/PyViCare/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE=""
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
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
|
||||
}
|
||||
16
dev-python/PyViCare/metadata.xml
Normal file
16
dev-python/PyViCare/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>
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<herd>python</herd>
|
||||
<upstream>
|
||||
<remote-id type="pypi">PyViCare</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>mail+pyvicare@gillet.ninja</email>
|
||||
<name>Simon Gillet</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Loading…
x
Reference in New Issue
Block a user