Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rst-linker/
Date: Mon, 02 Dec 2019 13:34:33
Message-Id: 1575293662.d64cb82e816cd15d095149083d2c4db958546024.sbraz@gentoo
1 commit: d64cb82e816cd15d095149083d2c4db958546024
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 2 12:35:04 2019 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 2 13:34:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d64cb82e
7
8 dev-python/rst-linker: bump to 2.0.0, add Py3.8, drop unsupported compat
9
10 Package-Manager: Portage-2.3.80, Repoman-2.3.19
11 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
12
13 dev-python/rst-linker/Manifest | 1 +
14 dev-python/rst-linker/rst-linker-2.0.0.ebuild | 46 +++++++++++++++++++++++++++
15 2 files changed, 47 insertions(+)
16
17 diff --git a/dev-python/rst-linker/Manifest b/dev-python/rst-linker/Manifest
18 index a93b197cc80..f153c9a281e 100644
19 --- a/dev-python/rst-linker/Manifest
20 +++ b/dev-python/rst-linker/Manifest
21 @@ -1,3 +1,4 @@
22 DIST rst.linker-1.10.tar.gz 8820 BLAKE2B 3615353dcce16652aa3528985997467e1501161b012fad44203fd98cc5e91dc32acf6c8492f0797ae748a87c008e5f3437833b435c5cbd85845340b91665e664 SHA512 5541d0ba5299a6efee444ed3c4fb4f108bcdd7c84e4be0b0a44f71c9f13e18d5b5c4c38328a542fe5666d435e1e04c35c0db5535706a45932dc01590813a85cc
23 DIST rst.linker-1.11.tar.gz 12569 BLAKE2B 5418f651322c28d8aff2dc735f8ff72325e895d8f2c12dae4985112112f74023c6103e344f4422e944b32b692713834ae5239bc4193edc76bfa85d9e0a674f4a SHA512 8e748330f60e2e1f859fa3ec3fad706d7bbafc78a402b0df242bda7caff1fad3f1b17873fa9ee749d3d214e094f24a35695c627cf9a8d8f08ca99ee6ad0e4e6d
24 DIST rst.linker-1.9.tar.gz 7618 BLAKE2B b344495a217d7cd1c057256701130851975e46c45a740251ce20efa5131feb46a074fb1367a645e89b436b7e093baad1a484d06ca069ebc0f59eca8183ddd36d SHA512 b3e39b025f75bb6ff670f23ee7abd48dcc4e19343626c1ffadd2304a7e3285fe0b7369ace96e47094606e864672c8aeea967a02217b110762e53498dde64b8a7
25 +DIST rst.linker-2.0.0.tar.gz 12861 BLAKE2B f52ddab3c8119f0bac64e294e4a5a3cc50916f19f49ca1ca4983d8b5d2bb5401c6accb5873df38609386e12fcd1cb02b867f3633edd4d10606a98936e96e62eb SHA512 ea9fa95de66c95dc384c888446512be66b180d0d76e99fe7a6b8f8348436d4be959d3d567fa521d9fc925b537467a4fdf05f9e9d17f7a6df4aafd6dfd323e4fc
26
27 diff --git a/dev-python/rst-linker/rst-linker-2.0.0.ebuild b/dev-python/rst-linker/rst-linker-2.0.0.ebuild
28 new file mode 100644
29 index 00000000000..596c9c6f546
30 --- /dev/null
31 +++ b/dev-python/rst-linker/rst-linker-2.0.0.ebuild
32 @@ -0,0 +1,46 @@
33 +# Copyright 1999-2019 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
39 +
40 +inherit distutils-r1
41 +
42 +MY_PN="${PN/-/.}"
43 +DESCRIPTION="Sphinx plugin to add links and timestamps to the changelog"
44 +HOMEPAGE="https://github.com/jaraco/rst.linker"
45 +SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
46 +
47 +LICENSE="MIT"
48 +SLOT="0"
49 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
50 +IUSE="test"
51 +RESTRICT="!test? ( test )"
52 +
53 +RDEPEND="
54 + $(python_gen_cond_dep 'dev-python/importlib_metadata[${PYTHON_USEDEP}]' pypy3 python3_{6,7})
55 + dev-python/python-dateutil[${PYTHON_USEDEP}]
56 +"
57 +BDEPEND="
58 + dev-python/setuptools[${PYTHON_USEDEP}]
59 + >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
60 + test? (
61 + ${RDEPEND}
62 + dev-python/path-py[${PYTHON_USEDEP}]
63 + >=dev-python/pytest-3.4[${PYTHON_USEDEP}]
64 + )
65 +"
66 +
67 +S="${WORKDIR}/${MY_PN}-${PV}"
68 +
69 +distutils_enable_sphinx docs ">=dev-python/jaraco-packaging-3.2"
70 +
71 +python_test() {
72 + # Ignore the module from ${S}, use the one from ${BUILD_DIR}
73 + # Otherwise, ImportMismatchError may occur
74 + # https://github.com/gentoo/gentoo/pull/1622#issuecomment-224482396
75 + # Override pytest options to skip flake8
76 + pytest -vv --ignore=rst --override-ini="addopts=--doctest-modules" \
77 + || die "tests failed with ${EPYTHON}"
78 +}