diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2014-02-05 23:18:35 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2014-02-05 23:18:35 +0000 |
commit | 0330d01fb8c1837ffe89ff3874ddabcc69fdf9bb (patch) | |
tree | 4b2cee0f2428e5ece6da7ba743dc4151b4881a07 /dev-python/sphinxcontrib-programoutput | |
parent | Version bump (diff) | |
download | gentoo-2-0330d01fb8c1837ffe89ff3874ddabcc69fdf9bb.tar.gz gentoo-2-0330d01fb8c1837ffe89ff3874ddabcc69fdf9bb.tar.bz2 gentoo-2-0330d01fb8c1837ffe89ff3874ddabcc69fdf9bb.zip |
Initial import
(Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'dev-python/sphinxcontrib-programoutput')
4 files changed, 65 insertions, 0 deletions
diff --git a/dev-python/sphinxcontrib-programoutput/ChangeLog b/dev-python/sphinxcontrib-programoutput/ChangeLog new file mode 100644 index 000000000000..9e1af1630ce7 --- /dev/null +++ b/dev-python/sphinxcontrib-programoutput/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-python/sphinxcontrib-programoutput +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-programoutput/ChangeLog,v 1.1 2014/02/05 23:18:35 bicatali Exp $ + +*sphinxcontrib-programoutput-0.8 (05 Feb 2014) + + 05 Feb 2014; Sébastien Fabbro <bicatali@gentoo.org> +metadata.xml, + +sphinxcontrib-programoutput-0.8.ebuild: + Initial import diff --git a/dev-python/sphinxcontrib-programoutput/Manifest b/dev-python/sphinxcontrib-programoutput/Manifest new file mode 100644 index 000000000000..a857bfb30306 --- /dev/null +++ b/dev-python/sphinxcontrib-programoutput/Manifest @@ -0,0 +1,3 @@ +DIST sphinxcontrib-programoutput-0.8.tar.gz 14419 SHA256 1776a03124bab87e35576f7f3992fc21d5bb457321b35e6023eb011dbed10a25 SHA512 9ab769f794cf8c47f2d755b343c1326b8335c1f8161294727abada81af189545d549350536d28ac2c5f27cc309330f875b7affef6f997651e3a9f9dfbe6bd174 WHIRLPOOL a6cf5edfd1ba9926af1327e95cc923147cae3c4d297ddb0ae7577f676c6bcb928b396459113cac3226f74446ea38ee9604722da5b4ddeebeb2f6bc6bc0d5fb52 +EBUILD sphinxcontrib-programoutput-0.8.ebuild 1001 SHA256 4081ffe3771b8f0a986d38ad044c2b19d32377c8822becfa74ee00ffa782ffb9 SHA512 e7ad530d2471a9156cfc5974b59b11f21e9709df8aeefbe13a7c915db0ea248bb45b223751d971a827bde95ef4edaf0ae41143dbab0a8bb25eede7d2f554e527 WHIRLPOOL bc1340a55c60e5883d0366192a52261cfd80cbc142aa0d611c3a3d18c19589efa478f11304910465bfd3e1d2fbd3c077e5a076afc7b542dc63b1642da218f7d1 +MISC metadata.xml 432 SHA256 85ff9dd823a976316dc81df9aaabeae4ca10a068db3f81b1fee9b17a298bb4d7 SHA512 d4441e899ea6a6298253d008f71fdf262980e3882fdcac11a1c0e58c4f7bb6208a65dd59376d6794dec1fba38ea651879b82276eb350748f71b194818378290b WHIRLPOOL 1434313669eeaadce6984e079cc77b4699d98d02f02b5aeb766edc6f505aef3cc67b4edc30d57b635c20ff96370caa4a3513bd9043677264d307d2ae61f6d938 diff --git a/dev-python/sphinxcontrib-programoutput/metadata.xml b/dev-python/sphinxcontrib-programoutput/metadata.xml new file mode 100644 index 000000000000..16650eae0eb7 --- /dev/null +++ b/dev-python/sphinxcontrib-programoutput/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>python</herd> +<longdescription> + A Sphinx extension to literally insert the output of arbitrary + commands into documents, helping you to keep your command examples + up to date. +</longdescription> +<upstream> + <remote-id type="pypi">sphinxcontrib-programoutput</remote-id> +</upstream> +</pkgmetadata> diff --git a/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.8.ebuild b/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.8.ebuild new file mode 100644 index 000000000000..56fa6de4a4be --- /dev/null +++ b/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.8.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.8.ebuild,v 1.1 2014/02/05 23:18:35 bicatali Exp $ + +EAPI=5 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) + +inherit distutils-r1 + +DESCRIPTION="Extension to sphinx to include program output" +HOMEPAGE="http://sphinxcontrib-programoutput.readthedocs.org/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +IUSE="doc test" + +RDEPEND=">=dev-python/sphinx-1.1[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + dev-python/mock[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] + )" + + +python_compile_all() { + use doc && emake -C doc html +} + +python_test() { + py.test || die +} + +python_install_all() { + use doc && local HTML_DOCS=( doc/_build/html ) + distutils-r1_python_install_all +} |