water_heater.econet component added
This commit is contained in:
5
dev-python/pyeconet/Manifest
Normal file
5
dev-python/pyeconet/Manifest
Normal file
@@ -0,0 +1,5 @@
|
||||
DIST pyeconet-0.0.6.tar.gz 3887 BLAKE2B 0d5b0d8b0b16469252d5576d7412e151023db657c2eff534c3889c861b427f2f1a83a497435d55e61cf519193b91e24b63c4d79bee71f0d340f347a8065e4c00 SHA512 92da5b20f60c3d0482b100cf0039ec51f26ce5ee7cf4448668e865f56286a14be5ab07954f9fbe6d966eb7060028c6d63adfcb1eceec417879cfa4d400a7a053
|
||||
DIST pyeconet-0.0.8.tar.gz 3938 BLAKE2B 984ddce9a04adc14fb7d229289edd9437b63cedbfdd85b3d07be12b734f8e960733148e47ad782545ab3eeefb59da6ef74ceb04637b7a0a00cb54acacc3336e4 SHA512 afaf842f17e31066ef2f05ed2d51cc5f1d570baa2bf5817fb84a5b57cdd38d120846d636add83547cffcd05a99d9bbb3f5e2d70379229cf48e0f10462f77fe80
|
||||
EBUILD pyeconet-0.0.6.ebuild 674 BLAKE2B 843c942b3176634d144913e0e31687c183b56a8ed9290cd77391a605eb3da1b1baee1de7e857d5b92af916d85218c33fb160bffeef14c24e3365546f30af4607 SHA512 6ffacada0e4295f4421ac6b069bd660aefbc7a3a021910e1b536adb916d3305183874986b7dc7bc3a27522b32c03728989357cc6271d06d9285912028616e0ba
|
||||
EBUILD pyeconet-0.0.8.ebuild 674 BLAKE2B 843c942b3176634d144913e0e31687c183b56a8ed9290cd77391a605eb3da1b1baee1de7e857d5b92af916d85218c33fb160bffeef14c24e3365546f30af4607 SHA512 6ffacada0e4295f4421ac6b069bd660aefbc7a3a021910e1b536adb916d3305183874986b7dc7bc3a27522b32c03728989357cc6271d06d9285912028616e0ba
|
||||
MISC metadata.xml 236 BLAKE2B e1a8a1884fb5bffefa7a353efca18400ed26cb90f3f5b654a4000c75e9b823d0ee98453c9b7d1ff7535028ac03e21f97ecb4b8256b69670d886cb75566c57e9a SHA512 e0e6ce91305e5743cdc8e9cfa89d9787ac09ad5192b0a5c549342c82a80ff748237ebaa84b3db7d4bd850b2cec0368aa817a43e87ba8734a464abc5aef7c6742
|
||||
8
dev-python/pyeconet/metadata.xml
Normal file
8
dev-python/pyeconet/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>python</herd>
|
||||
<upstream>
|
||||
<remote-id type="pypi">pyeconet</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
30
dev-python/pyeconet/pyeconet-0.0.6.ebuild
Normal file
30
dev-python/pyeconet/pyeconet-0.0.6.ebuild
Normal file
@@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v3.0
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Interface to the unofficial EcoNet API"
|
||||
HOMEPAGE="http://github.com/w1ll1am23/pyeconet https://pypi.org/project/pyeconet/"
|
||||
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
|
||||
}
|
||||
30
dev-python/pyeconet/pyeconet-0.0.8.ebuild
Normal file
30
dev-python/pyeconet/pyeconet-0.0.8.ebuild
Normal file
@@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v3.0
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Interface to the unofficial EcoNet API"
|
||||
HOMEPAGE="http://github.com/w1ll1am23/pyeconet https://pypi.org/project/pyeconet/"
|
||||
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