mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 22:48:07 -07:00
dev-python/sphinx-jinja: New package, dep of buildot[doc]
Package-Manager: Portage-2.3.3_p38, Repoman-2.3.1_p31
This commit is contained in:
1
dev-python/sphinx-jinja/Manifest
Normal file
1
dev-python/sphinx-jinja/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST sphinx-jinja-0.2.1.tar.gz 6676 SHA256 3f2019339aadc40d0a2161dfbbe9ec1b42028b23fa7b8c13e76ae7710a8356ff SHA512 4b5239c76493f8eabc2a079d82d52b8bb34e884e308aa7e1205cfa40690854ddd1e4c1aee9f7ff0624eee2588a3af9196a83a79f0f49359df315cb0886f09c94 WHIRLPOOL eb1993579c0b2d8f2e485b5d3780c42f4fbbb42592c7c19b5bea0b416fc7db093c25791b4793257bed2f6b1050ddb1e8a96a80ee2a3ddea9c70142e5ba6e8828
|
||||
19
dev-python/sphinx-jinja/metadata.xml
Normal file
19
dev-python/sphinx-jinja/metadata.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>dol-sen@gentoo.org</email>
|
||||
<description>Primary maintainer</description>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<maintainer>
|
||||
<email>tardyp@gmail.com</email>
|
||||
<name>Pierre Tardy</name>
|
||||
</maintainer>
|
||||
<remote-id type="pypi">sphinx-jinja</remote-id>
|
||||
<remote-id type="github">tardyp/sphinx-jinja</remote-id>
|
||||
</upstream>
|
||||
<longdescription>A sphinx extension to include jinja based templates
|
||||
based documentation into a sphinx doc
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
24
dev-python/sphinx-jinja/sphinx-jinja-0.2.1.ebuild
Normal file
24
dev-python/sphinx-jinja/sphinx-jinja-0.2.1.ebuild
Normal file
@@ -0,0 +1,24 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A sphinx extension to include jinja based templates into a sphinx doc"
|
||||
HOMEPAGE="https://github.com/tardyp/sphinx-jinja https://pypi.python.org/pypi/sphinx-jinja"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
dev-python/pbr[${PYTHON_USEDEP}]
|
||||
>=dev-python/sphinx-1.0[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
Reference in New Issue
Block a user