summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-08-19 11:01:21 +0200
committerMichał Górny <mgorny@gentoo.org>2022-08-19 11:27:30 +0200
commit397200d5bf7993189c6d70cd1cf0a596a3e9b156 (patch)
treeaf2cbbfdf2a5e4c37188669460dbcff037f7a40c /dev-python/sh/sh-1.14.2-r1.ebuild
parentdev-python/python-dbusmock: Remove old (diff)
downloadgentoo-397200d5bf7993189c6d70cd1cf0a596a3e9b156.tar.gz
gentoo-397200d5bf7993189c6d70cd1cf0a596a3e9b156.tar.bz2
gentoo-397200d5bf7993189c6d70cd1cf0a596a3e9b156.zip
dev-python/sh: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sh/sh-1.14.2-r1.ebuild')
-rw-r--r--dev-python/sh/sh-1.14.2-r1.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-python/sh/sh-1.14.2-r1.ebuild b/dev-python/sh/sh-1.14.2-r1.ebuild
deleted file mode 100644
index 3e3501afdcd1..000000000000
--- a/dev-python/sh/sh-1.14.2-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python subprocess interface"
-HOMEPAGE="
- https://github.com/amoffat/sh/
- https://pypi.org/project/sh/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
-
-PATCHES=(
- "${FILESDIR}/sh-1.12.14-skip-unreliable-test.patch"
- "${FILESDIR}/sh-1.14.0-skip-unreliable-test.patch"
-)
-
-python_test() {
- "${EPYTHON}" test.py || die "Tests fail with ${EPYTHON}"
-}