add dlipower-1.0.176

This commit is contained in:
2019-11-22 16:55:38 +01:00
parent 8cc8a8987e
commit ceafea9048
4 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
DIST dlipower-1.0.176.tar.gz 13362 BLAKE2B 541e16397ef369b1cf18b062aba8e7537cd08b4ae4c5a2346a485b447797518af671b414e9f2ea9101a550bace633c6fee77cb961ee62d8befa429f45b63a9fe SHA512 434d5726858147a135fcadf93590a0478c2f5d0423404394075bc08c33e4f3b874edad71a7e557cb6ad220b954a23f8c97d9250aaa56e0e5eeac61aad4c9d0fc
EBUILD dlipower-1.0.176.ebuild 801 BLAKE2B 482640002f59d50d7088bcf01e80d3c23570d1da5973e1437467c76133e5bf026f7401420ad66c639cd603cd314c266545aa7178a9d83161c83182b39810bee1 SHA512 3fad745273ff05c8409943e97d8e06fef9a2995ece3ffa93d3dafe046c61fd56429909f84f24e52384168885253ec0f2f81ddc7d30a976c1e3e70a7e033c58b2
MISC metadata.xml 466 BLAKE2B 95856009ef16525d54dae4c8512c9e53ca75d956e39ab115790e5c0f161e3010f947fdf6f41ff7124a0d5a223f08f6a50d274321e37ceada046e02819e1a41d8 SHA512 6999c6a1d582aea9d06b35b72cf552e0d9af81066350047aa313ae1ea4f2a1518fc44d7a0bc31839c455550eab3d631ecef2fc1c5f33306c7484f5e50025a8f5

View File

@@ -0,0 +1,32 @@
# 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="Control digital loggers web power switch"
HOMEPAGE="https://github.com/dwighthubbard/python-dlipower/ https://pypi.org/project/dlipower/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
dev-python/beautifulsoup: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">dlipower</remote-id>
<maintainer status="unknown">
<email>dwight@dwighthubbard.com</email>
<name>Dwight Hubbard</name>
</maintainer>
</upstream>
</pkgmetadata>