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/docopt/
Date: Sat, 24 Jul 2021 17:30:14
Message-Id: 1627147796.831cb404ef8fa0026ba7c538838750a6c04f844d.mgorny@gentoo
1 commit: 831cb404ef8fa0026ba7c538838750a6c04f844d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 24 15:19:23 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 24 17:29:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=831cb404
7
8 dev-python/docopt: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/docopt/docopt-0.6.2-r3.ebuild | 27 ---------------------------
13 1 file changed, 27 deletions(-)
14
15 diff --git a/dev-python/docopt/docopt-0.6.2-r3.ebuild b/dev-python/docopt/docopt-0.6.2-r3.ebuild
16 deleted file mode 100644
17 index 7f9a3a51293..00000000000
18 --- a/dev-python/docopt/docopt-0.6.2-r3.ebuild
19 +++ /dev/null
20 @@ -1,27 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -PYTHON_COMPAT=( python3_{7..10} pypy3 )
27 -
28 -inherit distutils-r1
29 -
30 -DESCRIPTION="Pythonic argument parser, that will make you smile"
31 -HOMEPAGE="https://pypi.org/project/docopt/ https://github.com/docopt/docopt"
32 -SRC_URI="https://github.com/docopt/docopt/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
33 -
34 -LICENSE="MIT"
35 -SLOT="0"
36 -KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
37 -IUSE="test"
38 -RESTRICT="!test? ( test )"
39 -
40 -RDEPEND=""
41 -DEPEND="${RDEPEND}
42 - dev-python/setuptools[${PYTHON_USEDEP}]
43 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
44 -
45 -python_test() {
46 - pytest -vv || die "Tests fail with ${EPYTHON}"
47 -}