From ecdac123787b96ce6649f0f91da12ea6458cc2b1 Mon Sep 17 00:00:00 2001 From: Palica Date: Tue, 23 Jun 2020 22:35:08 +0200 Subject: Updating liguros repo --- dev-python/sphinx-bootstrap-theme/Manifest | 1 + dev-python/sphinx-bootstrap-theme/metadata.xml | 14 ++++++++++++++ .../sphinx-bootstrap-theme-0.6.5.ebuild | 18 ++++++++++++++++++ 3 files changed, 33 insertions(+) create mode 100644 dev-python/sphinx-bootstrap-theme/Manifest create mode 100644 dev-python/sphinx-bootstrap-theme/metadata.xml create mode 100644 dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.6.5.ebuild (limited to 'dev-python/sphinx-bootstrap-theme') diff --git a/dev-python/sphinx-bootstrap-theme/Manifest b/dev-python/sphinx-bootstrap-theme/Manifest new file mode 100644 index 000000000000..146fe074bec4 --- /dev/null +++ b/dev-python/sphinx-bootstrap-theme/Manifest @@ -0,0 +1 @@ +DIST sphinx-bootstrap-theme-0.6.5.tar.gz 1232943 BLAKE2B 76cd6f70cd485c552e9a76c559c8687129851fa40e03e206bdafc5fc0f948ed53d07ea8196908d2c17af1718eb721aaeb4fd1d65313e12a069a7186008a4f222 SHA512 30ef77364aa4c830000f1a2ee7f663740670124a6f433ed59af05ed408a59cb35643b66e3fea391edcb811cbd9ae3713eb174c76bf00bbad9801910935159bbe diff --git a/dev-python/sphinx-bootstrap-theme/metadata.xml b/dev-python/sphinx-bootstrap-theme/metadata.xml new file mode 100644 index 000000000000..0d5f6dc06e16 --- /dev/null +++ b/dev-python/sphinx-bootstrap-theme/metadata.xml @@ -0,0 +1,14 @@ + + + + + python@gentoo.org + Python + + + sphinx-bootstrap-theme + ryan-roemer/sphinx-bootstrap-theme + https://github.com/ryan-roemer/sphinx-bootstrap-theme/issues + + gentoo-staging + diff --git a/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.6.5.ebuild b/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.6.5.ebuild new file mode 100644 index 000000000000..efce491f868c --- /dev/null +++ b/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.6.5.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} ) + +inherit distutils-r1 + +DESCRIPTION="Sphinx theme integrates the Bootstrap CSS / JavaScript framework" +HOMEPAGE="https://ryan-roemer.github.io/sphinx-bootstrap-theme/README.html" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux" +IUSE="" -- cgit v1.3.1