mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
dev-python/asynctest: drop package
It doesn't support Python versions greater than 3.7. See https://github.com/Martiusweb/asynctest/issues/151 Closes: https://bugs.gentoo.org/783996 Signed-off-by: Anna Vyalkova <cyber@sysrq.in>
This commit is contained in:
@@ -14,7 +14,3 @@ SRC_URI="https://github.com/rbarrois/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
|||||||
LICENSE="BSD"
|
LICENSE="BSD"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~x86"
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
|
||||||
DEPEND="test? ( dev-python/asynctest[${PYTHON_USEDEP}] )"
|
|
||||||
|
|
||||||
distutils_enable_tests pytest
|
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
DIST asynctest-0.13.0.tar.gz 67664 BLAKE2B 96a50544cd7ad5038abc01b46a7fd9f8bb87eeb7dfe60cb35ef910bd9583488733dfb78ab6f5de215a1c8715e0b36064d1ea75164a8840b207a8618bd806291f SHA512 cfa76a461c81d702f96cc06d6a6786c35373802a4d878927a1f11eaad741aef8e55130e4b07cfc78673210f0ebf45bf808b7c43aebb1b2835f40306b5e44b141
|
|
||||||
@@ -1,31 +0,0 @@
|
|||||||
# Copyright 1999-2021 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI="7"
|
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
|
|
||||||
|
|
||||||
inherit distutils-r1
|
|
||||||
|
|
||||||
DESCRIPTION="Enhance the standard unittest with features for testing asyncio libraries"
|
|
||||||
HOMEPAGE="
|
|
||||||
https://github.com/Martiusweb/asynctest
|
|
||||||
https://pypi.org/project/asynctest
|
|
||||||
"
|
|
||||||
SRC_URI="https://github.com/Martiusweb/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
|
||||||
|
|
||||||
LICENSE="Apache-2.0"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="~amd64 ~x86"
|
|
||||||
|
|
||||||
distutils_enable_sphinx doc
|
|
||||||
distutils_enable_tests unittest
|
|
||||||
|
|
||||||
src_prepare() {
|
|
||||||
sed -i 's|def test_events_watched_outside_test_are_ignored|@unittest.skip("this fail")\n def test_events_watched_outside_test_are_ignored|' test/test_selector.py
|
|
||||||
default
|
|
||||||
}
|
|
||||||
|
|
||||||
python_test() {
|
|
||||||
"${EPYTHON}" -m unittest -v test || die "Testing failed with ${EPYTHON}"
|
|
||||||
}
|
|
||||||
@@ -1,22 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
||||||
<pkgmetadata>
|
|
||||||
<!-- maintainer-needed -->
|
|
||||||
<upstream>
|
|
||||||
<remote-id type="github">Martiusweb/asynctest</remote-id>
|
|
||||||
<doc>http://asynctest.readthedocs.org/en/latest</doc>
|
|
||||||
<bugs-to>https://github.com/Martiusweb/asynctest/issues</bugs-to>
|
|
||||||
<maintainer>
|
|
||||||
<email>
|
|
||||||
martius@martiusweb.net
|
|
||||||
</email>
|
|
||||||
<name>
|
|
||||||
Martin Richard
|
|
||||||
</name>
|
|
||||||
</maintainer>
|
|
||||||
</upstream>
|
|
||||||
<longdescription lang="en">
|
|
||||||
The package asynctest is built on top of the standard unittest module and cuts down boilerplate code when testing libraries for asyncio.
|
|
||||||
</longdescription>
|
|
||||||
</pkgmetadata>
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user