add aladdin-connect-0.3
This commit is contained in:
parent
cfa6b2c436
commit
ddb2a5ef9b
@ -1,4 +1,5 @@
|
||||
2019-11 23 (reverse added today)
|
||||
* add aladdin-connect-0.3
|
||||
* add pysesame2-1.0.2
|
||||
* add pysensibo-1.0.3
|
||||
* sense-energy-0.7.0
|
||||
|
||||
3
dev-python/aladdin-connect/Manifest
Normal file
3
dev-python/aladdin-connect/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST aladdin-connect-0.3.tar.gz 4303 BLAKE2B aec90025c1104b4a186244171264c319ae047f720ac36369ec7c3ccc16ee6363f58d501645327f78f058f8f9ca1e768a8a29ae551e6513e3d950a57ff7a889a7 SHA512 69a9a40a4ae50dba30401d528231b074d8fb3482f539e6565503784a0fbce9c3251d7be37807574a2147b4eb0c73904ed1ae71488cc39a257d46755d6fe07fab
|
||||
EBUILD aladdin-connect-0.3.ebuild 835 BLAKE2B 0543dd06192b9dda1f629593cfc6bae3e03e67e685a92cd0cf289f416b8a4d85ee5f0adb85173bb0211eca20b1db029c8666d1a683dfa28f1e150e9f9c24e397 SHA512 83bf3863082a89ee92b04dc379afa5e8f5167ec9f0e9f01d857a2a684b8bbeb064493751ca76449e642b6eb1d868118a74e5ee3bce8fcd3ac3e9aa9486be4db4
|
||||
MISC metadata.xml 467 BLAKE2B 85fcbe014add5e5b91e36c8c82e929ff2d8ff1a52dbc0c8a13629725c5f6596a9465fb3523c512eeffd67eb4aa7dce6017e4eb345782e1ea9199a6f13df73501 SHA512 26831e87eec20dbf7e2705f2e1dd80d9735b35557878cadf9652ccdfac65ce7f47ad6a6d6cdb8ddec3764ec4fd531de6057e2c7fd37d51d9f75f55a354e2a241
|
||||
32
dev-python/aladdin-connect/aladdin-connect-0.3.ebuild
Normal file
32
dev-python/aladdin-connect/aladdin-connect-0.3.ebuild
Normal file
@ -0,0 +1,32 @@
|
||||
# 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 API for controlling Genie garage doors connected to Aladdin Connect devices"
|
||||
HOMEPAGE="http://github.com/shoejosh/aladdin-connect https://pypi.org/project/aladdin-connect/"
|
||||
MY_PN=${PN/-/_}
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/requests[${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
|
||||
}
|
||||
16
dev-python/aladdin-connect/metadata.xml
Normal file
16
dev-python/aladdin-connect/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">aladdin-connect</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>shoejosh@gmail.com</email>
|
||||
<name>Josh Shoemaker</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Loading…
x
Reference in New Issue
Block a user