change source in incomfort-client-0.4.0-r1, fixes #135

This commit is contained in:
Andreas Billmeier 2020-09-09 21:42:39 +02:00 committed by Andreas Billmeier
parent a14c22c89e
commit ce6751e0ca
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 6 additions and 42 deletions

View File

@ -11,6 +11,7 @@
* python-clementine-remote-1.0.3 fix Manifest
* gstreamer-player-1.1.2 fix Manifest
* bump home-assistant-frontend-20200908.0
* change source in incomfort-client-0.4.0-r1, fixes https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/135
2020-09-08
* update Plugwise-Smile-1.4.0

View File

@ -1,6 +1,5 @@
DIST incomfort-client-0.3.5.tar.gz 6634 BLAKE2B db6eaacd7a165618b9f4aeb9d2607149c90c0477a6f1b06894dfc07c0db5e9c8b4ed3c84d3565140fd4140170b3589848318a5a25f08ffd8ad7135b6c6d49cee SHA512 0da288bff1e9d6764aeaadb5ee7351d01d00bcfbd2fb5af11626ad95fbf330704693756be2fc4d0fb11a937bab83ac8555bf16de6a00fa57f7403b2a90e8506d
DIST incomfort-client-0.4.0.tar.gz 6147 BLAKE2B 0f81168a6705bba6f75d3de546208a29c9bb9c467913596e8e43c0984c55d96904f7c19dbc62b5d1af3719ae56ebdd777663cc98bbad774423d74bae61dbf260 MD5 ef58c10b607c934e4820481ace3947f6 SHA512 e4a603038b16e37d20bd8a5f75167df9ad1281266e219f0ba5485232ed4f5cca5761fb08fab125206e791d1c2371bcb17ee4ebbff2802f796a3f936171b73f9f
DIST incomfort-client-0.4.0.tar.gz 11428 BLAKE2B 872280ad10e5da7f837124d44298fb9cb8780c44621a03bccb6dabbb8a213a734aa4375a12867e6eb6822a70c2a657e6f71bd1319eff397747265daa926461fc SHA512 d6fa9322bbd7217f4a1b7c19511b9d75eb7ba80cdcf88a307d5cd279f0d00a0ef32a8a7aa1aebea4bfce4e4133e421add9e0c8a9e98ad8d2fb854dbe3d085765
EBUILD incomfort-client-0.3.5.ebuild 1144 BLAKE2B cc5cbcfdc5318bce8cf8a2532c385d8f5461fad620728b242f0f60804683d32dc00e5e4edc80740e12371010806e4f6da6755553b7dd089d0cd111d9b603b087 SHA512 13df2da1cf2630363a3d570b9c1208dad5fd8ee51e380c4bd0ea8f4858abcfb2d493f0274b1e3f268df511b5dc077fc936017ea113ade82405c2c1ca36c000e7
EBUILD incomfort-client-0.4.0-r1.ebuild 1496 BLAKE2B fb2098ed8df8983977c5c7a160e307942852dec4235cb0472d8819f4ec103cabb80c388cdef7fe28118b425d6cf42f613969bba2f8722ea5e0d7f8262dbd94af SHA512 89671006aeaec3ea3213be53719d7d1201d400605168c288f77abb0a95a57bf5fc7b5f64a0177f084336baa28fecd3914ebbf5141cec5635cd7ad4da059cabb4
EBUILD incomfort-client-0.4.0.ebuild 1137 BLAKE2B 670c4b55d62136ebc4652bacedcdbd658cd5647ee967f2d7c07f8d3810eb4c572789f07646a10276cf94f2a92b10248e1831e5674390e8f7c50c869c809b71fb SHA512 46da000de3c132ec3c9d4fe57093ce9605fa75ca1f54eb0f4cb59a4279245b9b658ef2fc8dbe957d7f8afc546ee9ecfc29ed420c64244a220ee861ae161986c5
EBUILD incomfort-client-0.4.0-r1.ebuild 1628 BLAKE2B 5a49df2fd5f3cf2be223c9c2509c5c869a767139d17ed286e983942bc87b327879c672f917ba0e144ecfa69787afc916127afd2ab5a300eaacc64fe9d6d4488e SHA512 a540d3920264fe454b93faad55a57e0e5beecf179fac816503801c91e16a81d89eb91d120bc8e454467a3556bd083a6c70df9b43c8ae334e9f36d0ce028dee1e
MISC metadata.xml 457 BLAKE2B b87fab9691b031c2d43125a13a1cb07937b5eec86ebe6f7b10cfc267b357f4ebdf902698735aa39dbc740a81b34053cc3cf89f93bda39f34a05372677b79a1e2 SHA512 82e7cd2cd956287446374c5cb23c446c0002769144370345af44f76f55047b5788db3360bc84d612aa8b30fd4185af8fc55a56034c273ef9ebd930d2b5915385

View File

@ -9,7 +9,9 @@ inherit distutils-r1
DESCRIPTION="A aiohttp-based client for Intergas InComfort/InTouch Lan2RF systems"
HOMEPAGE="https://github.com/zxdavb/incomfort-client https://pypi.org/project/incomfort-client/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
# Pypi SDIST is missing (at least) requirements.txt
#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
SRC_URI="https://github.com/zxdavb/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE=""
SLOT="0"

View File

@ -1,38 +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,8} )
inherit distutils-r1
DESCRIPTION="A aiohttp-based client for Intergas InComfort/InTouch Lan2RF systems"
HOMEPAGE="https://github.com/zxdavb/incomfort-client https://pypi.org/project/incomfort-client/"
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-3.5.4[${PYTHON_USEDEP}]
~dev-python/async_timeout-3.0.1[${PYTHON_USEDEP}]
~dev-python/attrs-19.1.0[${PYTHON_USEDEP}]
~dev-python/chardet-3.0.4[${PYTHON_USEDEP}]
~dev-python/idna-2.8[${PYTHON_USEDEP}]
~dev-python/idna-ssl-1.1.0[${PYTHON_USEDEP}]
~dev-python/multidict-4.5.2[${PYTHON_USEDEP}]
dev-python/typing-extensions[${PYTHON_USEDEP}]
dev-python/yarl[${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
}