goodwe-0.2.15
This commit is contained in:
parent
eb52cdd10a
commit
0c3143468c
3
dev-python/goodwe/Manifest
Normal file
3
dev-python/goodwe/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST goodwe-0.2.15.tar.gz 36311 BLAKE2B cd115eeba126d16b99be82211a097ce130b898dd2c27ed2acbf2331316459418ae3ee2f2d555057ef098a6da80fb75a92f334b6c778c6ddbb72faa64a37517bd SHA512 daf638037664b2c39f914124ac937a7de321408c90406bb613abd0eae64038000eeadb26f6b20b20cd11c415ddd1b048e09bf1a0491ce2f943983491e7c98632
|
||||
EBUILD goodwe-0.2.15.ebuild 897 BLAKE2B 5e28ab7dcc1d7999193acb6b3cdea5e5a33ea59c2dc8f4cb7286dfc3bf0eaf4d2cca9124d028441a3fe329f6b31db1a59a67aa8b0eccc50202ecd2ed3bb71494 SHA512 acecbaae1e509691c887cdb848741115e49fe384ed4cf4d8a4f8b15fd3c279977106b278e61c049ea533b9bb50ad8748f61e81073d6ae4896164d915e933fbf6
|
||||
MISC metadata.xml 477 BLAKE2B 7602bcdbf97e770c87f05ad6bcf1a45b282e9af87f6c1f0b5af5c1902c4e20ad762bc03acf879bfeb2e3c4f09c3fe22b7f5d307c08e6a395e9c11481029a948a SHA512 474a68f22305033f61e9e8cdcd9b7423834b3c1bf510ad99ec8d0893f9451624481a5a944d2090f1d9ff7f1d93ad7f1568443398dcbfc4248b63cadfe177b0db
|
||||
40
dev-python/goodwe/goodwe-0.2.15.ebuild
Normal file
40
dev-python/goodwe/goodwe-0.2.15.ebuild
Normal file
@ -0,0 +1,40 @@
|
||||
# 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
|
||||
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
|
||||
|
||||
DESCRIPTION="Read data from GoodWe inverter via local network"
|
||||
HOMEPAGE="https://github.com/marcelblijleven/goodwe https://pypi.org/project/goodwe/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=""
|
||||
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
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
echo ${PV} > VERSION || die
|
||||
echo "[options.packages.find]" >> setup.cfg || die
|
||||
echo "exclude = tests*" >> setup.cfg || die
|
||||
default
|
||||
}
|
||||
15
dev-python/goodwe/metadata.xml
Normal file
15
dev-python/goodwe/metadata.xml
Normal 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">goodwe</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>'marcelblijleven@gmail.com</email>
|
||||
<name>Marcel Blijleven, Martin Letenay</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Loading…
x
Reference in New Issue
Block a user