Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/doxypypy/
Date: Tue, 01 Jun 2021 08:32:25
Message-Id: 1622536319.fdd2e6deb0ba02394051cfeda091c23e7336ff8c.andrewammerlaan@gentoo
1 commit: fdd2e6deb0ba02394051cfeda091c23e7336ff8c
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 1 08:31:59 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 1 08:31:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fdd2e6de
7
8 dev-python/doxypypy: remove old
9
10 Closes: https://bugs.gentoo.org/793554
11 Package-Manager: Portage-3.0.19, Repoman-3.0.3
12 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
13
14 dev-python/doxypypy/Manifest | 1 -
15 dev-python/doxypypy/doxypypy-0.8.8.6.ebuild | 29 -----------------------------
16 2 files changed, 30 deletions(-)
17
18 diff --git a/dev-python/doxypypy/Manifest b/dev-python/doxypypy/Manifest
19 index ff1049ce5..2b5d6c78f 100644
20 --- a/dev-python/doxypypy/Manifest
21 +++ b/dev-python/doxypypy/Manifest
22 @@ -1,2 +1 @@
23 -DIST doxypypy-0.8.8.6.tar.gz 39019 BLAKE2B 6f1860ec3f9a33762297cb9b0ccdb3523dfb0855f7eb56ef4d5fe0346e25a0980dd3d007af9d4bc6d3a8502589d8a9701c4d428aa342f6156a6c7aa47a5f1ca1 SHA512 17b69d625187983dcd48ec00c317916493228d999f254dd00d85f826ab45e0a5b73557ab5975d7d64a312161c821c78ef1cbca117e2455d3440b247d45ef8399
24 DIST doxypypy-0.8.8.6_p20210405.tar.gz 62179 BLAKE2B ee36a130f2c4af9264f04cf00ad311dccda8beeca505d7eb84169b05cf1e0ed6242770ede96b3df9b77385ea238cae84e9cd4e9f8761d23530e2f8e5fbcad797 SHA512 d3fa6bec9381d5531f82837e51988ccea4882fc77109924dd7a7f3ecd99e5afbec09d203629ac3853eeb38cf4592d97a1ec8c18fbe9fb48885794f887aba4336
25
26 diff --git a/dev-python/doxypypy/doxypypy-0.8.8.6.ebuild b/dev-python/doxypypy/doxypypy-0.8.8.6.ebuild
27 deleted file mode 100644
28 index 3aaa71567..000000000
29 --- a/dev-python/doxypypy/doxypypy-0.8.8.6.ebuild
30 +++ /dev/null
31 @@ -1,29 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -DISTUTILS_USE_SETUPTOOLS=rdepend
38 -PYTHON_COMPAT=( python3_7 )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="A more Pythonic version of doxypy, a Doxygen filter for Python"
43 -HOMEPAGE="https://github.com/Feneric/doxypypy"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -
46 -RESTRICT="!test? ( test )"
47 -LICENSE="GPL-2"
48 -SLOT="0"
49 -KEYWORDS="~amd64"
50 -
51 -DEPEND="
52 - test? (
53 - dev-python/zope-interface[${PYTHON_USEDEP}]
54 - )
55 -"
56 -RDEPEND="
57 - dev-python/chardet[${PYTHON_USEDEP}]
58 -"
59 -
60 -distutils_enable_tests unittest