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/regendoc/
Date: Sun, 29 Mar 2020 07:04:19
Message-Id: 1585465309.4bf994393cbbe611c9a47698f080c459f715f151.mgorny@gentoo
1 commit: 4bf994393cbbe611c9a47698f080c459f715f151
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 29 07:01:49 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 29 07:01:49 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bf99439
7
8 dev-python/regendoc: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/regendoc/Manifest | 1 -
13 dev-python/regendoc/regendoc-0.5.ebuild | 26 --------------------------
14 2 files changed, 27 deletions(-)
15
16 diff --git a/dev-python/regendoc/Manifest b/dev-python/regendoc/Manifest
17 index f6b7be23410..fd20b336b04 100644
18 --- a/dev-python/regendoc/Manifest
19 +++ b/dev-python/regendoc/Manifest
20 @@ -1,2 +1 @@
21 -DIST regendoc-0.5.tar.gz 5651 BLAKE2B 5e9dbdf51ccbdfcb741a6e17efe8a90d4651e1aa41ebd3223ace901cb6e29b00916c5eb75deec8848dc3b9b5da7934231289d29f1cbe5dfa702f61ff900219d8 SHA512 4da72c278901d3bb7ec711337c12738903c3686c7b7b30f95842c3fe2b04b4d59f20fa7b4b1c2334e8c7036ec02d551a777a0eb094541316928eae1945708977
22 DIST regendoc-0.6.1.tar.gz 5832 BLAKE2B ae3ea674f7c5762f1c53d05c021daf3ab6133efcf9194106eafa87031004aa8e9b53cd86cd9b2ac2b2d6829a38dd11fc2a62db0c4f00d7e1b32a8771bcff171a SHA512 bb6551e1e50fc540649e5856bbfa36d7c26aaa609b8361e4f0260246c6479870cdca97b95db6730a0a6763fea626d4d6267fda1593769f90416447a95f34a18c
23
24 diff --git a/dev-python/regendoc/regendoc-0.5.ebuild b/dev-python/regendoc/regendoc-0.5.ebuild
25 deleted file mode 100644
26 index ca72730cb3e..00000000000
27 --- a/dev-python/regendoc/regendoc-0.5.ebuild
28 +++ /dev/null
29 @@ -1,26 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -PYTHON_COMPAT=( python3_6 pypy3 )
36 -
37 -inherit distutils-r1
38 -
39 -MY_PN="RegenDoc"
40 -MY_P="${MY_PN}-${PV}"
41 -
42 -DESCRIPTION="Check/update simple file/shell examples in documentation"
43 -HOMEPAGE="https://pypi.org/project/RegenDoc/
44 - https://bitbucket.org/pytest-dev/regendoc/"
45 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${P}.tar.gz"
46 -
47 -LICENSE="MIT"
48 -KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux"
49 -SLOT="0"
50 -
51 -RDEPEND="dev-python/click[${PYTHON_USEDEP}]"
52 -DEPEND="${RDEPEND}
53 - dev-python/setuptools[${PYTHON_USEDEP}]
54 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
55 -"