summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-06-10 06:12:45 +0200
committerMichał Górny <mgorny@gentoo.org>2022-06-10 06:12:45 +0200
commitf2ebfbeaedc3a10840a8908a2666bdc16e608d6e (patch)
tree503d1127457f450092a1cbdf52d117fc98a706af /dev-python/unittest-mixins
parentdev-python/unittest-mixins: Stabilize 1.6-r2 ALLARCHES, #850874 (diff)
downloadgentoo-f2ebfbeaedc3a10840a8908a2666bdc16e608d6e.tar.gz
gentoo-f2ebfbeaedc3a10840a8908a2666bdc16e608d6e.tar.bz2
gentoo-f2ebfbeaedc3a10840a8908a2666bdc16e608d6e.zip
dev-python/unittest-mixins: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/unittest-mixins')
-rw-r--r--dev-python/unittest-mixins/unittest-mixins-1.6-r1.ebuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-python/unittest-mixins/unittest-mixins-1.6-r1.ebuild b/dev-python/unittest-mixins/unittest-mixins-1.6-r1.ebuild
deleted file mode 100644
index 3653d0547adf..000000000000
--- a/dev-python/unittest-mixins/unittest-mixins-1.6-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="A set of mixin classes and other helpers for unittest test case classes"
-HOMEPAGE="https://github.com/nedbat/unittest-mixins https://pypi.org/project/unittest-mixins/"
-SRC_URI="https://github.com/nedbat/unittest-mixins/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND=">=dev-python/six-1.10.0[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest