Skip to content

Commit

Permalink
dev-python/sphinx_lv2_theme: new ebuild
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/764455
Bug: https://bugs.gentoo.org/764458
Bug: https://bugs.gentoo.org/765412
Bug: https://bugs.gentoo.org/765418
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Miroslav Šulc <[email protected]>
  • Loading branch information
fordfrog committed Feb 8, 2021
1 parent 5cfa647 commit 53313d7
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-python/sphinx_lv2_theme/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST {PN}-v1.0.0.tar.gz 9793 BLAKE2B 07b99851b264dc913e4774217e43692fa72d4f654cb8e3159f919952a25125de99a6118e422b36ae3661024adee2b34f94e45d9a1b801ea80936f23cc65bb861 SHA512 d50eddcf76bd5dd6f35b5891c96c0df2c7646c06603be6c526035ea2ed886b62dd8919749cef9b29ece0584e8a5e24a02d6f5e711dc20c2eadd76c020029292b
12 changes: 12 additions & 0 deletions dev-python/sphinx_lv2_theme/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>ProAudio Project</name>
</maintainer>
<stabilize-allarches/>
<upstream>
<remote-id type="gitlab">lv2/sphinx_lv2_theme</remote-id>
</upstream>
</pkgmetadata>
19 changes: 19 additions & 0 deletions dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.0.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1

COMMIT="33313b0dca26a71555d4e90ecb283fad1dafc84f"

DESCRIPTION="Minimal pure-CSS Sphinx theme using the LV2 plugin documentation style"
HOMEPAGE="https://gitlab.com/lv2/sphinx_lv2_theme"
SRC_URI="https://gitlab.com/lv2/${PN}/-/archive/v${PV}/{PN}-v${PV}.tar.gz"

LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64"

S="${WORKDIR}/${PN}-v${PV}-${COMMIT}"

0 comments on commit 53313d7

Please sign in to comment.