Skip to content

Commit 03feee2

Browse files
committed
dev-python/qingping-ble: change SRC_URI, drop olds
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 5ca4501 commit 03feee2

File tree

4 files changed

+8
-51
lines changed

4 files changed

+8
-51
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,11 +612,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
612612

613613
## Licenses
614614
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.
615-
There are 1877 Ebuilds in total, 1866 of them have in total 1885 (40 different) licenses assigned.
615+
There are 1876 Ebuilds in total, 1865 of them have in total 1884 (40 different) licenses assigned.
616616

617617
|License| Ebuilds using it|
618618
|-------|-----|
619-
|MIT|1082|
619+
|MIT|1081|
620620
|Apache-2.0|408|
621621
|GPL-3|121|
622622
|BSD|100|

dev-python/qingping-ble/Manifest

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
DIST qingping-ble-0.7.0.tar.gz 6495 BLAKE2B 9a1e8cfea36951105a8a3dd2b935a99b05e69e13463ce7a9c993937c81523bb6232f40ba68e261ab9a9dc566b4aa47ecda5068d75ae426474a64604b043c9540 SHA512 ffd16dfd60f4befb863848b8439a098d2c3d5bb05922f2aea8546e6b1a55392ad15fb167c44e59d340a090aa706483cfc8acece1b928ef599e655389eaa4d185
2-
DIST qingping-ble-0.8.2.tar.gz 6586 BLAKE2B 0f5ffac88404e2dbd568e24919eb6dac369a331df85f442942a075ea2c9c5ce71bb413b8b59008c68861add9029b44cccd11ed702203256b966aceb309f9319f SHA512 34462b9fd0f47abb0ddaf37f0c0667286fa0b7788727742291e17fcb82b083fbfd5a57e799626b7a3d705cd13990bb38f6ab8705f73ef4599253a23fb1546018
3-
EBUILD qingping-ble-0.7.0.ebuild 875 BLAKE2B 54a45ddd3732e6129bba3ae08d0e80232c5ae012417eacebe72e2dc46d39af4b307c03dc54b2848b5e40670ed392659bfb5731bf23ec302b81a818f6e7ef75cd SHA512 fe36faec3fa40d388684173f2b4815e0cd1ece8eee83a470e179fdcfe65fb8507705609fbcf901ccba4835e3c74e75f8c9911fdfdc8d24316a68f29bf5e457c9
4-
EBUILD qingping-ble-0.8.2.ebuild 947 BLAKE2B ad449a2118b3dbd7bd2e1e3116edfcf9d866771af37b7af0921f41a572785e263684a1045a0bc1189d3ef4c1de432b636029962946fa77273979abee68d1ee9a SHA512 bab2d900e28327d7dd1e1a9596c7ff59490264b30d447d7fd491673bf84d398b81261aa79fcb5a33c8b0ded3163e34e8900f93371c82e9b9fa0b2fdd14028a7d
1+
DIST qingping_ble-0.8.2.tar.gz 6586 BLAKE2B 0f5ffac88404e2dbd568e24919eb6dac369a331df85f442942a075ea2c9c5ce71bb413b8b59008c68861add9029b44cccd11ed702203256b966aceb309f9319f SHA512 34462b9fd0f47abb0ddaf37f0c0667286fa0b7788727742291e17fcb82b083fbfd5a57e799626b7a3d705cd13990bb38f6ab8705f73ef4599253a23fb1546018
2+
EBUILD qingping-ble-0.8.2.ebuild 815 BLAKE2B d87faf83566c6681e5e5d373a0d270c56a2a88c0b4c6009d2d91a25bea33f091c4b36256889398cc6d539ec8f9b81a31af0163535a0f4054c09f38efd5e2f149 SHA512 2c456a40eb7fb559e25a9cf1db9de49e38bf81aa17e4ad11961bd36688c99e8611fb83db3b8275b47d734875d604da4a12d9289040db43d55090fd2e69ac3a70
53
MISC metadata.xml 526 BLAKE2B b43ffbe70a43b8a57f60a3d1206093230c05277144ecf27eb705e7b37f1798daf8da05ffd0c7f9eb1261f1114a14a3a94b2a86989b724e4bf501b238d01becce SHA512 6ddc253d8faa93e2e37a093d3beb7655bb92b6e06093001d3837797c965832578a0e18d94d683d4fec87a7e4a5d7ba47ca40e064c63f38efc3d528fb96660e06

dev-python/qingping-ble/qingping-ble-0.7.0.ebuild

Lines changed: 0 additions & 36 deletions
This file was deleted.

dev-python/qingping-ble/qingping-ble-0.8.2.ebuild

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
1-
# Copyright 1999-2022 Gentoo Authors
1+
# Copyright 1999-2023 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
5-
6-
PYTHON_COMPAT=( python3_{9..11} )
7-
8-
inherit distutils-r1
5+
PYTHON_COMPAT=( python3_{10..12} )
6+
DISTUTILS_USE_PEP517=poetry
7+
inherit distutils-r1 pypi
98

109
DESCRIPTION="Qingping BLE support"
1110
HOMEPAGE="https://github.com/bluetooth-devices/qingping-ble https://pypi.org/project/qingping-ble/"
12-
MY_PN=${PN/-/_}
13-
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
14-
S="${WORKDIR}/${MY_PN}-${PV}"
1511

1612
LICENSE="MIT"
1713
SLOT="0"
@@ -25,7 +21,6 @@ RDEPEND=">=dev-python/bluetooth-data-tools-0.1.2[${PYTHON_USEDEP}]
2521
>=dev-python/sensor-state-data-2.1.2[${PYTHON_USEDEP}]
2622
>=dev-python/bluetooth-sensor-state-data-1.5.0[${PYTHON_USEDEP}]"
2723
BDEPEND="
28-
dev-python/setuptools[${PYTHON_USEDEP}]
2924
test? (
3025
dev-python/pytest[${PYTHON_USEDEP}]
3126
dev-python/pytest-cov[${PYTHON_USEDEP}]

0 commit comments

Comments
 (0)