dev-python/pubnubsub-handler: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-12 19:44:30 +02:00 committed by Andreas Billmeier
parent 927889fb5d
commit 3c42c58851
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 6 additions and 11 deletions

View File

@ -1,3 +1,3 @@
DIST pubnubsub-handler-1.0.9.tar.gz 3408 BLAKE2B 63fa937fb0cd492c2df8a49946abb570887c0bc018227db6674a11c34168f0a9dc1c128a668444366251bd19dc42b228e39aa102b04c52c1e938ca9161db5626 SHA512 7d04709091bdb247a38b2d375cfdffb73ceca6ae82449254baef70a1fa8dcf13f7ebeee2e72a175adaac9587f85d45d8b7e239b0c12c8c798ec36e94f3840265
EBUILD pubnubsub-handler-1.0.9.ebuild 831 BLAKE2B ed26aab69c9c8281ceba2942b886ff6797f020c4ec6994727bc3c2439f4d61904d5ba25bce658f67d35bd8e45c8ebaf3f9b1c575532ab25b4959010ee2d2ef87 SHA512 aecd409d2e2883f325e788918fb81df5ebb96968683821a6113cdaab3ba636347f60d591e634009b207baf9eb222e024499594aa19abc7e7bac2bc24674037ea
EBUILD pubnubsub-handler-1.0.9.ebuild 755 BLAKE2B 7743485682d585037609ff4c495820bf8c9521a49adeda37dd673b5e84472b02e4ebdee1e359ca9f31e1f978f3ffc8b4b016eebdb1df1894992974f9142dcade SHA512 871e2f50d5da5f60e45889dafc2ff361ce09b9154076654cfb63415b3fb4eed2a3a1c3bd0e67d4898944fed2a8ee0df1399a02ac8f11fa6dde2f92bd86fb8a35
MISC metadata.xml 405 BLAKE2B e3331fe15fb87fae39e8c9b789de0ce991e08f1dc6b8f46c006012a62ece273c0ca9a0f1efecbd3de80bbb7374bc9a99d83ba4c8ae6d5e7548f8253761cc6e6a SHA512 04d8bee674ec5118e2a908ca79cbc6b0e677c472659bd4084ca8fb107716559f59149c81a55c790b81a11ad2e60a86083731abfe46db39df04255a17c64e8eed

View File

@ -1,15 +1,15 @@
# 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
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="Handles the PubNub subscriptions between PubNub and Home-Assistant for Wink"
HOMEPAGE="https://github.com/w1ll1am23/pubnubsub-handler https://pypi.org/project/pubnubsub-handler/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -21,13 +21,8 @@ RDEPEND=">=dev-python/pycryptodomex-3.3[${PYTHON_USEDEP}]
>=dev-python/requests-2.4[${PYTHON_USEDEP}]
>=dev-python/pubnub-4.1.3[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest