add beewi-smartclim-0.0.7
This commit is contained in:
parent
30713a6f98
commit
434e78641f
@ -1,4 +1,5 @@
|
||||
2019-11 23 (reverse added today)
|
||||
* add beewi-smartclim-0.0.7
|
||||
* add pybbox-0.0.5_alpha0
|
||||
* add Adafruit_BBIO-1.0.0 and Adafruit_BBIO-1.1.1
|
||||
* dg to pyairvisual-3.0.1
|
||||
|
||||
3
dev-python/beewi-smartclim/Manifest
Normal file
3
dev-python/beewi-smartclim/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST beewi-smartclim-0.0.7.tar.gz 2435 BLAKE2B 04bfb13855a82cd45bce5b2c8b0c72c1cde38a495144acacca24305ee655a49f1af6d456028829a6489f7393cd0d03761b5ee3605cd47bb9f7cb664efd68162f SHA512 93521c28fcc3390b553351e64ca3f4f786e3142e0aecdc578a4990735ab2e555fc282e046b2ca749273bbb20aa68fd25b538fe59191206726d02925065c59b5b
|
||||
EBUILD beewi-smartclim-0.0.7.ebuild 864 BLAKE2B dd958320330c3cb5a284907523f01637e9cc517d4ec8ff8e2c4f1d01d988cf114c6b9f88a4576c4f34db69265776024bf6bb9b8ed5415178aed1ec79254d46ee SHA512 e182fbcb4a740006bba24464e73d43dc5968e5915608789bb9ff0430dd9ec183d0759f48adc3f64657977d8e9762db17b2e00c3ea1340fa28d5b275567b33db6
|
||||
MISC metadata.xml 462 BLAKE2B fc0608ec345569cf047ff2dc4101892627a32351a266145a9a4e32445f2f5b90438a525a575a5101f90cd82c6614230f9250438c6b927266f081af0e3896134c SHA512 3449a895397522a3c9b37e7f8fae4d88d8930bc4eb116cd589f7a38b143b2f430405c3d950d64212bc882587f3f3db9bddd1f2744ab7c91a53e1077cc084651e
|
||||
33
dev-python/beewi-smartclim/beewi-smartclim-0.0.7.ebuild
Normal file
33
dev-python/beewi-smartclim/beewi-smartclim-0.0.7.ebuild
Normal file
@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Library to read data from BeeWi SmartClim sensor using Bluetooth LE"
|
||||
HOMEPAGE="https://github.com/alemuro/beewi_smartclim https://pypi.org/project/beewi-smartclim/"
|
||||
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"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="~dev-python/btlewrap-0.0.2[${PYTHON_USEDEP}]
|
||||
dev-python/bluepy[${PYTHON_USEDEP}]"
|
||||
DEPEND="${REDEPEND}
|
||||
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
|
||||
}
|
||||
16
dev-python/beewi-smartclim/metadata.xml
Normal file
16
dev-python/beewi-smartclim/metadata.xml
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer>
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<herd>python</herd>
|
||||
<upstream>
|
||||
<remote-id type="pypi">beewi-smartclim</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>hola@aleixmurtra.com</email>
|
||||
<name>alemuro</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Loading…
x
Reference in New Issue
Block a user