cleanup PYTHON_COMPAT, remove unused Ebuilds (https://bugs.gentoo.org/793464)
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
DIST aiodns-1.1.1.tar.gz 6084 BLAKE2B 8e58cedcf288f87ca9cc8d5f067bdf182f220979aba3d2aa53eb998ae877dcaa7c2a7419a50719ba150fdf17271d025668b28a3212fc5a819bf13129b4fb25a2 SHA512 4bd8b80a10f84b82b13ba4ff6abbb1afd13ba6cfececc4db7c4bd303569473316f1c0e083f1017a450875fc8994a70c30c9a1b3fb2278fee5e27158973bc3810
|
||||
DIST aiodns-2.0.0.tar.gz 5948 BLAKE2B 70944ffbfa3fa1c591c5aab6ce2c4c59564a7665fd2eda1b544616a4481e58464f918081dfb21f74db08ebe4c7e43eebd17e0dc314cf79423835a182a257cd11 SHA512 d80b8f7641234c4d367e4554b10c5a66265e75ee82c58adf2a36f9e369bb1dbf4341dd6459f10540b771de3f102454511ca81eddf3082733e88c09bbdf125fe0
|
||||
EBUILD aiodns-1.1.1.ebuild 670 BLAKE2B 8a84957c7ef3930331a95b1c1da886037ed142824f6d987bf88d2398378d2a8adfc3e9542b698abf3814611ce26f5fff6b037805cf59280e56570c83baa845d4 SHA512 4d8cfa25b49803485fad0ed7263a3d195daeefea8ee6941c64511346a3002fdd9f2cf144f6882be887dfb421ef6db5fe58946077f5b4894497749a49eacc8d89
|
||||
EBUILD aiodns-2.0.0.ebuild 677 BLAKE2B 41510abdb5702bc12c6b514008ccddbf7cd26559159732704d7121fe5df42c6dc49cccc0f3b9237c21e3ebe41551ea0aff9df350a8f47e3e0afd7e4e5f2edfd2 SHA512 144cf5333f04375a8a0dce7a5cd050b2b9aa89250fc08ee2b05d24ca348ca8dd566ad4727e0dd5a7936442540dbedb5a5062dca9fee4df32fe45094435694855
|
||||
EBUILD aiodns-2.0.0.ebuild 676 BLAKE2B ff16b6f2c97bb8c5368fef6f9e666bcddf890d473d6ae082b4afe17a8b834dde4af69428c895fa1e4d13a0598bb13219dc40a06dd861b8fbf494a99970a86b3f SHA512 55485477914639f2b2fc1ec9b5faeab4508288243c2987b1d40f3373bff99a45b7963fe688c048fb259d854cba157e4c27659b662311c68fa60a053bc2ce30ef
|
||||
MISC metadata.xml 457 BLAKE2B 99f73b1c9ed1a2cd05641088a1211805039e4d6c85c561439c061268452139501a668c362396650a218763b2790b7a99f239a3604858f9c440b5df4ba1a614cf SHA512 506b63b15fba0dae9656781480089e6f4c2a2c3c05b42871512c4bd310d646adb406978049f67dc2dca26a700eb47d876ee446c7c22f18dcff4d82a81ac8cfc0
|
||||
|
||||
@@ -1,30 +0,0 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
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 ~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
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
PYTHON_COMPAT=( python3_{8..9} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user