add nexia-0.7.3.ebuild

nexia-0.8.0.ebuild
nexia-0.9.1.ebuild
This commit is contained in:
Andreas Billmeier 2020-04-12 09:38:34 +02:00
parent 168b343c5a
commit 6135e82fd6
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
6 changed files with 115 additions and 0 deletions

View File

@ -5,6 +5,9 @@
* bump aioambient-1.1.1
* bump simplisafe-python-9.0.6
* add pi4ioe5v9xxxx-0.0.2
* add nexia-0.7.3.ebuild
* bump nexia-0.8.0.ebuild
* bump nexia-0.9.1.ebuild
2020-04-05 homeassistant-0.108.0_beta3
* add tesla-powerwall-0.1.4

View File

@ -0,0 +1,7 @@
DIST nexia-0.7.3.tar.gz 42850 BLAKE2B b304cb60cfb8d68e18b595a4d260eb7f7bc99f16a6782b696e0da0aa358a1b7596f7738ab67b3d591dce0dadb04b9f31a62538512fb92e227b7ec445f541ce36 SHA512 af18e7bd450254bab6c58594db6d9a02a3e1c05a124708913a1462a100d362f878968b9d5210cad8c5191d7ad25d671404b482300213c926d77e842800780be3
DIST nexia-0.8.0.tar.gz 48594 BLAKE2B 1e1944e92057cf92cc0eacaa7b3071a356aef6d529b431b52733e9f2c9a1d4f09b5c1596bb3217fb032d696d3557e2cab57132566bae3ae2df3c99386616a79d SHA512 c695fd3f47c2be43be58eae178f155e64b605456d60f3d9f0a7b5d3c345f1c19db32a4e21332fbeecaf07aff8034fa527c8696706f761e3082ab607c15e61e38
DIST nexia-0.9.1.tar.gz 64218 BLAKE2B 711feb40f970745b028c91212c46a84f2d25ef57d0aed4f9dba1e8aef5ecbf4aff5ed8986aa027e24767889a47668e37f28ee5509c4e37d76a56fba15d990248 SHA512 c0bfc78ab184b56b4e689e7993e2df142d3f826b0b9968f001c9c8535a100586eb8b09acb94059cd9b3d4ec3dc354f2209187a91cb223a195f1c7535442630d6
EBUILD nexia-0.7.3.ebuild 677 BLAKE2B 6dc78d88c1d564700b1aae268bcbae65dc7f92bba2d95577d55f5c7f38894c04ee2190309c27ef0cf7949fb2c45f3119a2da0c5dc8479d312d2d642e09861cfb SHA512 2b8a7c348399520e44630a430e28295efcee27a4e55d7253de05ae0b3c5f71ebce9fd7d9bcb3c2829baa19b1f76d147e23b2bf95a09c1846e3001d3447ae415b
EBUILD nexia-0.8.0.ebuild 677 BLAKE2B 6dc78d88c1d564700b1aae268bcbae65dc7f92bba2d95577d55f5c7f38894c04ee2190309c27ef0cf7949fb2c45f3119a2da0c5dc8479d312d2d642e09861cfb SHA512 2b8a7c348399520e44630a430e28295efcee27a4e55d7253de05ae0b3c5f71ebce9fd7d9bcb3c2829baa19b1f76d147e23b2bf95a09c1846e3001d3447ae415b
EBUILD nexia-0.9.1.ebuild 677 BLAKE2B 6dc78d88c1d564700b1aae268bcbae65dc7f92bba2d95577d55f5c7f38894c04ee2190309c27ef0cf7949fb2c45f3119a2da0c5dc8479d312d2d642e09861cfb SHA512 2b8a7c348399520e44630a430e28295efcee27a4e55d7253de05ae0b3c5f71ebce9fd7d9bcb3c2829baa19b1f76d147e23b2bf95a09c1846e3001d3447ae415b
MISC metadata.xml 447 BLAKE2B 9a29606f3a794846418edab6726faff5ea08eb14888416aaebc2aee7b97a787773a513142c9c547294b541516bc3e454a427f548e15d2185cd0279f11eda1818 SHA512 375e613e45be97ec6d33c7521a3dfe265180fba565d62ab2a821f667af67042516613bd5a12a3aca7b16df81b0841320b629b0d5ba33835818533fc220b78db5

View 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">nexia</remote-id>
<maintainer status="unknown">
<email>nick@koston.org</email>
<name>J. Nick Koston</name>
</maintainer>
</upstream>
</pkgmetadata>

View 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 library for connecting to nexia"
HOMEPAGE="https://github.com/bdraco/nexia https://pypi.org/project/nexia/"
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=""
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,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 library for connecting to nexia"
HOMEPAGE="https://github.com/bdraco/nexia https://pypi.org/project/nexia/"
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=""
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,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 library for connecting to nexia"
HOMEPAGE="https://github.com/bdraco/nexia https://pypi.org/project/nexia/"
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=""
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
}