summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-31 12:26:39 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-31 12:29:51 +0200
commite8edc616dafee6b1b964ae18b8a6c8dbed9162c6 (patch)
tree19c7b324dd839a933d4af7101bd5786156894121
parentdev-python/riak-python-client: Remove last-rited pkg (diff)
downloadgentoo-e8edc616.tar.gz
gentoo-e8edc616.tar.bz2
gentoo-e8edc616.zip
dev-python/asynctest: Remove last-rited pkg
Closes: https://bugs.gentoo.org/719746 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/asynctest/Manifest1
-rw-r--r--dev-python/asynctest/asynctest-0.12.2.ebuild31
-rw-r--r--dev-python/asynctest/metadata.xml11
-rw-r--r--profiles/package.mask7
4 files changed, 0 insertions, 50 deletions
diff --git a/dev-python/asynctest/Manifest b/dev-python/asynctest/Manifest
deleted file mode 100644
index 703eb9f665d1..000000000000
--- a/dev-python/asynctest/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST asynctest-0.12.2.tar.gz 49647 BLAKE2B 40bb5212409b2f0d9efce5c2559ffeea081c41b3f5158874d9a733f6f5dd2e6a2d7acf3eb495d91c1bc94e785dfd67c9bf5d1845e6fe40ad72aa36ea548b15b9 SHA512 e182fcf0c42d726dde810b9e2d50492b9e5ec9209b5419bd5faef28ee475ff04d6c8220bc165ec506eb9fc2dd38e45d7c3f8bc4ba1f0e279e44214e39862fe0f
diff --git a/dev-python/asynctest/asynctest-0.12.2.ebuild b/dev-python/asynctest/asynctest-0.12.2.ebuild
deleted file mode 100644
index 92996edd1fe1..000000000000
--- a/dev-python/asynctest/asynctest-0.12.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-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"
-IUSE=""
-
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
-"
-
-src_prepare() {
- default
-
- sed -i "{s/test_events_watched_outside_test_are_ignored/_&/}" "test/test_selector.py" || die "Could not disable the failing test."
-}
-
-python_test() {
- "${EPYTHON}" -m unittest -v test || die "Testing failed"
-}
diff --git a/dev-python/asynctest/metadata.xml b/dev-python/asynctest/metadata.xml
deleted file mode 100644
index 32fcb20ec76a..000000000000
--- a/dev-python/asynctest/metadata.xml
+++ /dev/null
@@ -1,11 +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>
- </upstream>
-</pkgmetadata>
-
diff --git a/profiles/package.mask b/profiles/package.mask
index 89d0599b1ccb..f0c955a429a0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -239,13 +239,6 @@ net-libs/quasselc
# Remove after 2020-05-28
net-irc/quassel-irssi
-# Michał Górny <mgorny@gentoo.org> (2020-04-27)
-# Unmaintained. Unresolved breakage with py3.8 for almost a year.
-# Python upstream included some async testing support in py3.8 too.
-# No revdeps.
-# Removal in 30 days. Bug #719746.
-dev-python/asynctest
-
# Michał Górny <mgorny@gentoo.org> (2020-04-26)
# Unmaintained. Stuck on Python 3.6. No revdeps.
# Removal in 30 days. Bug #719604.