add aiolip-1.0.1

This commit is contained in:
Andreas Billmeier 2021-01-31 13:46:57 +01:00 committed by Andreas Billmeier
parent 9619086504
commit de91a463e9
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 51 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST aiolip-1.0.1.tar.gz 16394 BLAKE2B 42550e6091f46d6f3e4b0e017f73b27ab507f8d90925c45ab0e550c656c4c30a9b89c8ac9b74e1b61be9c36158e843735ed41b1ee47af3f71cdfaceea7728cdc SHA512 ca68e9e07a3548b9efeb69f88094b826e8bd073fde918e3f6caa2857444cca1688aa408ba659c97012abfcc621b1c2b5a6eb2d00b1a590751454a70d87a49439
EBUILD aiolip-1.0.1.ebuild 732 BLAKE2B ff07fadc5574ce210f7f4c0723f48f54bbe4465aee1ada1ad345fb00e7fdd10ffe71312d6e952a952e2e1aee84b4e66c11b61f02c7e111474cbe26937b31094f SHA512 812ed0b873754467e5b9c4b572f3804f9fd1c92bb78430e3715ab2331f9efc105d9fcb233d71ccb72f5a9c3bda30e1f92494f8b29c2a176a600b3ac8448e218e
MISC metadata.xml 448 BLAKE2B 0978c6375929b7201b6a464f1275afe2d4cb2d608c1435f4c66dc444522e979197630de49d49bee7e081f2d2e8558d2d05f52937895ed3d08b2656e1b610c7ba SHA512 fb7d5736ffd877aa97fb4462c8e27ecb1e17de3b52db137b49b30486a59c034598189ad444018129bfc1d05641afb620e181cafe786c5b66f4efeacee9e2b70a

View File

@ -0,0 +1,33 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
DESCRIPTION="Async Lutron Integration Protocol"
HOMEPAGE="https://github.com/bdraco/aiolip https://pypi.org/project/aiolip/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.rst"
RDEPEND=""
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-runner[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

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