dev-python/pyinsteon: rework, remove olds

This commit is contained in:
Andreas Billmeier 2022-10-15 10:08:51 +02:00 committed by Andreas Billmeier
parent 798a1143a1
commit 7abaa03590
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 0 additions and 92 deletions

View File

@ -1,7 +1,3 @@
DIST pyinsteon-1.1.1.tar.gz 161118 BLAKE2B 88c7933634b0f4d0586a71d0a632523e46dc3cda6ff46d3d6943e74ec85a03fa385651ad74ba5c7180d66e569aa7999c9c6ac4bd55b47b02667c040c7ae259e8 SHA512 de627925d700e38410920f5716c6e6964c4968ea65baafe23ee0c91dc44cc3f49c46742cb8dae520d030616fee5a390360dfad1fa6e69734900a7819fe1161ca
DIST pyinsteon-1.1.3.tar.gz 162549 BLAKE2B efe86b659f94e1aa7f1654fcaa0d9c376003d5777f8ea6e7fa4e175114bd65f2652250bb820806c62577cd978cd738e64698e3cff454afddedac12f6e4c0ff8f SHA512 2b19e0118fbaaf9baaedc436c275f077b7146180467c8f4c93a121d5d79b4f63bc1b21470d4b7787a02e2eb5edab6c6409181e965e2be5f932b763bd0889b273
DIST pyinsteon-1.2.0.tar.gz 163381 BLAKE2B 59c8ee294a8a29d3e163c16da721d9a39839a89420b7993b81327240792e492ad76a6097289683f1fee9890958caf17f42c8227511f69dbb3b2948adf44f1558 SHA512 b3d955e7f3f65bf64da4e6b37426bdcd85cab78119415934e3abf522f0a57df7f6e1608681562eed29748615a38c2c465911f6f7bf17e95100a917c0139719e4
EBUILD pyinsteon-1.1.1.ebuild 1056 BLAKE2B cd1cd0e8684ede7944dabaf3534e7779d032c52641ed95261b35f13c7f36bc4a8ebbc89d4e024fa7a4726aa9d738fe1924bd98b3c80f7dfeaa526f86c5389c7e SHA512 a2f06e14920d8991c9c62493be8fe3d6997db45f4fc1712bf76cc1f9e11996c6687610baf97df11d5512b8371f4581ab27b907417d8652f3efd87bc5d02a849d
EBUILD pyinsteon-1.1.3.ebuild 1056 BLAKE2B cd1cd0e8684ede7944dabaf3534e7779d032c52641ed95261b35f13c7f36bc4a8ebbc89d4e024fa7a4726aa9d738fe1924bd98b3c80f7dfeaa526f86c5389c7e SHA512 a2f06e14920d8991c9c62493be8fe3d6997db45f4fc1712bf76cc1f9e11996c6687610baf97df11d5512b8371f4581ab27b907417d8652f3efd87bc5d02a849d
EBUILD pyinsteon-1.2.0.ebuild 1062 BLAKE2B aa0288179746ec85951735d4f303c2860ccf3d7f256a128ab0022460baed7a39014146435664caf200d0de4a715997e473e3b2791b019070caf0ad8249263afa SHA512 43bdefee191e04856078ac3602311e81cf19b7f96acced0c2e619846a8d95167e56644b5868a3715280cf64167fc3b38d8816ccb31e69ae52c28b827cbb1d14e
MISC metadata.xml 474 BLAKE2B 4b53cc72d0f63f92c79ca63bfb7f99cb137f0e08504813fcf9257383926a3507fee90972c1d8416e0da92350b7fa975358d13925f68aca520343a19c5ffcd85f SHA512 8b0da9a23e1a64cbb6ab665cd2beb8bf111b845f71e4078276a043e756b407835fda4ef91506285efb13e9f9dbe555b0d70b7fe06d613aa71ad391c32a6db5b5

View File

@ -1,44 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Python API for controlling Insteon devices"
HOMEPAGE="https://github.com/pyinsteon/pyinsteon https://pypi.org/project/pyinsteon/"
MY_P=${P/_beta/b}
MY_PV=${PV/_beta/b}
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"
PYTHON_MODULES="${PN}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="DESCRIPTION.rst"
RDEPEND="dev-python/pyserial[${PYTHON_USEDEP}]
dev-python/pyserial-asyncio[${PYTHON_USEDEP}]
dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/PyPubSub[${PYTHON_USEDEP}]
dev-python/aiofiles[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]"
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
}
distutils_enable_tests pytest

View File

@ -1,44 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Python API for controlling Insteon devices"
HOMEPAGE="https://github.com/pyinsteon/pyinsteon https://pypi.org/project/pyinsteon/"
MY_P=${P/_beta/b}
MY_PV=${PV/_beta/b}
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"
PYTHON_MODULES="${PN}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="DESCRIPTION.rst"
RDEPEND="dev-python/pyserial[${PYTHON_USEDEP}]
dev-python/pyserial-asyncio[${PYTHON_USEDEP}]
dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/PyPubSub[${PYTHON_USEDEP}]
dev-python/aiofiles[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]"
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
}
distutils_enable_tests pytest