dev-python/pubnub: add 7.4.2

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2024-03-09 14:16:20 +01:00
parent aae5878346
commit e489e44ae4
4 changed files with 31 additions and 4 deletions

View File

@@ -1,3 +1,5 @@
DIST pubnub-6.4.1.tar.gz 61194 BLAKE2B 1ff97873103d1317fe982ca3f6bc1710cddb42a613d516fdfcd4041b6f208ee2a6785b854fc6a82e8189a9691a15f0ef84aca2bea552f6a2bf6a487a094137c1 SHA512 3b5d190aa9a9e6a6c9ed544f92cf70760db2f755d899d1cc16488cce33b792063c70da17ad345551750c16f7867ba884e2f32c126c0a09a0ce234451bdfaaadc
EBUILD pubnub-6.4.1.ebuild 681 BLAKE2B aeb46efbe1cfb41d86e097290cc2342c8a1c0b638b4358d21b4df6061d7d0400cb7ec74c1017584a5f6628f2edf881cb4ce7975ea46d37da29cd149f1eb3f66f SHA512 cc5dd1b7a1db5c755ce81a5bd1bc421eb2492b2d647b861c20da4b019a08e6ddaee9af177d41b878aea168915bbaa55be92cffbb72cb0e64f23e7ba1cf6e1fee
DIST pubnub-7.4.2.tar.gz 73725 BLAKE2B 6edbb8856ccb459e24d0768ca302d78803d300e5187501d4e9f1d6519dda1b33fd01603abde0d1e8d0e25a4a5824b296478628ccccd796f02997c29d124250e5 SHA512 2f993efa051358f909da4ec6b5ff560478b0fe165ea92f54dabe21022be090c83fc474a2e523e24a6b5c72c3baf4923bc5e21cdf31be357577e164a4bbe8223d
EBUILD pubnub-6.4.1.ebuild 681 BLAKE2B 59f1f997f3aaea5442d9a44e1408230021a03a353d8276dab417db997d11348b2d3f2c052fb45fa0a44458973fec2f1aad3ce3036d9d44388eaa4a0d9630c9a8 SHA512 72c97d0bad4f2e939cc2e19fd62ab7bced79bb770b88cf7b58d04976a4ac7512e0661513b595d25d9fe9c145d7c2747cfc48e283d39d402a00510e4ce3167fd3
EBUILD pubnub-7.4.2.ebuild 681 BLAKE2B 59f1f997f3aaea5442d9a44e1408230021a03a353d8276dab417db997d11348b2d3f2c052fb45fa0a44458973fec2f1aad3ce3036d9d44388eaa4a0d9630c9a8 SHA512 72c97d0bad4f2e939cc2e19fd62ab7bced79bb770b88cf7b58d04976a4ac7512e0661513b595d25d9fe9c145d7c2747cfc48e283d39d402a00510e4ce3167fd3
MISC metadata.xml 498 BLAKE2B 92656ad9c6370507457145da006e0787f10fca4e35b5b9b27077e78aa44ad46707f0174333af3d663e3fed09022f5e37891696ec5c09c25e7fb0db0f44f25d75 SHA512 628c3cfb4105e09c48b7850a4aae8cd4aa731a4631bb00cdbb3735d70af616713c14a0d834fa5b3a2c092107ecdda6bc94a762244fd6e55864c69e860707a060

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="PubNub Real-time push service in the cloud"

View File

@@ -0,0 +1,25 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..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/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/pycryptodomex-3.3[${PYTHON_USEDEP}]
>=dev-python/requests-2.4[${PYTHON_USEDEP}]
dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/cbor2[${PYTHON_USEDEP}]"
distutils_enable_tests pytest