Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sh/
Date: Thu, 16 Mar 2023 18:13:21
Message-Id: 1678990289.4ac40b6dd2ccc089221d1ed02b00042041c1bfaa.mgorny@gentoo
1 commit: 4ac40b6dd2ccc089221d1ed02b00042041c1bfaa
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 16 18:10:07 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 16 18:11:29 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ac40b6d
7
8 dev-python/sh: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/sh/Manifest | 2 --
13 dev-python/sh/sh-1.14.3.ebuild | 29 -----------------------------
14 dev-python/sh/sh-2.0.1.ebuild | 22 ----------------------
15 3 files changed, 53 deletions(-)
16
17 diff --git a/dev-python/sh/Manifest b/dev-python/sh/Manifest
18 index 0bf8711b0f37..8148c073e766 100644
19 --- a/dev-python/sh/Manifest
20 +++ b/dev-python/sh/Manifest
21 @@ -1,3 +1 @@
22 -DIST sh-1.14.3.tar.gz 62851 BLAKE2B e570b3d51bbabebc90a575aaa502dc448f5049caf7485763f7ca84bd30a1e19f37441e4217074cb75ee0094600d328b59693fffdb0647479478246e58c0f00a7 SHA512 f78b418a396b78b4d303846da222eedc7525dee8d200bf96d48054d91a82671d40e0f1f82eb406b16016752ff95c3b2360075974abc3a5a814b8cfe70528231a
23 -DIST sh-2.0.1.tar.gz 345426 BLAKE2B d1e47296c96dd1694ff36a53114b3ef28ff22df4fed9c46dab3c7ae259c4d50d5899197a2679d9f43b24e92c2cd9ee390ee24db752843ac2348031ec06914ee6 SHA512 a388b8e025c83b2036906afbddddfb3d807a03405a7a8c9554e65b5acc1ac9b52a53b6f5c3cec244d6d692bec902e0dd6de3380e71ca092c2fb33503b11f75cf
24 DIST sh-2.0.2.tar.gz 345351 BLAKE2B 7b1cd213f097b0893b96fbe7c5dd96a3716b6e8fcac5da49a091bbeb4f75ea2c9f7a23237d91e1a6df9fe2c1ba8ea778dad505981cfcc1ef1893404cdb030500 SHA512 dc02a69366d1140112ccf26093bbfd7d719671caf5dd6e093a5f7ef9de3428b44e9aa539e857ef72981a688cb4b40eb47aa2060c18e6074b614a1a5c2c430d83
25
26 diff --git a/dev-python/sh/sh-1.14.3.ebuild b/dev-python/sh/sh-1.14.3.ebuild
27 deleted file mode 100644
28 index 72ae5ec0b9ee..000000000000
29 --- a/dev-python/sh/sh-1.14.3.ebuild
30 +++ /dev/null
31 @@ -1,29 +0,0 @@
32 -# Copyright 1999-2023 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -DISTUTILS_USE_PEP517=setuptools
38 -PYTHON_COMPAT=( pypy3 python3_{9..11} )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Python subprocess interface"
43 -HOMEPAGE="
44 - https://github.com/amoffat/sh/
45 - https://pypi.org/project/sh/
46 -"
47 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
48 -
49 -LICENSE="MIT"
50 -SLOT="0"
51 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
52 -
53 -PATCHES=(
54 - "${FILESDIR}/sh-1.12.14-skip-unreliable-test.patch"
55 - "${FILESDIR}/sh-1.14.0-skip-unreliable-test.patch"
56 -)
57 -
58 -python_test() {
59 - "${EPYTHON}" test.py || die "Tests fail with ${EPYTHON}"
60 -}
61
62 diff --git a/dev-python/sh/sh-2.0.1.ebuild b/dev-python/sh/sh-2.0.1.ebuild
63 deleted file mode 100644
64 index 06a43d892d49..000000000000
65 --- a/dev-python/sh/sh-2.0.1.ebuild
66 +++ /dev/null
67 @@ -1,22 +0,0 @@
68 -# Copyright 1999-2023 Gentoo Authors
69 -# Distributed under the terms of the GNU General Public License v2
70 -
71 -EAPI=8
72 -
73 -DISTUTILS_USE_PEP517=poetry
74 -PYTHON_COMPAT=( pypy3 python3_{9..11} )
75 -
76 -inherit distutils-r1
77 -
78 -DESCRIPTION="Python subprocess interface"
79 -HOMEPAGE="
80 - https://github.com/amoffat/sh/
81 - https://pypi.org/project/sh/
82 -"
83 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
84 -
85 -LICENSE="MIT"
86 -SLOT="0"
87 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
88 -
89 -distutils_enable_tests unittest