remove aiodns (dupe)

This commit is contained in:
Andreas Billmeier 2021-06-27 20:33:45 +02:00 committed by Andreas Billmeier
parent 97c32e2268
commit fb02d6d23e
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 0 additions and 48 deletions

View File

@ -1,3 +0,0 @@
DIST aiodns-2.0.0.tar.gz 5948 BLAKE2B 70944ffbfa3fa1c591c5aab6ce2c4c59564a7665fd2eda1b544616a4481e58464f918081dfb21f74db08ebe4c7e43eebd17e0dc314cf79423835a182a257cd11 SHA512 d80b8f7641234c4d367e4554b10c5a66265e75ee82c58adf2a36f9e369bb1dbf4341dd6459f10540b771de3f102454511ca81eddf3082733e88c09bbdf125fe0
EBUILD aiodns-2.0.0.ebuild 676 BLAKE2B ff16b6f2c97bb8c5368fef6f9e666bcddf890d473d6ae082b4afe17a8b834dde4af69428c895fa1e4d13a0598bb13219dc40a06dd861b8fbf494a99970a86b3f SHA512 55485477914639f2b2fc1ec9b5faeab4508288243c2987b1d40f3373bff99a45b7963fe688c048fb259d854cba157e4c27659b662311c68fa60a053bc2ce30ef
MISC metadata.xml 457 BLAKE2B 99f73b1c9ed1a2cd05641088a1211805039e4d6c85c561439c061268452139501a668c362396650a218763b2790b7a99f239a3604858f9c440b5df4ba1a614cf SHA512 506b63b15fba0dae9656781480089e6f4c2a2c3c05b42871512c4bd310d646adb406978049f67dc2dca26a700eb47d876ee446c7c22f18dcff4d82a81ac8cfc0

View File

@ -1,30 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
DESCRIPTION="Simple DNS resolver for asyncio"
HOMEPAGE="https://github.com/saghul/aiodns https://pypi.org/project/aiodns/"
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"
RDEPEND=""
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
}

View File

@ -1,15 +0,0 @@
<?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">aiodns</remote-id>
<maintainer status="unknown">
<email>s@saghul.net</email>
<name>Saúl Ibarra Corretgé</name>
</maintainer>
</upstream>
</pkgmetadata>