summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-10-23 04:50:37 +0200
committerMichał Górny <mgorny@gentoo.org>2023-10-23 05:05:30 +0200
commite823abe6adc9a921f948465c4609c9c5d2ae92ca (patch)
treedb97bba2ede6e8d5572b68ed77926dea9fb8a7dd /dev-python/sphinx-lv2-theme
parentdev-python/sphinx_lv2_theme: Prepare for rename (diff)
downloadgentoo-e823abe6adc9a921f948465c4609c9c5d2ae92ca.tar.gz
gentoo-e823abe6adc9a921f948465c4609c9c5d2ae92ca.tar.bz2
gentoo-e823abe6adc9a921f948465c4609c9c5d2ae92ca.zip
Rename dev-python/{sphinx_lv2_theme → sphinx-lv2-theme}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinx-lv2-theme')
-rw-r--r--dev-python/sphinx-lv2-theme/Manifest1
-rw-r--r--dev-python/sphinx-lv2-theme/metadata.xml13
-rw-r--r--dev-python/sphinx-lv2-theme/sphinx-lv2-theme-1.4.0.ebuild22
3 files changed, 36 insertions, 0 deletions
diff --git a/dev-python/sphinx-lv2-theme/Manifest b/dev-python/sphinx-lv2-theme/Manifest
new file mode 100644
index 000000000000..d14a0addb93c
--- /dev/null
+++ b/dev-python/sphinx-lv2-theme/Manifest
@@ -0,0 +1 @@
+DIST sphinx_lv2_theme-v1.4.0.tar.bz2 10368 BLAKE2B c4ef7bb51965ebecb193d13b6d3866db6234bec8387c9e532550cafb14bf404711715f60831912770998e4cd9feb21a7d3ea1d8e987e276ec644ce51f63e6be6 SHA512 fba7af83bbc7e47a3a87e7b819cd83009b4b2e04e6280efe56b0f7bc348f784a85f004b7124a5c3704329be95a0432ca690f9675e6b9330ecf493994258ddc8c
diff --git a/dev-python/sphinx-lv2-theme/metadata.xml b/dev-python/sphinx-lv2-theme/metadata.xml
new file mode 100644
index 000000000000..322e4eff0904
--- /dev/null
+++ b/dev-python/sphinx-lv2-theme/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>proaudio@gentoo.org</email>
+ <name>ProAudio Project</name>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="gitlab">lv2/sphinx_lv2_theme</remote-id>
+ <remote-id type="pypi">sphinx-lv2-theme</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/sphinx-lv2-theme/sphinx-lv2-theme-1.4.0.ebuild b/dev-python/sphinx-lv2-theme/sphinx-lv2-theme-1.4.0.ebuild
new file mode 100644
index 000000000000..786fa8d85e64
--- /dev/null
+++ b/dev-python/sphinx-lv2-theme/sphinx-lv2-theme-1.4.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+MY_P=${PN//-/_}-v${PV}
+DESCRIPTION="Minimal pure-CSS Sphinx theme using the LV2 plugin documentation style"
+HOMEPAGE="
+ https://gitlab.com/lv2/sphinx_lv2_theme/
+ https://pypi.org/project/sphinx-lv2-theme/
+"
+SRC_URI="https://gitlab.com/lv2/sphinx_lv2_theme/-/archive/v${PV}/${MY_P}.tar.bz2"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86"