summaryrefslogtreecommitdiff
path: root/dev-python/sphinx_lv2_theme
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-11-03 06:47:15 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-11-03 06:47:15 +0000
commitfc2f1018fc323ef2c6572734a9b130427cba76a6 (patch)
treef834bdc9a67923ce75297c09d00d1e7b90791d26 /dev-python/sphinx_lv2_theme
parent162945d2a91899b637bbb9e163b406350de12906 (diff)
gentoo resync : 03.11.2021
Diffstat (limited to 'dev-python/sphinx_lv2_theme')
-rw-r--r--dev-python/sphinx_lv2_theme/Manifest2
-rw-r--r--dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.0.0-r1.ebuild5
2 files changed, 3 insertions, 4 deletions
diff --git a/dev-python/sphinx_lv2_theme/Manifest b/dev-python/sphinx_lv2_theme/Manifest
index dca5405beb91..f210306bc9e1 100644
--- a/dev-python/sphinx_lv2_theme/Manifest
+++ b/dev-python/sphinx_lv2_theme/Manifest
@@ -1,3 +1,3 @@
DIST sphinx_lv2_theme-v1.0.0.tar.gz 9795 BLAKE2B 7406d03b53c06a4e814490df65c5dad3bb8299be2808fe89da842c4285ac8798141d7e59713e6bf3b3ea72a7af8650c2b7ead586fdf48004df78350ef789a649 SHA512 e10331f4a979055929b7146b89a4c19b05698e32d0acb2eb3d7734f6e9298d1dbe24dbe5f56697505f9f7488845643011fa1df4ed112b4f016ba21d41a4f91c8
-EBUILD sphinx_lv2_theme-1.0.0-r1.ebuild 506 BLAKE2B d5757c929030e6f80b127208257287d6330b31156c2b7ed365a516b1165a762e9a99908400b1ab7b7082af9b55b55cb8cf1594a411c777bd29d8b4c042faafd7 SHA512 9c51c0e780caa15f43c6e61776b3856e3b5ac777ccf38e8add8795fc26693f9ca7d29d2fdff482d482ae19042b02d852c6721fb64691a5e7dc421fed3b55cf5b
+EBUILD sphinx_lv2_theme-1.0.0-r1.ebuild 507 BLAKE2B 641ace228c6ea0a9fcb157cd052dc5c1d3a4ec59d37ffb00b2c13c1836af0f6f09a3ff6d63e234e2a9645c823a4d8a9780a869074cf8bf91e6570fc31ce30229 SHA512 11ebe2c6186f630c5af20a77b90188ed4eb104f21c2ea699710928994641b2d003c2097f54a2fc8e4bc126e7bc91d9b3e95126e85edc61e3d7d380d2dde5029d
MISC metadata.xml 429 BLAKE2B b4e7eb03faabacbb5a7b41f1b0b04ae1580f7a00959b0d0e575577cf0b93f1551773c492826c7635c6cfd18af0e608a23e7fceedb76ef99920c1f09fcd51ee17 SHA512 ac2b159c1a66cf08d5d4990150b0e930b40bfe8ab7f016e3b7d0d479110c0b8c402f33b46175dc31b56e6136a26fc84223e82fe5bdd87cf3de1a6b175254c62a
diff --git a/dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.0.0-r1.ebuild b/dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.0.0-r1.ebuild
index 8d6b73eec050..6f54832beb6b 100644
--- a/dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.0.0-r1.ebuild
+++ b/dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.0.0-r1.ebuild
@@ -3,15 +3,14 @@
EAPI=7
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
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"
+S="${WORKDIR}/${PN}-v${PV}"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86"
-
-S="${WORKDIR}/${PN}-v${PV}"