add ProgettiHWSW-0.1.1

This commit is contained in:
Andreas Billmeier 2020-09-01 06:21:57 +02:00 committed by Andreas Billmeier
parent cdee4cf788
commit e051ab6b5e
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 50 additions and 0 deletions

View File

@ -1,5 +1,6 @@
2020-09-01
* bump xknx-0.13.0
* add ProgettiHWSW-0.1.1
2020-08-30 homeassistant-0.114.4
* bump btlewrap-0.0.10

View File

@ -0,0 +1,3 @@
DIST ProgettiHWSW-0.1.1.tar.gz 3345 BLAKE2B eefd74229f80ce4ba1b1f63292e7e67d424774ae17c9479443481f7d0bcbf73e9b3921ac8e74dca6492054449d75817b6451e2f5bd16d11c73d57fef50ea15aa SHA512 f34a5a36a3d2e4adc1223ae975f35979d6cff923cf02b90439739d95e8ade098bfdf9611f344dc9469c0cecf5854ab1fb78357ebc1b143cec3352daac91c152f
EBUILD ProgettiHWSW-0.1.1.ebuild 755 BLAKE2B 5b1db2e3e45ee1b54240d80192c8c8c3e3d68709a504f7e9acf7cceec1d6d5fa5167ea0fac9815445e573a65ae1dc7c9d48778ded1c59a1ef6cea04d8dce5357 SHA512 07311387131fdce4b178a537c6ed3845ec2f79b7b40b617fef73428af3f6697c5674b96984b33ed7fffd74dab7169871da0135478b057a1697dbc3ef751f62c1
MISC metadata.xml 460 BLAKE2B a6e52e4bb4968a37660acaaab8fc83ebd23ed48c0ba01ce678a81df6aaa0c9042025b3b63a02ee5f2fc92e9db642ba8e9d16a133992b31693096f772c8a6cfc3 SHA512 a811585636878011f6b66663f37bfd17376f1c6b0cf23b317ad605c3d83f36ace8a053e0d25f7fea6a6cecd7893340a43208f4c1cc89111e90729b1201fd8a87

View File

@ -0,0 +1,31 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{7..8} )
inherit distutils-r1
DESCRIPTION="Controls ProgettiHWSW relay boards."
HOMEPAGE="http://github.com/ardaseremet/progettihwsw https://pypi.org/project/ProgettiHWSW/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]"
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
}

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">ProgettiHWSW</remote-id>
<maintainer status="unknown">
<email>ardaseremet@outlook.com</email>
<name>Arda Seremet</name>
</maintainer>
</upstream>
</pkgmetadata>