add Plugwise-Smile-0.2.13
This commit is contained in:
parent
13b98b05e8
commit
422c6ad506
@ -1,6 +1,7 @@
|
|||||||
2020-05-30
|
2020-05-30
|
||||||
* bump pdunehd-1.3.1
|
* bump pdunehd-1.3.1
|
||||||
* update pydaikin-2.1.0
|
* update pydaikin-2.1.0
|
||||||
|
* add Plugwise-Smile-0.2.13
|
||||||
|
|
||||||
2020-06-29
|
2020-06-29
|
||||||
* fix netifaces version typo in xknx
|
* fix netifaces version typo in xknx
|
||||||
|
3
dev-python/Plugwise-Smile/Manifest
Normal file
3
dev-python/Plugwise-Smile/Manifest
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
DIST Plugwise-Smile-0.2.13.tar.gz 12721 BLAKE2B 84961122ee7fb34fc5ebaf1f64e2e8ed56450744dde98dfd2233cdfcb12f1f9146cb9ca38ac61635168eb90ff0096b11e551e13c56956df215a5117db59e13ba SHA512 99832e4063867564df699389d24b17ae25eeb6e04fbb015743d282384e2fb8612ea9dfd3d476d124efada6bd0a2f90c2506ce239f262d53cbc2de7f3c3b15501
|
||||||
|
EBUILD Plugwise-Smile-0.2.13.ebuild 1111 BLAKE2B c24d092f52598a99a210fe31390fe36c2fdf5c40f9c35a9c8e16beb78b45fa198418a2c9226d0f6af4d47231e3069af419f9610e6d5e8f0cd38c2e98b1485247 SHA512 fd7697dab106aa485b847251bba195caee780d080b461cfffea6b93260f52c67522df487c6da6fa10c35b783fbad196d6e58ea927bce8e784afe4768dc40b1af
|
||||||
|
MISC metadata.xml 448 BLAKE2B d7e1ca78e7b838d75b97674e756f5dcc3494317fd9716ce3151ae06dbb41d77182dbb2bffdb1d222ce12a862ec90a6ecf508cb88f189ec5c58212290abb5f36c SHA512 d01519a1ea5d25df34f30d9739805e49dbf562d3c02443275417b275b00c8c4849fd3c45dd176eaa7feb98c7b4e40ca3615c962b87c5678c8905245f12746f45
|
40
dev-python/Plugwise-Smile/Plugwise-Smile-0.2.13.ebuild
Normal file
40
dev-python/Plugwise-Smile/Plugwise-Smile-0.2.13.ebuild
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
# 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
|
||||||
|
|
||||||
|
MY_PN=${PN/-/_}
|
||||||
|
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||||
|
|
||||||
|
DESCRIPTION="Plugwise_Smile (Anna/Adam/P1) API to use in conjunction with Home Assistant."
|
||||||
|
HOMEPAGE="https://github.com/plugwise/Plugwise-Smile https://pypi.org/project/Plugwise-Smile/"
|
||||||
|
|
||||||
|
LICENSE="MIT"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||||
|
IUSE="test"
|
||||||
|
|
||||||
|
RDEPEND="dev-python/asyncio[${PYTHON_USEDEP}]
|
||||||
|
dev-python/aiohttp[${PYTHON_USEDEP}]
|
||||||
|
dev-python/async_timeout[${PYTHON_USEDEP}]
|
||||||
|
dev-python/datetime[${PYTHON_USEDEP}]
|
||||||
|
dev-python/lxml[${PYTHON_USEDEP}]
|
||||||
|
dev-python/pytz[${PYTHON_USEDEP}]
|
||||||
|
dev-python/python-dateutil[${PYTHON_USEDEP}]
|
||||||
|
dev-python/semver[${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
|
||||||
|
}
|
15
dev-python/Plugwise-Smile/metadata.xml
Normal file
15
dev-python/Plugwise-Smile/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="project">
|
||||||
|
<email>b@edevau.net</email>
|
||||||
|
<name>Andreas Billmeier</name>
|
||||||
|
</maintainer>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="pypi">Plugwise-Smile</remote-id>
|
||||||
|
<maintainer status="unknown">
|
||||||
|
<email>info@compa.nl</email>
|
||||||
|
<name>Plugwise</name>
|
||||||
|
</maintainer>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user