Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/docopt/
Date: Sat, 03 Feb 2018 23:50:56
Message-Id: 1517701832.822b087a235bad1f1c37860b9544efe81a4c2424.radhermit@gentoo
1 commit: 822b087a235bad1f1c37860b9544efe81a4c2424
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 3 23:49:49 2018 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 3 23:50:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=822b087a
7
8 dev-python/docopt: remove old
9
10 dev-python/docopt/docopt-0.6.2-r1.ebuild | 31 -------------------------------
11 1 file changed, 31 deletions(-)
12
13 diff --git a/dev-python/docopt/docopt-0.6.2-r1.ebuild b/dev-python/docopt/docopt-0.6.2-r1.ebuild
14 deleted file mode 100644
15 index 92f692dab4e..00000000000
16 --- a/dev-python/docopt/docopt-0.6.2-r1.ebuild
17 +++ /dev/null
18 @@ -1,31 +0,0 @@
19 -# Copyright 1999-2017 Gentoo Foundation
20 -# Distributed under the terms of the GNU General Public License v2
21 -
22 -EAPI=5
23 -
24 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
25 -
26 -inherit distutils-r1
27 -
28 -DESCRIPTION="Pythonic argument parser, that will make you smile"
29 -HOMEPAGE="https://pypi.python.org/pypi/docopt https://github.com/docopt/docopt"
30 -SRC_URI="
31 - mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
32 - https://github.com/docopt/docopt/archive/${PV}.tar.gz -> ${P}.tar.gz"
33 -
34 -SLOT="0"
35 -LICENSE="MIT"
36 -KEYWORDS="amd64 arm x86 ~amd64-linux ~x86-linux"
37 -IUSE="test"
38 -
39 -RDEPEND=""
40 -DEPEND="${RDEPEND}
41 - dev-python/setuptools[${PYTHON_USEDEP}]
42 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
43 -
44 -# not implemented in this version, git already has it
45 -RESTRICT=test
46 -
47 -python_test() {
48 - esetup.py test
49 -}