add sensorpush-ble-1.5.1
This commit is contained in:
parent
77646e8caa
commit
031e67a8df
@ -523,11 +523,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 1830 Ebuilds in total, 1823 of them have in total 1834 (35 different) licenses assigned.
|
||||
There are 1831 Ebuilds in total, 1824 of them have in total 1835 (35 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1110|
|
||||
|MIT|1111|
|
||||
|Apache-2.0|335|
|
||||
|GPL-3|109|
|
||||
|BSD|103|
|
||||
|
3
dev-python/sensorpush-ble/Manifest
Normal file
3
dev-python/sensorpush-ble/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST sensorpush-ble-1.5.1.tar.gz 6192 BLAKE2B 44e1313fd1bb6dbdf6f405850429e731c1a8a0cbba6fb19567c97a22c0e0c351f85bc60c4d07fa8cddc06fcc1c69e3dcab623f6d2f24a1e6fcff4259b602fcc7 SHA512 47729714788bcf73e5f2f2623a6fd9d2fcd4bac45a599d1bd8b2a8a21dda4930c31b444deb77ce6303d4550a673796ff8fc23ef76e7d13bd279f33ba6a61396c
|
||||
EBUILD sensorpush-ble-1.5.1.ebuild 855 BLAKE2B f69d22fcbc015233e5d5da78dd68b789cbbc9a767e119db41a4d8fcdbeefc682deea3767ec76743a9e62dc399bf14144047483f5372431a3ff5acc5a652c893d SHA512 35de99090117003d3b9ab24fcb329fdf1b76b997c9588fc922a39297f3472b5d28900ec67a6999ea1d8638f5eede1df548db4bd05e41a1b4d7084b3db13dfd02
|
||||
MISC metadata.xml 456 BLAKE2B 2e6bb234bd59fbdc7d9901d124fd527006851be66df2dee55255ebae7aee9b93fdf42ded697a6899c60f079f1aa86a55420980c3677b5e7d6cce410062dbe25f SHA512 655d71992e8bce5d9e0173c3863b50c7e0a59cd409adb5dd3bc75c4f39557d4b767bf8dd5c91bebd53f5cafcd151aff8a540637775d22d11170870b46d211072
|
15
dev-python/sensorpush-ble/metadata.xml
Normal file
15
dev-python/sensorpush-ble/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">sensorpush-ble</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>nick@koston.org</email>
|
||||
<name>J. Nick Koston</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
36
dev-python/sensorpush-ble/sensorpush-ble-1.5.1.ebuild
Normal file
36
dev-python/sensorpush-ble/sensorpush-ble-1.5.1.ebuild
Normal file
@ -0,0 +1,36 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..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.5.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/sensor-state-data-2.0.2[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user