dev-python/pubnub: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-05-29 10:23:32 +02:00
committed by Andreas Billmeier
parent d30f6f2377
commit 7058606241
2 changed files with 5 additions and 7 deletions

View File

@@ -1,3 +1,3 @@
DIST pubnub-6.4.1.tar.gz 61194 BLAKE2B 1ff97873103d1317fe982ca3f6bc1710cddb42a613d516fdfcd4041b6f208ee2a6785b854fc6a82e8189a9691a15f0ef84aca2bea552f6a2bf6a487a094137c1 SHA512 3b5d190aa9a9e6a6c9ed544f92cf70760db2f755d899d1cc16488cce33b792063c70da17ad345551750c16f7867ba884e2f32c126c0a09a0ce234451bdfaaadc
EBUILD pubnub-6.4.1.ebuild 830 BLAKE2B e704e9b054e79e5e330f5a80e7766d91547a997d7b1502dbdcef23a9f5386e2497d3056417465599620b235a4bda0e5534dcf109de33509d13d384073119de0d SHA512 9c57c0c0d70730e7c96f4ea500082dcdfd4d4a36096ad05f30c777b96a61df402e5a4baa7ffdf0b4e268eaf108ec6faa717c56fef13b161740f87753acf0a8cd
EBUILD pubnub-6.4.1.ebuild 815 BLAKE2B cb736f456cacbd9ab3a9f705e340572ea1465cef6d23a59970c05b3d58d05ef63d43d9717f32710a4ac218417dd85d840d0be315abe0f178ada4c9309523efbb SHA512 b65a6a0d91ed54bd061d5206edf689de1655143f9918e6b06d61eaabd0a4556bf36cab3bbf8a519af4e1c6744a64a10fa077487579e192f3eb9a85c63bcb1e4a
MISC metadata.xml 498 BLAKE2B 92656ad9c6370507457145da006e0787f10fca4e35b5b9b27077e78aa44ad46707f0174333af3d663e3fed09022f5e37891696ec5c09c25e7fb0db0f44f25d75 SHA512 628c3cfb4105e09c48b7850a4aae8cd4aa731a4631bb00cdbb3735d70af616713c14a0d834fa5b3a2c092107ecdda6bc94a762244fd6e55864c69e860707a060

View File

@@ -1,15 +1,13 @@
# 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="PubNub Real-time push service in the cloud"
HOMEPAGE="http://pubnub.com https://github.com/pubnub/python/ https://pypi.org/project/pubnub/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"