dev-python/proliphix: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-12 19:41:17 +02:00 committed by Andreas Billmeier
parent b6f727d8f1
commit ffd5a517c2
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 7 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST proliphix-0.4.1.tar.gz 16971 BLAKE2B d6280fe2bfe11ce6fa01710d91e3dcd5b376cb0462292015c5766d4c6aaaf29ef8a2ad2918ec0af0b03f23889fd11488db544fe220efbfc3709ad716894ca137 SHA512 59f8a2c588d9a740aa73c1c4f6da3d02fff2e918c6aef2b4c4c2e4061b396e326cea849723ed90170286bdf7d73e6ec3f8c683e903ece2e662319a197058d25a
EBUILD proliphix-0.4.1.ebuild 691 BLAKE2B 70acd68877def92307ddec59d027a50c2f6a3901c966e4b5322cf423c2678840bcace4bc5f3a07c167bbbc10ce428466737cba395429aff224c560d908bfd4af SHA512 538676acda976f412556c3ac5661aff9e7e2ae705faad62089645ec7b866eedc2d8826a4b303c947bfa68ae54dc490fbe46676f03a008e5b691ff4f9b7b9690f
EBUILD proliphix-0.4.1.ebuild 667 BLAKE2B 9df13248f4f554fb3cc179e6141661f67fb21a5056837d0051c6ec6ebfdfa7976b8a92376aca2adb3ebd143b030a04288d2a6913c38ac33863b488c7e7f7b159 SHA512 98ac7e962570de50d4bdc8d05953660aca5245412c303c2a9219885a2246e4b405101320c8ddd80739bf872b33398b894921cb46d294665bebc319ccffd4d983
MISC metadata.xml 504 BLAKE2B 2cea577742f53fa6034426a4dad71680d4e2b734a0990d0c97b84b7dabe640b9b2555450500e4943f0fedf8d26e0756174edaa1c6608d419d059dc2dffd22363 SHA512 c58e3c247fce9be421a096458d0b5c210356810a136e85442e94efe1f6d5e6679d6598da511eac16996597f41a3ea37ade1512a6d380d7f999d5465e630bcb44

View File

@ -1,15 +1,14 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="API for Proliphix nt10e network thermostat."
HOMEPAGE="https://github.com/sdague/proliphix https://pypi.org/project/proliphix/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
@ -19,7 +18,6 @@ RESTRICT="!test? ( test )"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/mock[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
@ -28,3 +26,5 @@ BDEPEND="
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest