diff --git a/README.md b/README.md index 85ae859a0..294908289 100644 --- a/README.md +++ b/README.md @@ -612,11 +612,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 1874 Ebuilds in total, 1863 of them have in total 1882 (40 different) licenses assigned. +There are 1873 Ebuilds in total, 1862 of them have in total 1881 (40 different) licenses assigned. |License| Ebuilds using it| |-------|-----| -|MIT|1079| +|MIT|1078| |Apache-2.0|408| |GPL-3|121| |BSD|100| diff --git a/dev-python/sfrbox-api/Manifest b/dev-python/sfrbox-api/Manifest index 3fdba55a3..49211d182 100644 --- a/dev-python/sfrbox-api/Manifest +++ b/dev-python/sfrbox-api/Manifest @@ -1,5 +1,3 @@ -DIST sfrbox-api-0.0.5.tar.gz 8166 BLAKE2B 75fe87a089c004e73e391dc450978fd6245b27a96889009569304ad159b6a6d8f1d586b92a68eb1bc0e40b2a44682193f5e220ee0c4c4ebf2093056209f674b6 SHA512 6f518e382be84a3537bde244b89f6bb4c67e34194550a7d1e3fb80d9d372f30462c118ceb951212400f3d9b9bdc31e55b76b4f515f70bbdb8b61538b4aabc280 -DIST sfrbox-api-0.0.6.tar.gz 8184 BLAKE2B 9b6d43a2a023572217bd1df591b56797a5c97b3cada76493c59659a0a72d1ecfd54e20875a085546e870c81617f8fa4f7e1b6a9d7bdf29455032b1c82813fb67 SHA512 669f4c4cbd651dca22368e9042eddac95031b68ff36e7cefee4562833fccfcaaaa2b9fb2591ce3f2642646e54ee1de5dee6db0dd741ca12f838e086965100d5d -EBUILD sfrbox-api-0.0.5.ebuild 870 BLAKE2B 7e771e2bb3b1e17bd8f42c078c89ccd4fcaa585e0bcee5e6dbe8a6cd04cfdd7005f13388b53c92a85f4f665a738f1f677479df8269caf52f83a2995e1f616291 SHA512 b598819bbd2a567ad6dc45ed530aed25087ef3bfecce86c222ce7937131f177e1e21c32a58dac3a6fc9e04959fee587ccdbc3c58cd8575b3d5cb1e81bc2d2d82 -EBUILD sfrbox-api-0.0.6.ebuild 870 BLAKE2B 7e771e2bb3b1e17bd8f42c078c89ccd4fcaa585e0bcee5e6dbe8a6cd04cfdd7005f13388b53c92a85f4f665a738f1f677479df8269caf52f83a2995e1f616291 SHA512 b598819bbd2a567ad6dc45ed530aed25087ef3bfecce86c222ce7937131f177e1e21c32a58dac3a6fc9e04959fee587ccdbc3c58cd8575b3d5cb1e81bc2d2d82 +DIST sfrbox_api-0.0.6.tar.gz 8184 BLAKE2B 9b6d43a2a023572217bd1df591b56797a5c97b3cada76493c59659a0a72d1ecfd54e20875a085546e870c81617f8fa4f7e1b6a9d7bdf29455032b1c82813fb67 SHA512 669f4c4cbd651dca22368e9042eddac95031b68ff36e7cefee4562833fccfcaaaa2b9fb2591ce3f2642646e54ee1de5dee6db0dd741ca12f838e086965100d5d +EBUILD sfrbox-api-0.0.6.ebuild 712 BLAKE2B d6b0b766617bd783c28a09adbaae9d0085dc5fc3d759708db06f971cd7b32d1c2a695de4b9c27d63a39b878ab355bb13655b0b4f6ee2c9053fb4a2bde4b567db SHA512 32647a96bcec3a709239a970dde2197b6da6e7f4f3644ef62b68e384f85a67d22335764de782cce36d25e952674170c63a63027b168982da43e02c21c84cc028 MISC metadata.xml 389 BLAKE2B 140dc7ca834bb473a47ec866664311cdfa636b1fc08258e46d526827ae91946ba3bac636674fa4026f3167ca3b6c37c197fd436ff31d9fee18ff6236d88697a6 SHA512 498d778c9d7a872128e5f24a9a0d61b4b1e1ee4fe4aeb323e24c344df0d456b9090b10d88311de7eed2258fa9cf00800f692d3837ad477898e064f2601bbeac4 diff --git a/dev-python/sfrbox-api/sfrbox-api-0.0.5.ebuild b/dev-python/sfrbox-api/sfrbox-api-0.0.5.ebuild deleted file mode 100644 index 7afac52ee..000000000 --- a/dev-python/sfrbox-api/sfrbox-api-0.0.5.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) -DISTUTILS_USE_PEP517=poetry -inherit distutils-r1 - -DESCRIPTION="SFR Box API" -HOMEPAGE="https://github.com/hacf-fr/sfrbox-api https://pypi.org/project/sfrbox-api/" -MY_PN=${PN/-/_} -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${MY_PN}-${PV}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -DOCS="README.md" - -RDEPEND=">=dev-python/httpx-0.23.1[${PYTHON_USEDEP}] - >=dev-python/defusedxml-0.7.1[${PYTHON_USEDEP}] - >=dev-python/pydantic-1.10.2[${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 diff --git a/dev-python/sfrbox-api/sfrbox-api-0.0.6.ebuild b/dev-python/sfrbox-api/sfrbox-api-0.0.6.ebuild index 7afac52ee..345c1bfce 100644 --- a/dev-python/sfrbox-api/sfrbox-api-0.0.6.ebuild +++ b/dev-python/sfrbox-api/sfrbox-api-0.0.6.ebuild @@ -3,15 +3,12 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=poetry -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="SFR Box API" HOMEPAGE="https://github.com/hacf-fr/sfrbox-api https://pypi.org/project/sfrbox-api/" -MY_PN=${PN/-/_} -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="MIT" SLOT="0" @@ -25,7 +22,6 @@ RDEPEND=">=dev-python/httpx-0.23.1[${PYTHON_USEDEP}] >=dev-python/defusedxml-0.7.1[${PYTHON_USEDEP}] >=dev-python/pydantic-1.10.2[${PYTHON_USEDEP}]" BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] )"