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/rst-linker/
Date: Sun, 01 May 2022 12:56:26
Message-Id: 1651409657.e36cdcd388a2874e3b166197e9d28b2da35a3f94.mgorny@gentoo
1 commit: e36cdcd388a2874e3b166197e9d28b2da35a3f94
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 1 12:54:17 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 1 12:54:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e36cdcd3
7
8 dev-python/rst-linker: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/rst-linker/Manifest | 1 -
13 dev-python/rst-linker/rst-linker-2.2.0-r1.ebuild | 31 ------------------------
14 2 files changed, 32 deletions(-)
15
16 diff --git a/dev-python/rst-linker/Manifest b/dev-python/rst-linker/Manifest
17 index 1b13c8f50d0c..a733acc18125 100644
18 --- a/dev-python/rst-linker/Manifest
19 +++ b/dev-python/rst-linker/Manifest
20 @@ -1,2 +1 @@
21 -DIST rst.linker-2.2.0.tar.gz 14339 BLAKE2B fedeb8deea3ba3dc1f084a08476d2117787dd33c3ff2cd4c7881283e3c3e6813ffc143373812adfb4e578d21034d2c287a5af2b1e3dc9ae2f087cae9364d2ce3 SHA512 3e51103eb5111e1dd6e4e6f8c546a366eeb669d27b050de41a0580ac992117c530c322ed7cf31fd26a2f4a872ce8a7a41e801630e9291a6a644befd7272351a1
22 DIST rst.linker-2.3.0.tar.gz 10146 BLAKE2B a2c1a97a8e734644f5124f89878d770d186c16a44d1eaa98281592754e0a8db4be1e019001448890e712b4e4fea3f4a0f0675009d5285ae94483ef8e8d34ae6f SHA512 a4190c3349c85ee52d17498c99c7879be3f0a98cfc0b5966cc2f6161f9b374d52a64be7035691256d96d4c2ebb2272d5d10802e5e716efedf78859e418e561e0
23
24 diff --git a/dev-python/rst-linker/rst-linker-2.2.0-r1.ebuild b/dev-python/rst-linker/rst-linker-2.2.0-r1.ebuild
25 deleted file mode 100644
26 index 7807992ddcf4..000000000000
27 --- a/dev-python/rst-linker/rst-linker-2.2.0-r1.ebuild
28 +++ /dev/null
29 @@ -1,31 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( pypy3 python3_{8..10} )
36 -
37 -inherit distutils-r1
38 -
39 -MY_PN="${PN/-/.}"
40 -DESCRIPTION="Sphinx plugin to add links and timestamps to the changelog"
41 -HOMEPAGE="https://github.com/jaraco/rst.linker"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
43 -S="${WORKDIR}/${MY_PN}-${PV}"
44 -
45 -LICENSE="MIT"
46 -SLOT="0"
47 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
48 -
49 -RDEPEND="
50 - dev-python/python-dateutil[${PYTHON_USEDEP}]
51 -"
52 -BDEPEND="
53 - >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
54 - test? (
55 - dev-python/path-py[${PYTHON_USEDEP}]
56 - )
57 -"
58 -
59 -distutils_enable_sphinx docs ">=dev-python/jaraco-packaging-3.2"
60 -distutils_enable_tests pytest