diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-11 19:31:50 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-11 19:33:18 +0200 |
commit | 9bc229b3a8d3ebe870d835484a8767f569d7fd0d (patch) | |
tree | e562d61134a65d4ece022a9f29d14f443f3947f7 /dev-python/ptyprocess | |
parent | dev-python/poyo: Remove old (diff) | |
download | gentoo-9bc229b3a8d3ebe870d835484a8767f569d7fd0d.tar.gz gentoo-9bc229b3a8d3ebe870d835484a8767f569d7fd0d.tar.bz2 gentoo-9bc229b3a8d3ebe870d835484a8767f569d7fd0d.zip |
dev-python/ptyprocess: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ptyprocess')
-rw-r--r-- | dev-python/ptyprocess/Manifest | 1 | ||||
-rw-r--r-- | dev-python/ptyprocess/ptyprocess-0.5.2.ebuild | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/dev-python/ptyprocess/Manifest b/dev-python/ptyprocess/Manifest index 0abc2c494279..cee8c8bb6773 100644 --- a/dev-python/ptyprocess/Manifest +++ b/dev-python/ptyprocess/Manifest @@ -1,2 +1 @@ -DIST ptyprocess-0.5.2.tar.gz 69297 BLAKE2B 5b473d0549d18d17f27ba6ff89543b66b2a6781a73c849ab1e2225b73bc3485ae36ecbf50a660bfc0abcad472062502a484de55a9ea206dcf63724c2dd765ce9 SHA512 cb4e70855d388a6ff691e2a244c072a5a50cf39cdf727e3a4218817bf5ac722c4b49f0dbfd80204259998eba137492690759b8908bfea925842b9f7fc83ee553 DIST ptyprocess-0.6.0.tar.gz 70115 BLAKE2B 02499e560c4df2f852d0951a9acfcb88a2bfe659592ead0304bb6a240e831fb093dd40a457714a8a91d1af70b5364b7af91d2c14c956d8a84d3eeec3eb2a9edf SHA512 b34b6bca977f09d1443b210e338e1300e12d6ef35857f9543b3a116ef3b500ad4844357a7a283321756f886af41bddb1f02b27bf200ef1e82a96fd9e431bed86 diff --git a/dev-python/ptyprocess/ptyprocess-0.5.2.ebuild b/dev-python/ptyprocess/ptyprocess-0.5.2.ebuild deleted file mode 100644 index f826f64917fe..000000000000 --- a/dev-python/ptyprocess/ptyprocess-0.5.2.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Run a subprocess in a pseudo terminal" -HOMEPAGE="https://github.com/pexpect/ptyprocess" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux" - -distutils_enable_tests pytest |