From edeb73c14c7f97971df9ec841b7e7b1d8ba9a046 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Fri, 2 Apr 2021 16:18:50 +0300 Subject: [PATCH] dev-python/sphinx_press_theme: add 0.5.1 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Alfred Wingate --- dev-python/sphinx_press_theme/Manifest | 1 + dev-python/sphinx_press_theme/metadata.xml | 8 ++++++++ .../sphinx_press_theme-0.5.1.ebuild | 19 +++++++++++++++++++ 3 files changed, 28 insertions(+) create mode 100644 dev-python/sphinx_press_theme/Manifest create mode 100644 dev-python/sphinx_press_theme/metadata.xml create mode 100644 dev-python/sphinx_press_theme/sphinx_press_theme-0.5.1.ebuild diff --git a/dev-python/sphinx_press_theme/Manifest b/dev-python/sphinx_press_theme/Manifest new file mode 100644 index 0000000..a706fe6 --- /dev/null +++ b/dev-python/sphinx_press_theme/Manifest @@ -0,0 +1 @@ +DIST sphinx_press_theme-0.5.1.tar.gz 57582 BLAKE2B 46853599b0d5c9ba8a5f88320e3c96001c7181a3c90aef90353f9cbbc8dd3babf5068440ddd07226a283294411d693dd340e08174260f3e4fdafd004e85ae7fb SHA512 d1a2881a10d271972a54a9444d522aacd03d56d1c60448328429f6fc0cfbbf99642ef748297d6d5794d738822e1cd32a152ccb2d0a41bb0a8b562f34af672594 diff --git a/dev-python/sphinx_press_theme/metadata.xml b/dev-python/sphinx_press_theme/metadata.xml new file mode 100644 index 0000000..18f23bd --- /dev/null +++ b/dev-python/sphinx_press_theme/metadata.xml @@ -0,0 +1,8 @@ + + + + + parona@protonmail.com + Alfred Wingate + + diff --git a/dev-python/sphinx_press_theme/sphinx_press_theme-0.5.1.ebuild b/dev-python/sphinx_press_theme/sphinx_press_theme-0.5.1.ebuild new file mode 100644 index 0000000..d3ebee8 --- /dev/null +++ b/dev-python/sphinx_press_theme/sphinx_press_theme-0.5.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..9} ) +inherit distutils-r1 + +DESCRIPTION="A Sphinx-doc theme based on Vuepress " +HOMEPAGE="https://schettino72.github.io/sphinx_press_site/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-python/sphinx-2.0.0 +"