Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/easyprocess/
Date: Thu, 08 Jul 2021 11:08:04
Message-Id: 1625742474.ae8a07811dfaee1292cf6d94f750c57727ac97b1.andrewammerlaan@gentoo
1 commit: ae8a07811dfaee1292cf6d94f750c57727ac97b1
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 8 10:22:46 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 8 11:07:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae8a0781
7
8 dev-python/easyprocess: cleanup old
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
12
13 dev-python/easyprocess/easyprocess-0.3.ebuild | 27 ---------------------------
14 1 file changed, 27 deletions(-)
15
16 diff --git a/dev-python/easyprocess/easyprocess-0.3.ebuild b/dev-python/easyprocess/easyprocess-0.3.ebuild
17 deleted file mode 100644
18 index cb3c5b741dd..00000000000
19 --- a/dev-python/easyprocess/easyprocess-0.3.ebuild
20 +++ /dev/null
21 @@ -1,27 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -PYTHON_COMPAT=( python3_{7,8} )
28 -
29 -inherit distutils-r1
30 -
31 -DESCRIPTION="Easy to use Python subprocess interface"
32 -HOMEPAGE="https://github.com/ponty/EasyProcess"
33 -SRC_URI="https://github.com/ponty/EasyProcess/archive/${PV}.tar.gz -> ${P}.tar.gz"
34 -
35 -LICENSE="BSD-2"
36 -SLOT="0"
37 -KEYWORDS="amd64 x86"
38 -
39 -BDEPEND="test? (
40 - dev-python/pytest-timeout[${PYTHON_USEDEP}]
41 - dev-python/pyvirtualdisplay[${PYTHON_USEDEP}]
42 - dev-python/six[${PYTHON_USEDEP}]
43 - x11-base/xorg-server[xvfb]
44 -)"
45 -
46 -S="${WORKDIR}/EasyProcess-${PV}"
47 -
48 -distutils_enable_tests pytest