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/openstackdocstheme/
Date: Fri, 03 Mar 2023 05:53:22
Message-Id: 1677822785.3989d02d61b90d2535bab2b8af20a300120b4291.mgorny@gentoo
1 commit: 3989d02d61b90d2535bab2b8af20a300120b4291
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 3 05:03:41 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 3 05:53:05 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3989d02d
7
8 dev-python/openstackdocstheme: Bump to 3.1.0
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/openstackdocstheme/Manifest | 1 +
13 .../openstackdocstheme-3.1.0.ebuild | 29 ++++++++++++++++++++++
14 2 files changed, 30 insertions(+)
15
16 diff --git a/dev-python/openstackdocstheme/Manifest b/dev-python/openstackdocstheme/Manifest
17 index 532d261dd086..dd09fd482c7c 100644
18 --- a/dev-python/openstackdocstheme/Manifest
19 +++ b/dev-python/openstackdocstheme/Manifest
20 @@ -1 +1,2 @@
21 DIST openstackdocstheme-3.0.1.tar.gz 1256111 BLAKE2B c0a1a68e8e0e423bc704503dc2214d9cb51aa236daf39ba6788ef95240c25c05d1bd8b7ce2cb3d7c7290e574f3c78b276a28afe5a92645dce6f1b3ad54109158 SHA512 3643e5fc7a6e7090e766d8e0c71f6f3dfe32ac2529b3f70a7b0e825765be92dad58a2f399d8993716c9c87f0781a117b602f090abc0f3905e0586a26c87fe449
22 +DIST openstackdocstheme-3.1.0.tar.gz 1256193 BLAKE2B 53bdd85094a74344154dd4a25f2d29142be12000f5b38c8d723ce800794677972215b6402d35fe9385ede246efd4111d457ccb2d04eb540fcbaea5cf92382c04 SHA512 654859f40779e1d285b08b12c040b016a066a62e0a6eacad3c5a271ee40ba1147650ca1b95ac68a4fe254a296948f3ae30803cd26f9f67f1be944683fe24445b
23
24 diff --git a/dev-python/openstackdocstheme/openstackdocstheme-3.1.0.ebuild b/dev-python/openstackdocstheme/openstackdocstheme-3.1.0.ebuild
25 new file mode 100644
26 index 000000000000..b0bb11bcdcdb
27 --- /dev/null
28 +++ b/dev-python/openstackdocstheme/openstackdocstheme-3.1.0.ebuild
29 @@ -0,0 +1,29 @@
30 +# Copyright 1999-2023 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=( python3_{9..11} )
37 +
38 +inherit distutils-r1 pypi
39 +
40 +DESCRIPTION="Theme and extension support for Sphinx documentation"
41 +HOMEPAGE="
42 + https://docs.openstack.org/openstackdocstheme/latest/
43 + https://opendev.org/openstack/openstackdocstheme/
44 + https://github.com/openstack/openstackdocstheme/
45 + https://pypi.org/project/openstackdocstheme/
46 +"
47 +
48 +LICENSE="Apache-2.0"
49 +SLOT="0"
50 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~riscv ~s390 ~x86"
51 +
52 +BDEPEND="
53 + >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
54 +"
55 +RDEPEND="
56 + ${BDEPEND}
57 + >=dev-python/dulwich-0.15.0[${PYTHON_USEDEP}]
58 +"