add mitemp-bt-0.0.3 and btlewrap-0.0.8

This commit is contained in:
Andreas Billmeier 2019-11-23 15:12:08 +01:00
parent c7ecec7ab2
commit 4aee2b559e
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
7 changed files with 103 additions and 0 deletions

View File

@ -1,5 +1,6 @@
2019-11-22 (reverse added today)
*
* add mitemp-bt-0.0.3 and btlewrap-0.0.8
* add millheater-0.3.4
* downgrade to bluepy-1.1.4 for miflora==0.4.0
* add mficlient-0.3.0

View File

@ -0,0 +1,3 @@
DIST btlewrap-0.0.8.tar.gz 12890 BLAKE2B 241647f104f7221cc47b51088337112f13a83541dfeacd0c5d5442d969eb0dbe39a6f563aa1fe2bdfe96fa767ecf2f5401f7a5006016dd0900f8654135cd6536 SHA512 a8a76dcb3e799420c20003e8bbd34b580d58916fc96af5ecd4ff1b8763c94a6764a1062c8a372117021bbba24f86ac0df41fe2608757ae952cef52937f47722b
EBUILD btlewrap-0.0.8.ebuild 772 BLAKE2B fc42a3b48c921e3efd62b26eefc55d27dc6a8c58beeb569254bb56226ab60731a94481ee1f5cec75a99ae9013bdfd97bddfb757cbb77f85fb3c5b4aa669b4004 SHA512 9f2c66a84acba57123417ef4cc1cdc67e59a507e7fea8413b06da2de55f04b68e3af179dff7fd911bd6c4ba30839073bd0f37fb75d049656b94efcd327503323
MISC metadata.xml 472 BLAKE2B 5586964b474cf1cb2003d3137f4b8286f3fcabb5eb38a072d4ec0378c74f37b226df7b40863e8c6290229524292d74e60049b2bc65e654d8f4af1ec7cb6b20f5 SHA512 406deafda04ed51c62ff06f0cdc6669a215f4911b4707cb37704675108b80de225d83013eb60a443903371376728faa3250c4baa1606f3bfddebd414bc354b2c

View File

@ -0,0 +1,31 @@
# 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="wrapper around different bluetooth low energy backends"
HOMEPAGE="https://github.com/ChristianKuehnel/btlewrap https://pypi.org/project/btlewrap/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=">=dev-python/typing-3[${PYTHON_USEDEP}]
<dev-python/typing-4[${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
}

View 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">btlewrap</remote-id>
<maintainer status="unknown">
<email>christian.kuehnel@gmail.com</email>
<name>Christian Kuehnel</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,3 @@
DIST mitemp-bt-0.0.3.tar.gz 9169 BLAKE2B 2793766a1d3873f9474d2d304104001d280e2b09585b186736f1d3b19a8ae2bf8bc12727b01ca1731bf3790fe7aaf75d7edb6c7fb721c125a24e8647c141481d SHA512 eb72756f3d59797fe195572f000cad4c36b5347998117ebb26460875acef9f1d2f3d313884b87d80b097ba6c97174b6d7cfff2f2c90ec1c99373275c3afe0c97
EBUILD mitemp-bt-0.0.3.ebuild 849 BLAKE2B 4adf4cf879f16d2971b2a295df1988f978590185b56dd82ac4b96c861cba4c54448b7be8f7804e33a5fdb0377228b4db433519ecc10d571adf2d669138139015 SHA512 cce33cad2be1fa36d4ca09fbf3ff01e58574166367822e75877ddc107489d132949a4d94c7b34b5a7ed8f24064f3de1d18e70f82dec70e93d04a38ef5c4df73c
MISC metadata.xml 460 BLAKE2B cfba0a7d9ddad1248dace274232728f5702d1afd090603d69551aa3404699e5ab13b37cab119fd901c9ccc61a26a848a3288c614d7ffb1b1a302ef9cb50f7bb0 SHA512 60e3bf7c72390aadfc71ada67d00daf6ae5f335335a480b295f05021107857cce7bdb4b0ee450059f7b333f85d93f8b6dfe58cb2b4d117c73222e58d340ff166

View 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">mitemp-bt</remote-id>
<maintainer status="unknown">
<email>developer@ratcash.net</email>
<name>ratcashdev</name>
</maintainer>
</upstream>
</pkgmetadata>

View 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
MY_PN=${PN/-/_}
DESCRIPTION="Library to read data from Mi Temperature and Humidity Sensor (V2) using Bluetooth LE with LCD display"
HOMEPAGE="https://github.com/ratcashdev/mitemp https://pypi.org/project/mitemp-bt/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="~dev-python/btlewrap-0.0.8[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
S="${WORKDIR}/${MY_PN}-${PV}"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}