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/ptyprocess/
Date: Mon, 11 May 2020 17:33:30
Message-Id: 1589218398.9bc229b3a8d3ebe870d835484a8767f569d7fd0d.mgorny@gentoo
1 commit: 9bc229b3a8d3ebe870d835484a8767f569d7fd0d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 11 17:31:50 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 11 17:33:18 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bc229b3
7
8 dev-python/ptyprocess: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/ptyprocess/Manifest | 1 -
13 dev-python/ptyprocess/ptyprocess-0.5.2.ebuild | 19 -------------------
14 2 files changed, 20 deletions(-)
15
16 diff --git a/dev-python/ptyprocess/Manifest b/dev-python/ptyprocess/Manifest
17 index 0abc2c49427..cee8c8bb677 100644
18 --- a/dev-python/ptyprocess/Manifest
19 +++ b/dev-python/ptyprocess/Manifest
20 @@ -1,2 +1 @@
21 -DIST ptyprocess-0.5.2.tar.gz 69297 BLAKE2B 5b473d0549d18d17f27ba6ff89543b66b2a6781a73c849ab1e2225b73bc3485ae36ecbf50a660bfc0abcad472062502a484de55a9ea206dcf63724c2dd765ce9 SHA512 cb4e70855d388a6ff691e2a244c072a5a50cf39cdf727e3a4218817bf5ac722c4b49f0dbfd80204259998eba137492690759b8908bfea925842b9f7fc83ee553
22 DIST ptyprocess-0.6.0.tar.gz 70115 BLAKE2B 02499e560c4df2f852d0951a9acfcb88a2bfe659592ead0304bb6a240e831fb093dd40a457714a8a91d1af70b5364b7af91d2c14c956d8a84d3eeec3eb2a9edf SHA512 b34b6bca977f09d1443b210e338e1300e12d6ef35857f9543b3a116ef3b500ad4844357a7a283321756f886af41bddb1f02b27bf200ef1e82a96fd9e431bed86
23
24 diff --git a/dev-python/ptyprocess/ptyprocess-0.5.2.ebuild b/dev-python/ptyprocess/ptyprocess-0.5.2.ebuild
25 deleted file mode 100644
26 index f826f64917f..00000000000
27 --- a/dev-python/ptyprocess/ptyprocess-0.5.2.ebuild
28 +++ /dev/null
29 @@ -1,19 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -DISTUTILS_USE_SETUPTOOLS=no
36 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Run a subprocess in a pseudo terminal"
41 -HOMEPAGE="https://github.com/pexpect/ptyprocess"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="ISC"
45 -SLOT="0"
46 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux"
47 -
48 -distutils_enable_tests pytest