dev-python/openstackdocstheme: 1.16.1 added for openstack

Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
Matthew Thode
2017-08-26 19:26:12 -05:00
parent 6c121fe8b7
commit e2e6ebcf27
3 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST openstackdocstheme-1.16.1.tar.gz 1179830 SHA256 286f6624caeae8523b359aa97c22c82a012d3b9efaacbaf15edb271052ea8c9a SHA512 fb5c6e8d9945603dd2f09799520eaac8586784cbb1a9fa5f5c5f53e04905150646159f1d0fe4ff0e9da0e04a4df348a931272a59dd3893b5ee2cb10b4a271dd7 WHIRLPOOL 0905287aa46d4d7fa3ffe0c7f1f6573850cb515cafa8ecb342d927c919a570d18c01cef4d668eb4af2851116bb74968fe9e3f661b8d52f38c18aec41462bdc91

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>python@gentoo.org</email>
</maintainer>
<maintainer type="person">
<email>prometheanfire@gentoo.org</email>
<name>Matthew Thode</name>
</maintainer>
<longdescription lang="en">
Theme and extension support for Sphinx documentation that is published to docs.openstack.org and developer.openstack.org.
</longdescription>
</pkgmetadata>

View File

@@ -0,0 +1,22 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1
DESCRIPTION="Theme and extension support for Sphinx documentation"
HOMEPAGE="https://docs.openstack.org/openstackdocstheme/latest/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
IUSE=""
DEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
!~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}
>=dev-python/dulwich-0.15.0[${PYTHON_USEDEP}]"