add basicmodem-0.7

This commit is contained in:
Andreas Billmeier 2019-11-23 15:14:16 +01:00
parent 4aee2b559e
commit 77938c1ce1
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 50 additions and 0 deletions

View File

@ -1,5 +1,6 @@
2019-11-22 (reverse added today)
*
* add basicmodem-0.7
* 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

View File

@ -0,0 +1,3 @@
DIST basicmodem-0.7.tar.gz 2453 BLAKE2B 0b2c0287d69b6006fab2c5874d52048c8344bae456a6c8778119f6faead920033554ccc79c525dc8f9ba58bd76abffd66ac546464bb9f019b529940e700e24a8 SHA512 14ae7a6940824b7dabeaae88b8ffa5cf0734f1a3481b8d92f6e0c9c9d77d33d8c3f92ee90a018c404bcb75209cd433c06bd09f6691019d7c49cdb0b234216c39
EBUILD basicmodem-0.7.ebuild 728 BLAKE2B dbd74f4119a7dbfbc84606dbc3a06e6b7c788b2169fe8775ace9f598cba4ca46dde56daed9f7cdc9316e4a1719f7759d61a4b5912b3f6318d09a968375c38a7f SHA512 bab210945e557fe883d11b751eca681fe91dd2e924976a10511c1c11f6bc33221fabd8856bb2d0cfe9fd480ea5b9b544b89a37ad173838e28da4bf5581a08d6b
MISC metadata.xml 454 BLAKE2B 00e1811acf8f0a00a119857684e733e60681dd7bdc323be0887165822a01ff62ad3c8ee4edeb8b09ecc8cca32a2ce65e467de6ae4ea177d189deaead9b40e831 SHA512 d9d1d2e0f35f1efdab8e8a9a2f531cecd1dc372b676f20f3245ea8ea4a0a8906d64908a0102ae23d109bbf466b70ff0a279039488a4c151b1398aea9029c610b

View File

@ -0,0 +1,30 @@
# 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="A basic modem implementation for receiving caller id."
HOMEPAGE="https://github.com/vroomfonde1/basicmodem https://pypi.org/project/basicmodem/"
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/pyserial[${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">basicmodem</remote-id>
<maintainer status="unknown">
<email>tgvitz@gmail.com</email>
<name>Tim Vitz</name>
</maintainer>
</upstream>
</pkgmetadata>