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: Thu, 23 Jun 2022 08:17:32
Message-Id: 1655972244.d8f93db09f455fa2302f2dbde0b8f371abaee336.mgorny@gentoo
1 commit: d8f93db09f455fa2302f2dbde0b8f371abaee336
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 23 08:09:45 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 23 08:17:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8f93db0
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-r4.ebuild | 22 ----------------------
13 1 file changed, 22 deletions(-)
14
15 diff --git a/dev-python/docopt/docopt-0.6.2-r4.ebuild b/dev-python/docopt/docopt-0.6.2-r4.ebuild
16 deleted file mode 100644
17 index 5a9806a1b324..000000000000
18 --- a/dev-python/docopt/docopt-0.6.2-r4.ebuild
19 +++ /dev/null
20 @@ -1,22 +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=( pypy3 python3_{8..10} )
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 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
37 -
38 -PATCHES=(
39 - "${FILESDIR}"/${PN}-0.6.2-pytest_node_from_parent.patch
40 -)
41 -
42 -distutils_enable_tests pytest