bump brother-0.1.6
This commit is contained in:
parent
e0273feda7
commit
0ed4da8bca
@ -21,6 +21,7 @@
|
||||
* bump pyatmo-3.2.4
|
||||
* update pyvizio-0.1.26
|
||||
* bump py-august-0.17.0
|
||||
* bump brother-0.1.6
|
||||
|
||||
2020-02-18 homeassistant-0.105.5
|
||||
* bump Adafruit-Blinka-3.9.0
|
||||
|
@ -1,3 +1,5 @@
|
||||
DIST brother-0.1.4.tar.gz 5005 BLAKE2B ce5010165b5d8c056b3231d1127902ab4bf0eba167c6a8f9ff6e8dad83bb3b95bd80e5b14e3c7dc74f5f8a12fc97567cfa10f3500eafad55a4ca3fe327c333df SHA512 c3e7ed8d0d708b20b90c422f7ba847fdff9c06e9ff32c6712f69dd21b030b4853061d33b366353c048c96bceb4c6d36f331514a29df46f44affdefbd29058020
|
||||
DIST brother-0.1.6.tar.gz 5183 BLAKE2B c3d46ee8682c72070d46a7624ef279f2de5bc7f3d8518f1b64c9b1df35bf65741ea3bbf97753f4f04c7070ee47789cea96ea555628dbe3b82044118db2514af7 SHA512 50b1936d412a7fac7d07b896ee77258139fa11ea442761f3b9892891b5dc0e32d8233a688584a8e22e2988a332513c4c6caf50ef27e3ecb6bac036bf5a7f675b
|
||||
EBUILD brother-0.1.4.ebuild 758 BLAKE2B 5d81b0439e01bf9adb643b89a3cbf0928921bebb86d63ad6ecbd17ab189dbc17ae2cb340cd84f7e6a0e432042a8227303e730e37551fe900b16697f33dd88713 SHA512 297aa05f0039967b71f60ef31f2974ff20a0ada4074ec739c46afb76955d61e7eafe2a74a26c8b9a9a8ff11689d671afdcce96edd29d470ae292bb917179e759
|
||||
EBUILD brother-0.1.6.ebuild 758 BLAKE2B 5d81b0439e01bf9adb643b89a3cbf0928921bebb86d63ad6ecbd17ab189dbc17ae2cb340cd84f7e6a0e432042a8227303e730e37551fe900b16697f33dd88713 SHA512 297aa05f0039967b71f60ef31f2974ff20a0ada4074ec739c46afb76955d61e7eafe2a74a26c8b9a9a8ff11689d671afdcce96edd29d470ae292bb917179e759
|
||||
MISC metadata.xml 458 BLAKE2B 3458681f3cf2f405d2dd7b93411c8c5c342140b9643f674792d48a521700a0a0ff61752bd35ac933d25f40efc6331eb6fbf039d86236d3ba2ed4b90220e6a718 SHA512 77b27b4e60a8ce58accec16b21c8a768c5c5b26cf735ffbde70d279195488e89fa4c9f1a927ac917007fce15bbd1714676a5800945181905912955b640e86b69
|
||||
|
30
dev-python/brother/brother-0.1.6.ebuild
Normal file
30
dev-python/brother/brother-0.1.6.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,8} )
|
||||
|
||||
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 ~arm64 ~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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user