Skip to content

Commit

Permalink
dev-python/sphinx-press-theme: new ebuild
Browse files Browse the repository at this point in the history
adds last missing dependency for media-libs/opencolorio[test]
tests are still broken upstream

Bug: https://bugs.gentoo.org/795459

Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
  • Loading branch information
negril committed Jul 14, 2023
1 parent 38cd1b9 commit ed335d9
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-python/sphinx-press-theme/Manifest
@@ -0,0 +1 @@
DIST sphinx_press_theme-0.8.0.tar.gz 68878 BLAKE2B d03b361b4447a78575f7c0887bd01fd2e685030babb3062da67c571715e0f82eafb889e872dab9817a2813344172b3f3b94193aa10905bbbe2f45b64a9682cda SHA512 b4393a9200b42f414401ff5419fc51db8dd248c677a8ba234f2ae8cf5190cef2083c3ae25b7f5435223917a7c3e471dace6987e323fc885456af2467cedc8a78
10 changes: 10 additions & 0 deletions dev-python/sphinx-press-theme/metadata.xml
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<stabilize-allarches/>
<upstream>
<remote-id type="github">schettino72/sphinx_press_theme</remote-id>
<remote-id type="pypi">sphinx-press-theme</remote-id>
</upstream>
</pkgmetadata>
22 changes: 22 additions & 0 deletions dev-python/sphinx-press-theme/sphinx-press-theme-0.8.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
PYPI_NO_NORMALIZE=1
PYPI_PN="sphinx_press_theme"
PYTHON_COMPAT=( python3_{10..12} )

inherit distutils-r1 pypi

DESCRIPTION="A Sphinx-doc theme based on Vuepress"
HOMEPAGE="https://github.com/schettino72/sphinx_press_theme"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"

RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"

RESTRICT="mirror"

0 comments on commit ed335d9

Please sign in to comment.