add/bump pyinsteon-1.0.1

This commit is contained in:
Andreas Billmeier 2020-05-20 18:05:50 +02:00
parent 89c3320611
commit b34fe8326c
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
5 changed files with 90 additions and 0 deletions

View File

@ -3,6 +3,8 @@
* bump arcam-fmj-0.4.6
* bump open-garage-0.1.4
* add aiopulse-0.4.0
* add pyinsteon-1.0.0.ebuild
* bump pyinsteon-1.0.1
2020-05-17 homeassistant-0.110.0_beta3
* add gogogate2-api-1.0.3

View File

@ -0,0 +1,5 @@
DIST pyinsteon-1.0.0.tar.gz 138775 BLAKE2B 33f0c0e4cf0c4a0d20778d3e91d03b40f5635c0ef478bb67e0263659d1a955661b0767a551b62d49a0802c5135e557500b44939dace5269ea8e779165b1407d5 SHA512 d2fee0fdaac9d71cf8628eb44fe4f5a327b060e8a3c6582af0c95f7d1b207e764a2d1c2a48e030906accf5525fb569922b28dde02d58ab76e21a52c0e072f604
DIST pyinsteon-1.0.1.tar.gz 132096 BLAKE2B 67a8dab17c3f40cd809b38977ee8ccc4a952466295c397c232318c26037256fd37c7fc944ae7ddecbd7631df89398bd6cb6bc6bb388a2343773b2c09c193b0a0 SHA512 73381071ee095ef2b65a3a4d404f430b4c669e2a3f6d6a49ef1b5e5016eef254c4270f10e1ec8eda92a20889526c972a594b3db3784cfcb3733309e3fa1cca53
EBUILD pyinsteon-1.0.0.ebuild 897 BLAKE2B 8c99f8af5a9422c5da9b037a8e600e27a2011b7775b03d0386dda26689d1f14c2e6e5fcae54ac8eb8f08b7a7ac43f37bb32f5e842787a7c8a55165151a88f353 SHA512 f60d6ed7978f3f81d2498623b17893f6f9a3373a8d371d93ecc6e140501e549e44cc1a45ee451b8781a75530cfd6562d6c5266e35791c97acad7894aef8733f2
EBUILD pyinsteon-1.0.1.ebuild 897 BLAKE2B 8c99f8af5a9422c5da9b037a8e600e27a2011b7775b03d0386dda26689d1f14c2e6e5fcae54ac8eb8f08b7a7ac43f37bb32f5e842787a7c8a55165151a88f353 SHA512 f60d6ed7978f3f81d2498623b17893f6f9a3373a8d371d93ecc6e140501e549e44cc1a45ee451b8781a75530cfd6562d6c5266e35791c97acad7894aef8733f2
MISC metadata.xml 474 BLAKE2B 4b53cc72d0f63f92c79ca63bfb7f99cb137f0e08504813fcf9257383926a3507fee90972c1d8416e0da92350b7fa975358d13925f68aca520343a19c5ffcd85f SHA512 8b0da9a23e1a64cbb6ab665cd2beb8bf111b845f71e4078276a043e756b407835fda4ef91506285efb13e9f9dbe555b0d70b7fe06d613aa71ad391c32a6db5b5

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">pyinsteon</remote-id>
<maintainer status="unknown">
<email>pyinsteon@harrisnj.net</email>
<name>The pyinsteon Development Team</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,34 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Python API for controlling Insteon devices"
HOMEPAGE="https://github.com/pyinsteon/pyinsteon https://pypi.org/project/pyinsteon/"
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/pyserial-3.2.0[${PYTHON_USEDEP}]
dev-python/pyserial-asyncio[${PYTHON_USEDEP}]
dev-python/async_timeout[${PYTHON_USEDEP}]
dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/aiofiles[${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,34 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Python API for controlling Insteon devices"
HOMEPAGE="https://github.com/pyinsteon/pyinsteon https://pypi.org/project/pyinsteon/"
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/pyserial-3.2.0[${PYTHON_USEDEP}]
dev-python/pyserial-asyncio[${PYTHON_USEDEP}]
dev-python/async_timeout[${PYTHON_USEDEP}]
dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/aiofiles[${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
}