add async-dns-1.1.10 (fixes #201)

This commit is contained in:
Andreas Billmeier 2021-04-24 13:20:58 +02:00 committed by Andreas Billmeier
parent 7d609d608e
commit dad9e9d907
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 53 additions and 0 deletions

View File

@ -9,6 +9,7 @@
* update homeassistant-2021.4.5
* update PyMetno-0.8.2
* update homeassistant-2021.4.6
* add async-dns-1.1.10 (fixes https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/201)
2021-04-10 homeassistant-2021.4.3
* remove /update EAPI5 Ebuilds

View File

@ -0,0 +1,3 @@
DIST async-dns-1.1.10.tar.gz 23178 BLAKE2B 0740bb4983a497d426d5911496117e7757760a9a9be4f46de473ac3ccb2ecf80086c8f85780aadb35513603550463ed9bc8fa7adea98bff1511b362b5b39a2e2 SHA512 485fa9a9578d603a7008b38bea83dca43dc14f337cef02bfd2fdc543eb24cb7defb654863cda9f47575193814a97578061d61bd8de17e803da195bcb93e4fe56
EBUILD async-dns-1.1.10.ebuild 759 BLAKE2B e31c29574c551fbac2760445a163d4f7d1854d32f75d49bef4a2ce72b0a6877c5226cbc617c4b94759787714659cbb0048f49ca8358f62643f6ef25eb47ee531 SHA512 3513e3476d5dc051f0abbe5cb5cef530b68568a63da52aaf6bef4cd9e8d9e5bf8966376a0d33a624fc4f98f210aba713e259a3d3dc2b4e3e23a09aa5f475d971
MISC metadata.xml 444 BLAKE2B caf097a92aab2d018c9172a214b9a0dae8af8e8e6d32acc37e7806856738b10bc7ed1cb7c54a3fb6c471d7340f5be3ff45b97389935eace5f6dc603c398b2ac0 SHA512 0e6a28dba2d874c4f8563b5bc0113efd62f6c0a9d449d59b63979c23067d9318cfcd838c9a520f7b3218dbbb09e2657bf1be3d55cdd664566e8c019c96d41647

View File

@ -0,0 +1,34 @@
# 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="Asynchronous DNS client and server"
HOMEPAGE="https://github.com/gera2ld/async_dns https://pypi.org/project/async-dns/"
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 ~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">async-dns</remote-id>
<maintainer status="unknown">
<email>gera2ld@live.com</email>
<name>Gerald</name>
</maintainer>
</upstream>
</pkgmetadata>