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: Tue, 29 Mar 2022 08:34:02
Message-Id: 1648542829.cf941da2ac1e86a6e70c266bade6b05828ed2179.mgorny@gentoo
1 commit: cf941da2ac1e86a6e70c266bade6b05828ed2179
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 29 07:46:51 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 29 08:33:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf941da2
7
8 dev-python/rst-linker: Bump to 2.3.0
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.3.0.ebuild | 31 +++++++++++++++++++++++++++
14 2 files changed, 32 insertions(+)
15
16 diff --git a/dev-python/rst-linker/Manifest b/dev-python/rst-linker/Manifest
17 index 4ebc2b41a2e8..1b13c8f50d0c 100644
18 --- a/dev-python/rst-linker/Manifest
19 +++ b/dev-python/rst-linker/Manifest
20 @@ -1 +1,2 @@
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.3.0.ebuild b/dev-python/rst-linker/rst-linker-2.3.0.ebuild
25 new file mode 100644
26 index 000000000000..dfa0d9406050
27 --- /dev/null
28 +++ b/dev-python/rst-linker/rst-linker-2.3.0.ebuild
29 @@ -0,0 +1,31 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +DISTUTILS_USE_PEP517=setuptools
36 +PYTHON_COMPAT=( pypy3 python3_{8..10} )
37 +
38 +inherit distutils-r1
39 +
40 +MY_PN="${PN/-/.}"
41 +DESCRIPTION="Sphinx plugin to add links and timestamps to the changelog"
42 +HOMEPAGE="https://github.com/jaraco/rst.linker"
43 +SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
44 +S="${WORKDIR}/${MY_PN}-${PV}"
45 +
46 +LICENSE="MIT"
47 +SLOT="0"
48 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
49 +
50 +RDEPEND="
51 + dev-python/python-dateutil[${PYTHON_USEDEP}]
52 +"
53 +BDEPEND="
54 + >=dev-python/setuptools_scm-3.4.1[${PYTHON_USEDEP}]
55 + test? (
56 + dev-python/path-py[${PYTHON_USEDEP}]
57 + )
58 +"
59 +
60 +distutils_enable_tests pytest