add hlk-sw16-0.0.7
This commit is contained in:
parent
dfe7363784
commit
954a0e99e5
@ -1,3 +1,6 @@
|
||||
2019-11-22
|
||||
* hlk-sw16-0.0.7
|
||||
|
||||
2019-11-21 homeassistant-0.102.1
|
||||
* bump homeassistant-0.102.1
|
||||
* bump frontend-20191119.5, remove olds
|
||||
|
||||
3
dev-python/hlk-sw16/Manifest
Normal file
3
dev-python/hlk-sw16/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST hlk-sw16-0.0.7.tar.gz 3434 BLAKE2B 90e7bdb684bc158627a00d2b2f5c269c810c636e78f95804b31da9471862f5450f7af8051183c827ea6123ad5dbdf6586f19d04e756a7ff21a1f6fb240da03ed SHA512 dae36aa22f22bfe780a4fde9531ca775d2f8c1d203b24cf6f79503bc7e13fef0bfa1690af6c960425c829e29f34a98c052c44b93c73cf4818fe3dcd9a9c50561
|
||||
EBUILD hlk-sw16-0.0.7.ebuild 662 BLAKE2B 8a4e7d51913816fa7e35bf0bab63d311d3d5e398e2a21dc30658c62845fdd47bf0fd1810263aea8e81202eec21bc776f7cf25fd918eed59e78943218cdf3a2a9 SHA512 e850351d8ce8e1b6d63d344cc7c575d33a5861d5baf850f266a4d418cf5c682c3fcccbaf595b8e6fdd21c04a8b2d3e36fff169744c243b328830c84f0540584b
|
||||
MISC metadata.xml 467 BLAKE2B 82366ef869e7f96f53806bf218e2b8d5b7cad9eb888c4800294da6b188a4ddefc05e8ceea4fd977b1f9dc34a874e68722adc018258e1a6f802f1f57db19f91a6 SHA512 100ac6f8fcfd1d6f9c52deed5c30234eb8d6dffbe4175adb983a639ce376ac690f19e719612fe44c1dae46fb6ccf3128949e28af95635fa33b4fd23ee116dd93
|
||||
30
dev-python/hlk-sw16/hlk-sw16-0.0.7.ebuild
Normal file
30
dev-python/hlk-sw16/hlk-sw16-0.0.7.ebuild
Normal 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="Python client for HLK-SW16"
|
||||
HOMEPAGE="https://github.com/jameshilliard/hlk-sw16 https://pypi.org/project/hlk-sw16/"
|
||||
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=""
|
||||
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/hlk-sw16/metadata.xml
Normal file
16
dev-python/hlk-sw16/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">hlk-sw16</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>james.hilliard1@gmail.com</email>
|
||||
<name>James Hilliard</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Loading…
x
Reference in New Issue
Block a user