add advantage-air-0.2.1
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
* bump HATasmota-0.0.11
|
* bump HATasmota-0.0.11
|
||||||
* add pi1wire-0.1.0
|
* add pi1wire-0.1.0
|
||||||
* bump greeneye-monitor-2.1
|
* bump greeneye-monitor-2.1
|
||||||
* bump HATasmota-0.0.13
|
* add advantage-air-0.2.1
|
||||||
|
|
||||||
2020-10-10
|
2020-10-10
|
||||||
* add pyruckus-0.7
|
* add pyruckus-0.7
|
||||||
|
|||||||
3
dev-python/advantage-air/Manifest
Normal file
3
dev-python/advantage-air/Manifest
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
DIST advantage-air-0.2.1.tar.gz 2173 BLAKE2B 5f6103df77cedba35536d768dfd31f08038cfe96b0f4bf7d1f63d0a4f156700e53c6e4096d105237de506a7731144a30cedb6b47742a47978ed7a47038edca14 SHA512 8e6cc399be205a20b51fcd253657c3a4a2c15a5a2250b0ad06d267daadd1683abcf9e04594cd8d3ce6186a11f6a61301bbfd072ea3cefc98192ec2fd9abf9476
|
||||||
|
EBUILD advantage-air-0.2.1.ebuild 853 BLAKE2B 539d7193acdefea5ead2bba354474270b40a005c8fe7948a986f5c99abbe6cfbe696bb5d92168232b4845a3bb28aa8da6748cff67a7934dea766b435c22f8ffa SHA512 14bd32f8f9a048a987fae63f5cb7b56b0d3dd40530ac498a047cae840d9d480cffdb851789d13229ea8707f02fb4de6a0dcca71af57548212a0d984435002ad1
|
||||||
|
MISC metadata.xml 451 BLAKE2B a64adc0e2ba10c807b05bb40ebe17ea833449b6ddfeb73fb99869f46ff0d337f4c65a1edf099da6d6b07c69ff090b0de11ec58b2260c3c71bb038ce8f6358186 SHA512 18451f5be2f4ec46b3b890fa5489563cf86f96e2d99e26cc638dee3f46e416f12f378102b226488c7b73dd51bd4903b2ff10fdb3a51abcd4c5bef571c8d38f95
|
||||||
36
dev-python/advantage-air/advantage-air-0.2.1.ebuild
Normal file
36
dev-python/advantage-air/advantage-air-0.2.1.ebuild
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
# Copyright 1999-2020 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI="7"
|
||||||
|
|
||||||
|
PYTHON_COMPAT=( python3_{6..8} )
|
||||||
|
|
||||||
|
inherit distutils-r1
|
||||||
|
|
||||||
|
DESCRIPTION="API helper for Advantage Air's MyAir and e-zone API"
|
||||||
|
HOMEPAGE="https://github.com/Bre77/advantage_air https://pypi.org/project/advantage-air/"
|
||||||
|
MY_PN=${PN/-/_}
|
||||||
|
MY_P=${MY_PN}-${PV}
|
||||||
|
SRC_URI="mirror://pypi/${P:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
|
||||||
|
#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||||
|
S=${WORKDIR}/${MY_PN}-${PV}
|
||||||
|
|
||||||
|
LICENSE="MIT"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||||
|
IUSE="test"
|
||||||
|
|
||||||
|
DOCS="README.md"
|
||||||
|
|
||||||
|
RDEPEND=""
|
||||||
|
BDEPEND="${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/advantage-air/metadata.xml
Normal file
15
dev-python/advantage-air/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">advantage-air</remote-id>
|
||||||
|
<maintainer status="unknown">
|
||||||
|
<email>brett@ba.id.au</email>
|
||||||
|
<name>Brett Adams</name>
|
||||||
|
</maintainer>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
||||||
Reference in New Issue
Block a user