commit: c5461cf675ede236a98a0279206438ff69500d10
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 16 11:14:57 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 16 11:24:05 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5461cf6
dev-python/tappy: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/tappy/tappy-3.1.ebuild | 32 --------------------------------
1 file changed, 32 deletions(-)
diff --git a/dev-python/tappy/tappy-3.1.ebuild
b/dev-python/tappy/tappy-3.1.ebuild
deleted file mode 100644
index 4e5fca1a66f5..000000000000
--- a/dev-python/tappy/tappy-3.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1 optfeature
-
-MY_PN=tap.py
-DESCRIPTION="Test Anything Protocol (TAP) tools"
-HOMEPAGE="https://github.com/python-tap/tappy https://pypi.org/project/tap.py/"
-SRC_URI="mirror://pypi/${MY_PN::1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-S=${WORKDIR}/${MY_PN}-${PV}
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc
x86"
-
-BDEPEND="
- dev-python/Babel[${PYTHON_USEDEP}]
- test? (
- dev-python/more-itertools[${PYTHON_USEDEP}]
- dev-python/pyyaml[${PYTHON_USEDEP}]
- )"
-
-distutils_enable_tests unittest
-distutils_enable_sphinx docs
-
-pkg_postinst() {
- optfeature "YAML blocks associated with test results" \
- "dev-python/more-itertools dev-python/pyyaml"
-}