add ha-philipsjs-0.0.8
This commit is contained in:
parent
3887694235
commit
ed0a995c1c
@ -1,5 +1,6 @@
|
||||
2019-11-22 (reverse added today)
|
||||
*
|
||||
* add ha-philipsjs-0.0.8
|
||||
* add pencompy-0.0.4
|
||||
* add panasonic-viera-0.3.4
|
||||
* add panacotta-0.1
|
||||
|
||||
3
dev-python/ha-philipsjs/Manifest
Normal file
3
dev-python/ha-philipsjs/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST ha-philipsjs-0.0.8.tar.gz 3663 BLAKE2B 99b822f90baf0f7c4e9cc7bacff4a3843825f0d4593863e8f375a57ed83b51eba3362d3f567ee7a8eb11bbc4eb9b02bfced379e1a90e610b4a649c33334f19e1 SHA512 97ebefb63ac0c0d3c7ef715fa46fc331165b3e3cb1318a7a933d6b4dd5e3e1c522e21ad44835235c5519b2927226702867a742955dbf114a3997e9c252ed9587
|
||||
EBUILD ha-philipsjs-0.0.8.ebuild 677 BLAKE2B 0d28e94568eae1afca5c9cb79cb220f4fa3a9ca27a3893655b6281631a730f9ec019b17671806744cd1d00b2642448ea74456b5fac1bd4ff0695a2308e22c315 SHA512 a1fcef237cb163574370e3d746c35f76a247ef208ae5aad111ba1655d1b291479f2c31de89605a6b6050dcd6f5b6105719089fcc92c3477641173b4d11ea2d17
|
||||
MISC metadata.xml 467 BLAKE2B 6162ed736ae0a4c7cdc12514f7ed7f0f4a5b08117074d78e2c56645b537db7ac7ead31b0f88ec461b30780108011ebfd26044b0042bdbf2676d2c771ccc16612 SHA512 7837415832bd8042477859f586b982d1fffcee5b9b8b113c7cda480b21f1d81649f70f49a855d3aae2bc38bcc6b498f719577c5fa39ad78fa5b8c19ab4625932
|
||||
30
dev-python/ha-philipsjs/ha-philipsjs-0.0.8.ebuild
Normal file
30
dev-python/ha-philipsjs/ha-philipsjs-0.0.8.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="jointSPACE API for Home-Assistant"
|
||||
HOMEPAGE="https://github.com/danielperna84/ha-philipsjs https://pypi.org/project/ha-philipsjs/"
|
||||
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/ha-philipsjs/metadata.xml
Normal file
16
dev-python/ha-philipsjs/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">ha-philipsjs</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>danielperna84@gmail.com</email>
|
||||
<name>Daniel Perna</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Loading…
x
Reference in New Issue
Block a user