diff --git a/README.md b/README.md index f9c5901fd..09d5cbd15 100644 --- a/README.md +++ b/README.md @@ -617,11 +617,11 @@ 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 1836 Ebuilds in total, 1825 of them have in total 1845 (42 different) licenses assigned. +There are 1833 Ebuilds in total, 1822 of them have in total 1842 (42 different) licenses assigned. |License| Ebuilds using it| |-------|-----| -|MIT|1041| +|MIT|1038| |Apache-2.0|410| |GPL-3|119| |BSD|105| diff --git a/dev-python/python-technove/Manifest b/dev-python/python-technove/Manifest index a89d83ad0..f2ea9e1f1 100644 --- a/dev-python/python-technove/Manifest +++ b/dev-python/python-technove/Manifest @@ -1,5 +1,3 @@ -DIST python_technove-1.2.1.tar.gz 7759 BLAKE2B 85a43f31d4c3bdf4a9b78906f1ae236f7006cd922d74077e72f49e093b1b7d455f89d3957c014d9a2b92f2b451abdf226a64d9c6d517312f9fd640f7d2566af1 SHA512 73285a230f55e9d2cb4897bf87d16b511a646c72159f7ade084720dec36e5ab1fcd74f46c15eb4b768bd43763bada445c41ce1475e09769dbe0bc35451757ffc DIST python_technove-1.2.2.tar.gz 7799 BLAKE2B ee4af6a9faf12ab9d2120769eae42ef44e19f7708a46eb5c446c6946cda930e3baf95f78a54c63efde1b67fcaa95b0ef1cad4bf8aab1debafa9af975e1cdff50 SHA512 36e53ab12a7ad44752ef9954d9eb9293fa39b7a69301b25bb3e116b9796e6b940b4001caf468e343f170e03495ef68c27efa2442e4db26c512e2e2b3c29ef769 -EBUILD python-technove-1.2.1.ebuild 745 BLAKE2B a7e8c821faa7b9a04ae3592066960df91625741cf84682c673bd596a386badb944aa101b993b00f86589286757992e2717a62fd62ff0403c011beb4fcb55bca6 SHA512 0af6fbf25833a5a828ba94918554510675b4208fb33e5734bb30fdcf9cea3eeb9b220f659770c5ee86a53f7c0a30c2d7c4ca872ecbca235982929354ecfc6337 -EBUILD python-technove-1.2.2.ebuild 745 BLAKE2B a7e8c821faa7b9a04ae3592066960df91625741cf84682c673bd596a386badb944aa101b993b00f86589286757992e2717a62fd62ff0403c011beb4fcb55bca6 SHA512 0af6fbf25833a5a828ba94918554510675b4208fb33e5734bb30fdcf9cea3eeb9b220f659770c5ee86a53f7c0a30c2d7c4ca872ecbca235982929354ecfc6337 +EBUILD python-technove-1.2.2.ebuild 745 BLAKE2B ec08fd7414a08e592744fb0ec38859370c7884a2594ad1c3c627ded400b2dba871be3e796db27bd02649cb1fa75dd75ab0706ce381cb27fce314e23dd727ee32 SHA512 7d441bb9ed41c016f3f6772d776d007a64a7303a556b2b3c0e47532719a4200a3ffec87a57f3346d62042c7346184b7dec9333aaae4519cb88ec1dfa7e4b7a46 MISC metadata.xml 541 BLAKE2B 12b16ad3d09c733e6034a000043e2b430777f5e2d39cce5e48186be843e7d8dab5f356ad5d9c5f74d21c9d866ef4fde0a260ad03a242b4b02f09c765da744ba9 SHA512 da7ce213d38864df554c72e9ba9262b5d8010f2484ccb2068a03b0f0803955e3e0e25fee6146e69b0a51eb8f9e91050ff7c3e71ff585b91b5a14aef3372d8703 diff --git a/dev-python/python-technove/python-technove-1.2.1.ebuild b/dev-python/python-technove/python-technove-1.2.1.ebuild deleted file mode 100644 index afbda1ec3..000000000 --- a/dev-python/python-technove/python-technove-1.2.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) -DISTUTILS_USE_PEP517=poetry -inherit distutils-r1 pypi - -DESCRIPTION="Asynchronous Python client for TechnoVE." -HOMEPAGE="https://github.com/Moustachauve/pytechnove https://pypi.org/project/python-technove/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -DOCS="README.md" - -RDEPEND=">=dev-python/aiohttp-3.0.0[${PYTHON_USEDEP}] - >=dev-python/awesomeversion-22.1.0[${PYTHON_USEDEP}] - >=dev-python/backoff-2.2.0[${PYTHON_USEDEP}] - >=dev-python/cachetools-4.0.0[${PYTHON_USEDEP}] - >=dev-python/yarl-1.6.0[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest diff --git a/dev-python/python-technove/python-technove-1.2.2.ebuild b/dev-python/python-technove/python-technove-1.2.2.ebuild index afbda1ec3..83f3c51bb 100644 --- a/dev-python/python-technove/python-technove-1.2.2.ebuild +++ b/dev-python/python-technove/python-technove-1.2.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..12} ) DISTUTILS_USE_PEP517=poetry inherit distutils-r1 pypi