add aiopulse-0.4.0
This commit is contained in:
parent
402c33b40d
commit
89c3320611
@ -2,6 +2,7 @@
|
||||
* clone old passlib-1.7.1-r2.ebuild, removed from main repo
|
||||
* bump arcam-fmj-0.4.6
|
||||
* bump open-garage-0.1.4
|
||||
* add aiopulse-0.4.0
|
||||
|
||||
2020-05-17 homeassistant-0.110.0_beta3
|
||||
* add gogogate2-api-1.0.3
|
||||
|
||||
3
dev-python/aiopulse/Manifest
Normal file
3
dev-python/aiopulse/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST aiopulse-0.4.0.tar.gz 8675 BLAKE2B a04796fc7ba129114b1a792acefa40220289ab00eb4d3d980f31b792e8cc515a14118725a2adf260a481f296596b7608778e1ae2385e282aebd7c232ded09b38 SHA512 feed82747d496421f8507225e47b8a8512473c1df96243a7be0ee3ca03aa5f7716f4cecd3363fae16dff0c72b91e01fbb1494ee0790b55c815dc5bd4ac91cdbf
|
||||
EBUILD aiopulse-0.4.0.ebuild 782 BLAKE2B 41a9679ad13301089de505466f73a838db72f8af57f8a75598ba46b6a112c5c5aa728de3242960dda17643a747e2a70c0cae8ce73ac3b0bde96fb4b8e5345c50 SHA512 d936433f308246d344522f6e054c62ba5bb6ae301890083619af399825ebdee9940efc5068faac93cb3b56d32d548e414b3843ff40a803fb2af3c0247d9b9b9e
|
||||
MISC metadata.xml 449 BLAKE2B 155290cc74ae56da5abe275d5e0c28407185334cfc02a19e86fcca3532df25c8a2c231828fa5962dcdfe2679e40e34284b79e4cdd619f15b2cb51d9b4f4c5b5e SHA512 d86c36143cc501425d4dc991853977f47aba56341aa7b5fa9ec2f6c3f40b0792b0e9d5307ce40a826b0ce1d664458dc5df0144ad5f61a8f6e686badf9c7b82ea
|
||||
31
dev-python/aiopulse/aiopulse-0.4.0.ebuild
Normal file
31
dev-python/aiopulse/aiopulse-0.4.0.ebuild
Normal file
@ -0,0 +1,31 @@
|
||||
# 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 module for Rollease Acmeda Automate integration."
|
||||
HOMEPAGE="https://github.com/atmurray/aiopulse https://pypi.org/project/aiopulse/"
|
||||
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="dev-python/asyncio[${PYTHON_USEDEP}]
|
||||
dev-python/async_timeout[${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/aiopulse/metadata.xml
Normal file
15
dev-python/aiopulse/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">aiopulse</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>pypi@atmurray.net</email>
|
||||
<name>Alan Murray</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Loading…
x
Reference in New Issue
Block a user