add huisbaasje-client-0.1.0

This commit is contained in:
Andreas Billmeier 2021-03-20 11:06:45 +01:00 committed by Andreas Billmeier
parent 2aa7495535
commit 2daf60dfad
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 51 additions and 0 deletions

View File

@ -22,6 +22,7 @@
* remove pytest-aiohttp from all core packages
* remove dev-python/scapy (dupe to net-analyzer/scapy)
* update homeassistant-2021.3.0
* add huisbaasje-client-0.1.0
2021-03-15
* add a copy (from main repo) of acme-1.11.0, still needed

View File

@ -0,0 +1,3 @@
DIST huisbaasje-client-0.1.0.tar.gz 4261 BLAKE2B 337089494710fcb9b42d9306e4bd5d5025602fcb4e9e9be94a55ba7cb869b57d03cd694ffb6eda6a2696947ea429b6812e0776a40fccb601b8340fde7b94025d SHA512 90f3e3af5291bca051b50467da664ab6faa66240987aac86f141634e00b27b086af62c6c1102243d30ab5ef798c2decafdab91b80196bb6f4134db80427620f9
EBUILD huisbaasje-client-0.1.0.ebuild 699 BLAKE2B d00f00955ef313c5b75a74f9be11862f923a770dfbe329d0bcf9f8d1c3b1d6554ec90397ed78f72c68a6031a20d2a9f41d52d9c7385725de8be69fdd8fc4aa00 SHA512 beb6b305768354d2c2f42c7f8f8ed4d0ec1fcd5fb58761aad3d4b717a9216f8caa5cfc8c1f683a89567f0942e81473c5637362a66f81ac80726aab045c6fad96
MISC metadata.xml 464 BLAKE2B 904f6d533d5c8c774154e5b190eaed66798b0b6a50f8a4970f0a631e479c96cbfd43c83858687d4be61559d2971710a8e12e559200a68e5d577e503c589aa65e SHA512 32c06edbdf23ab86104881411d30562b0831af42c57d95494eb6c9fa98b2ee052baea1c3d80e1803753bc7ea23510f949e014f7215b9e230dad77410e7f88647

View File

@ -0,0 +1,32 @@
# 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="Client for Huisbaasje"
HOMEPAGE="https://github.com/denniss17/huisbaasje-client https://pypi.org/project/huisbaasje-client/"
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.md"
RDEPEND=""
BDEPEND="
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,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">huisbaasje-client</remote-id>
<maintainer status="unknown">
<email>dev@dennisschroer.nl</email>
<name>Dennis Schroer</name>
</maintainer>
</upstream>
</pkgmetadata>