ad brother-0.1.4
This commit is contained in:
parent
cff4929b18
commit
bd9f274729
@ -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
|
||||
|
1
dev-python/brother/Manifest
Normal file
1
dev-python/brother/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST brother-0.1.4.tar.gz 5005 MD5 1912bca1f365e7707530a6c2d8e61d2b
|
30
dev-python/brother/brother-0.1.4.ebuild
Normal file
30
dev-python/brother/brother-0.1.4.ebuild
Normal 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
|
||||
}
|
16
dev-python/brother/metadata.xml
Normal file
16
dev-python/brother/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">brother</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>maciej.bieniek@gmail.com</email>
|
||||
<name>Maciej Bieniek</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user