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/sphinxcontrib-github-alt/
Date: Fri, 28 May 2021 21:48:40
Message-Id: 1622238495.b523ec0c5a284dc2e436eac52dc392b7ed6e338e.mgorny@gentoo
1 commit: b523ec0c5a284dc2e436eac52dc392b7ed6e338e
2 Author: Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
3 AuthorDate: Fri May 28 16:45:32 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 28 21:48:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b523ec0c
7
8 dev-python/sphinxcontrib-github-alt: add 1.2, bump py3.9
9
10 Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/21024
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 dev-python/sphinxcontrib-github-alt/Manifest | 1 +
15 .../sphinxcontrib-github-alt-1.2.ebuild | 23 ++++++++++++++++++++++
16 2 files changed, 24 insertions(+)
17
18 diff --git a/dev-python/sphinxcontrib-github-alt/Manifest b/dev-python/sphinxcontrib-github-alt/Manifest
19 index 387e5b7b54b..838874bb78c 100644
20 --- a/dev-python/sphinxcontrib-github-alt/Manifest
21 +++ b/dev-python/sphinxcontrib-github-alt/Manifest
22 @@ -1 +1,2 @@
23 DIST sphinxcontrib-github-alt-1.1.tar.gz 3312 BLAKE2B 4665c873bff44a65b0aaac4ea853ac4edc3447850f6c18a8c7b717a84e158c6cf0c16116bbfdff8f3419b8448272a180c57283c324ab5052359da4522937abbf SHA512 b7af74e3762d51663bcc8a33d10bb63ae5fd24e220919719de5ff9421ec2ae854b84bb9f17f379fa174996edc2160580fb49b0030bab4cadbdfbcbf0a0cd509d
24 +DIST sphinxcontrib-github-alt-1.2.tar.gz 3680 BLAKE2B afd5a20d073e58bcb657fbf100b28fab9d8cda2e1ae7e488dab42e8d4b12e4668185657673a56e9c410aa81cb65dbf4b706740511a8ed9d6c49482ea014c2fc0 SHA512 08f6738206232a5f37446ecac7b804178a57173efee58886623c7d2b43678c8acfd5a7527bacfe7c8f004fd531be9606f24a99c5665b78f97a5676398d2d2857
25
26 diff --git a/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2.ebuild b/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2.ebuild
27 new file mode 100644
28 index 00000000000..fb29106918e
29 --- /dev/null
30 +++ b/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2.ebuild
31 @@ -0,0 +1,23 @@
32 +# Copyright 1999-2021 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +DISTUTILS_USE_SETUPTOOLS=pyproject.toml
38 +PYTHON_COMPAT=( python3_{7..9} )
39 +
40 +inherit distutils-r1
41 +
42 +MY_PN="sphinxcontrib_github_alt"
43 +
44 +DESCRIPTION="Link to GitHub issues, pull requests, commits and users from Sphinx docs"
45 +HOMEPAGE="https://github.com/jupyter/sphinxcontrib_github_alt"
46 +SRC_URI="https://github.com/jupyter/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
47 +S="${WORKDIR}/${MY_PN}-${PV}"
48 +
49 +LICENSE="BSD-2"
50 +SLOT="0"
51 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~s390 ~x86"
52 +
53 +RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
54 +BDEPEND="${RDEPEND}"