Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx_lv2_theme/
Date: Mon, 08 Feb 2021 08:14:47
Message-Id: 1612772072.53313d7ae4ee902ab5abc4d09c981da8d2802a6b.fordfrog@gentoo
1 commit: 53313d7ae4ee902ab5abc4d09c981da8d2802a6b
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 8 08:13:33 2021 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 8 08:14:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53313d7a
7
8 dev-python/sphinx_lv2_theme: new ebuild
9
10 Bug: https://bugs.gentoo.org/764455
11 Bug: https://bugs.gentoo.org/764458
12 Bug: https://bugs.gentoo.org/765412
13 Bug: https://bugs.gentoo.org/765418
14 Package-Manager: Portage-3.0.14, Repoman-3.0.2
15 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
16
17 dev-python/sphinx_lv2_theme/Manifest | 1 +
18 dev-python/sphinx_lv2_theme/metadata.xml | 12 ++++++++++++
19 .../sphinx_lv2_theme/sphinx_lv2_theme-1.0.0.ebuild | 19 +++++++++++++++++++
20 3 files changed, 32 insertions(+)
21
22 diff --git a/dev-python/sphinx_lv2_theme/Manifest b/dev-python/sphinx_lv2_theme/Manifest
23 new file mode 100644
24 index 00000000000..bbcdb1fab2b
25 --- /dev/null
26 +++ b/dev-python/sphinx_lv2_theme/Manifest
27 @@ -0,0 +1 @@
28 +DIST {PN}-v1.0.0.tar.gz 9793 BLAKE2B 07b99851b264dc913e4774217e43692fa72d4f654cb8e3159f919952a25125de99a6118e422b36ae3661024adee2b34f94e45d9a1b801ea80936f23cc65bb861 SHA512 d50eddcf76bd5dd6f35b5891c96c0df2c7646c06603be6c526035ea2ed886b62dd8919749cef9b29ece0584e8a5e24a02d6f5e711dc20c2eadd76c020029292b
29
30 diff --git a/dev-python/sphinx_lv2_theme/metadata.xml b/dev-python/sphinx_lv2_theme/metadata.xml
31 new file mode 100644
32 index 00000000000..418c978c006
33 --- /dev/null
34 +++ b/dev-python/sphinx_lv2_theme/metadata.xml
35 @@ -0,0 +1,12 @@
36 +<?xml version='1.0' encoding='UTF-8'?>
37 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
38 +<pkgmetadata>
39 + <maintainer type="project">
40 + <email>proaudio@g.o</email>
41 + <name>ProAudio Project</name>
42 + </maintainer>
43 + <stabilize-allarches/>
44 + <upstream>
45 + <remote-id type="gitlab">lv2/sphinx_lv2_theme</remote-id>
46 + </upstream>
47 +</pkgmetadata>
48
49 diff --git a/dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.0.0.ebuild b/dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.0.0.ebuild
50 new file mode 100644
51 index 00000000000..904cc43951f
52 --- /dev/null
53 +++ b/dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.0.0.ebuild
54 @@ -0,0 +1,19 @@
55 +# Copyright 1999-2021 Gentoo Authors
56 +# Distributed under the terms of the GNU General Public License v2
57 +
58 +EAPI=7
59 +
60 +PYTHON_COMPAT=( python3_{7,8,9} )
61 +inherit distutils-r1
62 +
63 +COMMIT="33313b0dca26a71555d4e90ecb283fad1dafc84f"
64 +
65 +DESCRIPTION="Minimal pure-CSS Sphinx theme using the LV2 plugin documentation style"
66 +HOMEPAGE="https://gitlab.com/lv2/sphinx_lv2_theme"
67 +SRC_URI="https://gitlab.com/lv2/${PN}/-/archive/v${PV}/{PN}-v${PV}.tar.gz"
68 +
69 +LICENSE="ISC"
70 +SLOT="0"
71 +KEYWORDS="~amd64"
72 +
73 +S="${WORKDIR}/${PN}-v${PV}-${COMMIT}"