This commit is contained in:
Andreas Billmeier 2020-09-05 09:16:01 +02:00 committed by Andreas Billmeier
parent f419a34067
commit 83ced815d3
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 8 additions and 41 deletions

View File

@ -1,3 +1,6 @@
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
2020-09-01
* bump xknx-0.13.0
* add ProgettiHWSW-0.1.1
@ -21,10 +24,7 @@
* pywemo-* tries to install 'tests' package, patch for setup.py added
* restore a copy of pynacl-1.3.0 from main repo archive
* align numpy-1.19.1 cython dep to https://github.com/numpy/numpy/blob/v1.19.1/pyproject.toml (https://github.com/onkelbeh/HomeAssistantRepository/issues/23)
* xs1-api-client, fixed 3 problems:
- setup.py tried to get branch name from (non-existant) git
- it tried to install a 'tests' package at top level
- SDIST package at Pypi is missing 'requiremts.txt'
* ^
2020-08-30 homeassistant-0.114.4
* bump btlewrap-0.0.10

View File

@ -1,5 +1,3 @@
DIST iglo-1.2.5.tar.gz 3238 BLAKE2B 93a0195a376278a1ab5ccf89863e4f58296776b03d0cd6a7a413c2b7bdabf2e9376c9a81689284efd4024272ba817c66f6957d4b17442669a0fb35dd5dd98156 SHA512 e39a690ea926641828625025eaa13c198f67e8e4d3f9c4a75d79252e1b0cde232d86c88fcf5b9b619ba771b8224e0ef956e39130c1749fb0ced1f84e6860b88c
DIST iglo-1.2.7.tar.gz 3287 BLAKE2B f83beb178554d63cd3ae9f389e6f47cbd80f0f86014373bc54bacd81432b27a83d99d18576bbbea3ee8bd671d1891f7310635f9b58c284a34028074f11eb9b84 SHA512 7e65f93665b6b41c3bcab38c142587f63b7c368f1142633ccfea0533f8c4164147264c2d0275060f8f702813746ebe5b15c1ec83c96698410d43c75b89271fc4
EBUILD iglo-1.2.5.ebuild 752 BLAKE2B b86ae003db06850d386148a7e61e45c6594271c4ffbff356d200f6b4ea15a81bbb123271cb37c3f163d14de9b66698fb42f3aec516a8749021f0239d96734a7d SHA512 9f484f8897573e37541fb05abe8e9d2b571fce9aea5f67cf3bc0472e4b832c359f0c0466f2cd7c6c6bd1b3a866c58cd64bb071837236af952457bbcbe128462e
EBUILD iglo-1.2.7.ebuild 850 BLAKE2B d545eba7425ec6bb1f0c5c785888fbf02d75ba8e7b987513acd6639fe6ac283e97a5c365f50864637cfe8bcef6e0b2cb559434947daf9cdd766c64e1d558ddb0 SHA512 3dc357907f57e9da62717e57606f7f397cd690c6a2e7f3fabac16c854858fd6f57bd716f51ade52f9d8afa36a240b98553ad52b823e7b824ceb38460bae40fe5
DIST iglo-1.2.7.tar.gz 2019 BLAKE2B bbfa7cbe08f6b686bf737bf7dbe84b652cd3729a555a3c5564f8ce210a9b7490545f31da50bc35c988100de3689a3a88229e44e475ce40d35005bc69a7e6ef67 SHA512 7abf46acb161dee9a2564211a8bcbe5e37a3a26f078cc72ed503f1b9a5cb30a95be2ec78f61a159b03f45551723b977485218a05adff93c4d53480bf87bfa6ab
EBUILD iglo-1.2.7.ebuild 850 BLAKE2B c77fd19b7967625c7ba5ae6b0cc0b36be75f0c9427a702a93313e8041ff6aabcd6ac0facf3599cff9825b68df11a723c38b49d858f597be14d99bcae3943158f SHA512 b111b070295d8ed22aa44fcde203e13267155003a9b482286620e24de296c1f3f1f469bd74bd6480475303fa0efd09672f9d7a41ba418c6c8cdb962619a8a666
MISC metadata.xml 323 BLAKE2B 7857cb3243b642dced9431fe2ca08d73b4f8c196f73e2ea8a47de5ec19311b529244b81c50f36d6dfd55e61d72e604e98805347eada252168ef3c7fe4322b9bc SHA512 c69c48c124e5a2111eee321a49891e2e362571c6a8f0a2af512a1b70e08310cfbb424679fc67e0da6278abef22e2e03b77b482e1de25a1942f4fcff2e41aabe2

View File

@ -1,31 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
DESCRIPTION="Control iGlo based RGB lights"
HOMEPAGE="https://github.com/jesserockz/python-iglo https://pypi.org/project/iglo/"
# SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
SRC_URI="https://github.com/jesserockz/python-iglo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=""
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

@ -9,9 +9,9 @@ inherit distutils-r1
DESCRIPTION="Control iGlo based RGB lights"
HOMEPAGE="https://github.com/jesserockz/python-iglo https://pypi.org/project/iglo/"
# SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
# SRC_URI="https://github.com/jesserockz/python-iglo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/onkelbeh/python-iglo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
# SRC_URI="https://github.com/onkelbeh/python-iglo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"