dev-python/sensorpush-ble: change SRC_URI, drop olds

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-03 16:44:57 +01:00 committed by Andreas Billmeier
parent da19a81f5e
commit 185fc6a21f
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 6 additions and 46 deletions

View File

@ -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 1873 Ebuilds in total, 1862 of them have in total 1881 (40 different) licenses assigned.
There are 1872 Ebuilds in total, 1861 of them have in total 1880 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1078|
|MIT|1077|
|Apache-2.0|408|
|GPL-3|121|
|BSD|100|

View File

@ -1,5 +1,3 @@
DIST sensorpush-ble-1.5.2.tar.gz 6211 BLAKE2B 47cbac06226344ee7eeef2dffa9e3aa11bd23d5c1f10b3900e3d06e6cb0b079c20c8172f4f199eb1f61ff50c62c395d3e6837e6d7594ecf7898a47019ee9b0c7 SHA512 68fe672f7d9f94a949784d0bca1cd164874aab54642f2877bfc639e294dd47b167986903619965abb34aadde2dd981afcd2f99cde1f87b5370e23aee62db14d8
DIST sensorpush-ble-1.5.5.tar.gz 6428 BLAKE2B 9011d3dba575fea2c8d8d1c20409f741b0b3fe5927cb10bb6d807c9fb7eeb2c3bc3e5dc3294ce3311312a9d20ff78593a1a69e6bf83e26cb8c5d712b35dc09b3 SHA512 639085d713109da78c9fff48a9a152ef7b9f4e0c02eb9128de627952b6bda9435d55f59da3f3e17933c2bedd2f31d0debeaa32e326ab85ea860917cd0379abf6
EBUILD sensorpush-ble-1.5.2.ebuild 791 BLAKE2B dd93b093c1ffc13dfd29a898c968e3bc84fbad840881c08bb4624d230544df171e9edc54417829e2cb4fe740450bf4febdb21ea70a5cf9562b5acee95a0519de SHA512 23c4a40840d0d934334f076cb9e42c22b58f35c9ddc5336a503917bbb83cbe0cc12d2918f047375d988bbdb1d04874bbf674cc64796ae77ccf087999b1adabab
EBUILD sensorpush-ble-1.5.5.ebuild 890 BLAKE2B a03fb9abb62c056ef44368044062072338768a4faa7f554e4ed76f451889aa781321b35044de36c267a71b16c10791d3ced00248630158cff9b67bfb74ffd1b1 SHA512 b3b1d68883faac927d15af30932ad04c3d1cdbc1ca74dfe22cb81d5ae85a3c9a440e8aae916ba88370b42a6c67905e1b583a788f81f146242fd83a80e9dc4214
DIST sensorpush_ble-1.5.5.tar.gz 6428 BLAKE2B 9011d3dba575fea2c8d8d1c20409f741b0b3fe5927cb10bb6d807c9fb7eeb2c3bc3e5dc3294ce3311312a9d20ff78593a1a69e6bf83e26cb8c5d712b35dc09b3 SHA512 639085d713109da78c9fff48a9a152ef7b9f4e0c02eb9128de627952b6bda9435d55f59da3f3e17933c2bedd2f31d0debeaa32e326ab85ea860917cd0379abf6
EBUILD sensorpush-ble-1.5.5.ebuild 732 BLAKE2B db4ee032d3eebc2538af57ca73d57eec5ac0f3381eceb6d362f538c921aab8ab5d0490acf286c829cfac6d6ff06965374ecd51409752b7a9aa262fee8b84f220 SHA512 e64621e2d938952facbb0fa42d858787be84d6f786f5cae40bb7c8bdcaa9f7ca510ab175d77a614794306b596080a94e32d692688848c568d73d887ab8b58579
MISC metadata.xml 530 BLAKE2B 7168724a43516919b1c85ae569abc58f3fe904a9e2e983c48fb72f8787da4f9dc9173b4a29be9013c7641db33a608024057b65bd9d61739fa220807b48d93439 SHA512 a2851c8823652f3fee47977a31311f2086643df9da5d1c8f9140ce305a3b20d1441a7eabb7b10cbbb4c0a5e911027a1fd07e49760ba54fa487e1691a60c1de4e

View File

@ -1,34 +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="Parser for SensorPush BLE devices"
HOMEPAGE="https://github.com/bluetooth-devices/sensorpush-ble https://pypi.org/project/sensorpush-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-sensor-state-data-1.6.0[${PYTHON_USEDEP}]
>=dev-python/sensor-state-data-2.0.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

View File

@ -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="Parser for SensorPush BLE devices"
HOMEPAGE="https://github.com/bluetooth-devices/sensorpush-ble https://pypi.org/project/sensorpush-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"
@ -24,7 +21,6 @@ DOCS="README.md"
RDEPEND=">=dev-python/bluetooth-sensor-state-data-1.6.1[${PYTHON_USEDEP}]
>=dev-python/sensor-state-data-2.0.2[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"