pyvera 0.3.1
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
DIST pyvera-0.2.45.tar.gz 11919 BLAKE2B 15602169f6ea594c8e9d84202cdc70d052df7af5b165305c9269a58ed13dc8fce38cb4678a418b0c31aba783057db2e7af73bd7891c5a0fdf3c7c2fcbdd10fb6 SHA512 9e9a51eab8da3523729a9127a4284176a4af57408a05286f5b8f7bc71c5fca81753947fee27df21cd066bf1e74db08b509f72feef1eeda72dc6aa29c1dd58a65
|
||||
DIST pyvera-0.3.1.tar.gz 13904 BLAKE2B 51e68983953a25d20a1184762f4e818a340c1204ec415c4d2214b9dca7bc5b7712b59ad352db96118ba64e8d0a95a50ac6b011609197aa54fb6bbad8b88eec65 SHA512 bf452ff6c8a6effec9fd9213871b40030acae9be0a0a72fec170ce5baaf845df4945173db46583c3052d1ad2f0b854c0af5762b9b51f76064ceb6cd6dbdd12b5
|
||||
EBUILD pyvera-0.2.45.ebuild 714 BLAKE2B 13daaf44b785c70f6f46dc27e04e12260a7bf3bee5c8007b23c6122a745a0348b09ab30046a0a5757d33c3493fa9dab28375fa7062296b49368d0769ea4e4446 SHA512 0bab5aea895ff0856bebb6459cc9f080cbfd304c87719a86f00750a72deeac2618a638b69a12dac2c798b7934fae7faec971ea2c0e5167665e2872356fecc328
|
||||
EBUILD pyvera-0.3.1.ebuild 714 BLAKE2B 13daaf44b785c70f6f46dc27e04e12260a7bf3bee5c8007b23c6122a745a0348b09ab30046a0a5757d33c3493fa9dab28375fa7062296b49368d0769ea4e4446 SHA512 0bab5aea895ff0856bebb6459cc9f080cbfd304c87719a86f00750a72deeac2618a638b69a12dac2c798b7934fae7faec971ea2c0e5167665e2872356fecc328
|
||||
MISC metadata.xml 470 BLAKE2B bed2b5b3923225735c2db70e4147d7b3c7e3a7e1dde554b8d7577189a23b18fbf105ccb85a78d9fa2564483375877835300ff99ca9ef73c0a678f950e4a24cd8 SHA512 329cfa4fe952df89a0bc444655f08f75598c73c030d23aa0dda5b36e15f3648ca24201c44eeceeff6ff028c499ca85574adf2a5ee9b1b763131615d9e4c8fc7c
|
||||
@@ -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">pyvera</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>mail@gregdowling.com</email>
|
||||
<name>James Cole, Greg Dowling</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -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="Python API for talking to Vera Z-Wave controllers"
|
||||
HOMEPAGE="https://github.com/pavoni/pyvera https://pypi.org/project/pyvera/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
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
|
||||
}
|
||||
@@ -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="Python API for talking to Vera Z-Wave controllers"
|
||||
HOMEPAGE="https://github.com/pavoni/pyvera https://pypi.org/project/pyvera/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user