dev-python/thermopro-ble: change SRC_URI, drop olds
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
@@ -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 1868 Ebuilds in total, 1857 of them have in total 1876 (40 different) licenses assigned.
|
||||
There are 1867 Ebuilds in total, 1856 of them have in total 1875 (40 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1074|
|
||||
|MIT|1073|
|
||||
|Apache-2.0|408|
|
||||
|GPL-3|120|
|
||||
|BSD|100|
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
DIST thermopro-ble-0.4.3.tar.gz 5661 BLAKE2B ca4eaa6dbb2c1db51188964a383e67f601b55b83291db4502fd0e6179300d3c349403480b17c73383311d8949c2ea8b97b12b9d9a38fb1b5e575db67c1d27b18 SHA512 1975923ac7bd87a5fdc5a4c1a1314c77ce3ab9a50c998c548aa541b8ae52a03492ae597b0c2a4ca96659402f6cdca5f56bc67012f3f0910cb63c01ce96fd208c
|
||||
DIST thermopro-ble-0.4.5.tar.gz 5755 BLAKE2B 83f9434c0fc29e9949f69475966b11abeaaa6353f4dc021ee260917b5a0628f70a2ac2672f17c366fa211ae60c59efa6192d1783034ccd4fb0ddb36bad9cab6b SHA512 d4230b131a2c9403d4f8c5cd4098db1840da8e88fd783aec4f4bcc8d94971842cf63832542ff597eee38e0f36bc0283a0c073eb39f9b71cb0e8939fb32713ac2
|
||||
EBUILD thermopro-ble-0.4.3.ebuild 836 BLAKE2B fe5b2b3d39ea573e197c6eb85333b3cff2728b6c8b98bff37433bbf9fea26523263b559c805fd41f93ab9cb5483cb92d4c0cf7bca8b283b271e9e95cf2cab8db SHA512 27aa3bd61f67dc44039594b81d9b75e85b4716fdc8ea338382926b4c9ffdaf1cefc5ee77357d82a43d725d7a841461151ddc8e21fb265f0272b28300bd3c6d72
|
||||
EBUILD thermopro-ble-0.4.5.ebuild 935 BLAKE2B e02dfe717b66eea46bba8cc3e1e1e7b9fd51135c084918e391f430529cfb3d2ddb7362810547c6f7d4183e2c318ffbdd23ef16251d1c3faf77e2b9bd1c58f417 SHA512 59c83d69ae3ff9aa8bda2c45e4eb3e655069b0eff5457e779dd753b22813efe0da6b0caada0e2afc4af4706a5740abaddd1a566dbf82c9938c1bf3ef706bd5e3
|
||||
DIST thermopro_ble-0.4.5.tar.gz 5755 BLAKE2B 83f9434c0fc29e9949f69475966b11abeaaa6353f4dc021ee260917b5a0628f70a2ac2672f17c366fa211ae60c59efa6192d1783034ccd4fb0ddb36bad9cab6b SHA512 d4230b131a2c9403d4f8c5cd4098db1840da8e88fd783aec4f4bcc8d94971842cf63832542ff597eee38e0f36bc0283a0c073eb39f9b71cb0e8939fb32713ac2
|
||||
EBUILD thermopro-ble-0.4.5.ebuild 776 BLAKE2B 05bfe4ca758c2a06896a9d7e3e0d69e4ad26f3624468ad0fe4710494dc617c6824ad823feeee7a6545daed2828709c73f40ecf5ec9f4836fd7d5aba7ce98b000 SHA512 e6775c65be23d3a429cadc10b29f5161a714c3b4c21a08246a6c0787247c380da6938ca357d0690307fa4c0be41383cd265f0863150c6ebe232d5b7599739b18
|
||||
MISC metadata.xml 528 BLAKE2B 4246688a22667be14545734098710a90c67495d7ff343c6fd9cbba9faef152e407e7647681cd6a07f259b7b8c17959e37f82f3d0621c063e93f36ca24e6babf5 SHA512 5df6f1d719a0f62057d9cf893f5cbe5e5e62e8ef027b5ba48eb3d259a4025033570c36394ba7f84e202716ab1f5730c92869f2adae1aa2346b36b4a438330f4b
|
||||
|
||||
@@ -1,35 +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="Thermopro BLE Sensors"
|
||||
HOMEPAGE="https://github.com/bluetooth-devices/thermopro-ble https://pypi.org/project/thermopro-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.3.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/bluetooth-sensor-state-data-1.6.0[${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
|
||||
@@ -2,16 +2,12 @@
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
inherit distutils-r1
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Thermopro BLE Sensors"
|
||||
HOMEPAGE="https://github.com/bluetooth-devices/thermopro-ble https://pypi.org/project/thermopro-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.3.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/bluetooth-sensor-state-data-1.6.1[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
Reference in New Issue
Block a user