pyowlet removed, API ist dead an Component no no longer lives

This commit is contained in:
Andreas Billmeier 2020-09-05 10:02:30 +02:00 committed by Andreas Billmeier
parent 83ced815d3
commit 7481aa67ae
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
5 changed files with 2 additions and 77 deletions

View File

@ -1,6 +1,7 @@
2020-09-05
* repair iglo-1.2.7, drop iglo-1.2.5, abondoned anyway: https://github.com/jesserockz/python-iglo/issues/1#issuecomment-558479023
* pyowlet removed, API ist dead an Component no no longer lives
2020-09-01
* bump xknx-0.13.0
* add ProgettiHWSW-0.1.1

View File

@ -1,5 +0,0 @@
DIST pyowlet-1.0.2.tar.gz 2885 BLAKE2B c73ff20560067793036053f2cecc0c0115f178aa31ac9139de8561b7edba75dd7fd204aabd3a53aa3644860fd350293c70d44405cb34fbdc6931a9303be5ecf9 SHA512 58569ddb1deaefd34ae720f92e2185202bbcab37d16dd8e8cf8a84d4783d265d65d16b878eaf3e8c12897066a8ebed9d22945b5b5e6406d49e128aad40e74314
DIST pyowlet-1.0.3.tar.gz 17377 BLAKE2B b91bc923288cc9fe1fd525c8f033f1629ffcbbd97ae4118a972252965c33d77891566ec5c38fd49d026563dae4ebb792852695dc443269abd55e3bfa1a7564e7 SHA512 fdf1018ec03a9d87a553417ba690ce8252beff333d83cdaac8aede2718310de8d4e5aa5fe55fd1650199238909443da7e8e516dec183a79f6e09b64e63f59b65
EBUILD pyowlet-1.0.2.ebuild 707 BLAKE2B e53958a3680f5b48006e05b96e68642dcfdbc5126a5ef994fa0363c0d9d9751e7235af91446b29838dc2c4174117ffe7d279b775d264a8f54d4ddd8cd86f1265 SHA512 c7fef466c84d4e5811419ff07a38e7b4824df9ddd7ad76958fa4a5263ded0de5423a54c4af5ff607e1fc665b85cca90ea128806aefe95af503e0a73bef2d2ae2
EBUILD pyowlet-1.0.3.ebuild 744 BLAKE2B aa1126f6c25bfe27ec84a98f40cfe5ec1df74c98460f2f0ab1c9e02518bd3a123b4d78466fd9e39b2aca21ea3bbb484dfc00b22706349032f7700bb5fec46016 SHA512 96a4ca5c03a614b3b962be4dfe2d29578da34ca2f837ed25d78018767904384fde636ec9c2b05002cb8ffbb09a40013521e4c427e8cdd4466f07ef38a20ab17f
MISC metadata.xml 358 BLAKE2B 1213bca1debaa453652d3a256e4e6ca1b2b85f6386f7674287c935c6288808d909603da6cd5a7e99936e2800059bab3722aa89f031701a42b5541fb9ef7b706c SHA512 fa46997b42b83d2f7514c8d50903391e080b038cd859c709842fef94e0c4a40983fe74c90fddae0a90c8e209d252f054aa0ded8395a765dfd0e3a1076bb29b32

View File

@ -1,11 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<upstream>
<remote-id type="pypi">pyowlet</remote-id>
<maintainer status="unknown">
<email>craig.j.midwinter@gmail.com</email>
<name>craigjmidwinter, angel12</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,30 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python3_{5,6,7} )
inherit distutils-r1
DESCRIPTION="Python client for Owlet monitors"
HOMEPAGE="https://github.com/craigjmidwinter/pyowlet https://pypi.org/project/pyowlet/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/requests[${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

@ -1,30 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Python client for Owlet monitors"
HOMEPAGE="https://github.com/craigjmidwinter/pyowlet https://pypi.org/project/pyowlet/"
SRC_URI="https://github.com/onkelbeh/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/requests[${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
}