diff --git a/README.md b/README.md index c016fdc53..71636b054 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 1877 Ebuilds in total, 1866 of them have in total 1885 (40 different) licenses assigned. +There are 1876 Ebuilds in total, 1865 of them have in total 1884 (40 different) licenses assigned. |License| Ebuilds using it| |-------|-----| -|MIT|1082| +|MIT|1081| |Apache-2.0|408| |GPL-3|121| |BSD|100| diff --git a/dev-python/qingping-ble/Manifest b/dev-python/qingping-ble/Manifest index edbf7d79e..4636bc0d3 100644 --- a/dev-python/qingping-ble/Manifest +++ b/dev-python/qingping-ble/Manifest @@ -1,5 +1,3 @@ -DIST qingping-ble-0.7.0.tar.gz 6495 BLAKE2B 9a1e8cfea36951105a8a3dd2b935a99b05e69e13463ce7a9c993937c81523bb6232f40ba68e261ab9a9dc566b4aa47ecda5068d75ae426474a64604b043c9540 SHA512 ffd16dfd60f4befb863848b8439a098d2c3d5bb05922f2aea8546e6b1a55392ad15fb167c44e59d340a090aa706483cfc8acece1b928ef599e655389eaa4d185 -DIST qingping-ble-0.8.2.tar.gz 6586 BLAKE2B 0f5ffac88404e2dbd568e24919eb6dac369a331df85f442942a075ea2c9c5ce71bb413b8b59008c68861add9029b44cccd11ed702203256b966aceb309f9319f SHA512 34462b9fd0f47abb0ddaf37f0c0667286fa0b7788727742291e17fcb82b083fbfd5a57e799626b7a3d705cd13990bb38f6ab8705f73ef4599253a23fb1546018 -EBUILD qingping-ble-0.7.0.ebuild 875 BLAKE2B 54a45ddd3732e6129bba3ae08d0e80232c5ae012417eacebe72e2dc46d39af4b307c03dc54b2848b5e40670ed392659bfb5731bf23ec302b81a818f6e7ef75cd SHA512 fe36faec3fa40d388684173f2b4815e0cd1ece8eee83a470e179fdcfe65fb8507705609fbcf901ccba4835e3c74e75f8c9911fdfdc8d24316a68f29bf5e457c9 -EBUILD qingping-ble-0.8.2.ebuild 947 BLAKE2B ad449a2118b3dbd7bd2e1e3116edfcf9d866771af37b7af0921f41a572785e263684a1045a0bc1189d3ef4c1de432b636029962946fa77273979abee68d1ee9a SHA512 bab2d900e28327d7dd1e1a9596c7ff59490264b30d447d7fd491673bf84d398b81261aa79fcb5a33c8b0ded3163e34e8900f93371c82e9b9fa0b2fdd14028a7d +DIST qingping_ble-0.8.2.tar.gz 6586 BLAKE2B 0f5ffac88404e2dbd568e24919eb6dac369a331df85f442942a075ea2c9c5ce71bb413b8b59008c68861add9029b44cccd11ed702203256b966aceb309f9319f SHA512 34462b9fd0f47abb0ddaf37f0c0667286fa0b7788727742291e17fcb82b083fbfd5a57e799626b7a3d705cd13990bb38f6ab8705f73ef4599253a23fb1546018 +EBUILD qingping-ble-0.8.2.ebuild 815 BLAKE2B d87faf83566c6681e5e5d373a0d270c56a2a88c0b4c6009d2d91a25bea33f091c4b36256889398cc6d539ec8f9b81a31af0163535a0f4054c09f38efd5e2f149 SHA512 2c456a40eb7fb559e25a9cf1db9de49e38bf81aa17e4ad11961bd36688c99e8611fb83db3b8275b47d734875d604da4a12d9289040db43d55090fd2e69ac3a70 MISC metadata.xml 526 BLAKE2B b43ffbe70a43b8a57f60a3d1206093230c05277144ecf27eb705e7b37f1798daf8da05ffd0c7f9eb1261f1114a14a3a94b2a86989b724e4bf501b238d01becce SHA512 6ddc253d8faa93e2e37a093d3beb7655bb92b6e06093001d3837797c965832578a0e18d94d683d4fec87a7e4a5d7ba47ca40e064c63f38efc3d528fb96660e06 diff --git a/dev-python/qingping-ble/qingping-ble-0.7.0.ebuild b/dev-python/qingping-ble/qingping-ble-0.7.0.ebuild deleted file mode 100644 index 6022d8bd9..000000000 --- a/dev-python/qingping-ble/qingping-ble-0.7.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 - -DESCRIPTION="Qingping BLE support" -HOMEPAGE="https://github.com/bluetooth-devices/qingping-ble https://pypi.org/project/qingping-ble/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -DOCS="README.md" - -RDEPEND=">=dev-python/bluetooth-data-tools-0.1.2[${PYTHON_USEDEP}] - >=dev-python/sensor-state-data-2.1.2[${PYTHON_USEDEP}] - >=dev-python/bluetooth-sensor-state-data-1.5.0[${PYTHON_USEDEP}]" -BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-cov[${PYTHON_USEDEP}] - )" - -python_test() { - py.test -v -v || die -} - -distutils_enable_tests pytest diff --git a/dev-python/qingping-ble/qingping-ble-0.8.2.ebuild b/dev-python/qingping-ble/qingping-ble-0.8.2.ebuild index c08812fab..c98cbc29f 100644 --- a/dev-python/qingping-ble/qingping-ble-0.8.2.ebuild +++ b/dev-python/qingping-ble/qingping-ble-0.8.2.ebuild @@ -1,17 +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=poetry +inherit distutils-r1 pypi DESCRIPTION="Qingping BLE support" HOMEPAGE="https://github.com/bluetooth-devices/qingping-ble https://pypi.org/project/qingping-ble/" -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 +21,6 @@ RDEPEND=">=dev-python/bluetooth-data-tools-0.1.2[${PYTHON_USEDEP}] >=dev-python/sensor-state-data-2.1.2[${PYTHON_USEDEP}] >=dev-python/bluetooth-sensor-state-data-1.5.0[${PYTHON_USEDEP}]" BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] dev-python/pytest-cov[${PYTHON_USEDEP}]