diff --git a/README.md b/README.md index e33b89d7f..a7c56399b 100644 --- a/README.md +++ b/README.md @@ -617,12 +617,12 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E ## Licenses This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted. -There are 1883 Ebuilds in total, 1872 of them have in total 1892 (42 different) licenses assigned. +There are 1881 Ebuilds in total, 1870 of them have in total 1890 (42 different) licenses assigned. |License| Ebuilds using it| |-------|-----| -|MIT|1068| -|Apache-2.0|418| +|MIT|1067| +|Apache-2.0|417| |GPL-3|126| |BSD|106| |LGPL-3|26| diff --git a/dev-python/pubnub/Manifest b/dev-python/pubnub/Manifest index ba00c8771..620224318 100644 --- a/dev-python/pubnub/Manifest +++ b/dev-python/pubnub/Manifest @@ -1,5 +1,3 @@ -DIST pubnub-6.4.1.tar.gz 61194 BLAKE2B 1ff97873103d1317fe982ca3f6bc1710cddb42a613d516fdfcd4041b6f208ee2a6785b854fc6a82e8189a9691a15f0ef84aca2bea552f6a2bf6a487a094137c1 SHA512 3b5d190aa9a9e6a6c9ed544f92cf70760db2f755d899d1cc16488cce33b792063c70da17ad345551750c16f7867ba884e2f32c126c0a09a0ce234451bdfaaadc 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 diff --git a/dev-python/pubnub/pubnub-6.4.1.ebuild b/dev-python/pubnub/pubnub-6.4.1.ebuild deleted file mode 100644 index 106bc68a4..000000000 --- a/dev-python/pubnub/pubnub-6.4.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# 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