ad brother-0.1.4

This commit is contained in:
Andreas Billmeier 2020-01-07 10:28:29 +01:00
parent cff4929b18
commit bd9f274729
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 48 additions and 0 deletions

View File

@ -3,6 +3,7 @@
* bump python-velbus-2.0.35
* bump teslajsonpy-0.2.2
* add surepy-0.1.10
* add brother-0.1.4
2020-01-04
* add elgato-0.1.0

View File

@ -0,0 +1 @@
DIST brother-0.1.4.tar.gz 5005 MD5 1912bca1f365e7707530a6c2d8e61d2b

View File

@ -0,0 +1,30 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
DESCRIPTION="Python wrapper for getting data from Brother laser and inkjet printers via SNMP."
HOMEPAGE="https://github.com/bieniu/brother https://pypi.org/project/brother/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/pysnmp[${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">brother</remote-id>
<maintainer status="unknown">
<email>maciej.bieniek@gmail.com</email>
<name>Maciej Bieniek</name>
</maintainer>
</upstream>
</pkgmetadata>