summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-zope/z3c-recipe-sphinxdoc/z3c-recipe-sphinxdoc-0.0.8.ebuild')
-rw-r--r--net-zope/z3c-recipe-sphinxdoc/z3c-recipe-sphinxdoc-0.0.8.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/net-zope/z3c-recipe-sphinxdoc/z3c-recipe-sphinxdoc-0.0.8.ebuild b/net-zope/z3c-recipe-sphinxdoc/z3c-recipe-sphinxdoc-0.0.8.ebuild
new file mode 100644
index 0000000..debe41c
--- /dev/null
+++ b/net-zope/z3c-recipe-sphinxdoc/z3c-recipe-sphinxdoc-0.0.8.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+# Ebuild generated by g-pypi 0.2.2 (rev. 214)
+
+inherit distutils
+
+MY_PN="z3c.recipe.sphinxdoc"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Use Sphinx to build documentation for zope.org."
+HOMEPAGE="http://pypi.python.org/pypi/z3c.recipe.sphinxdoc/"
+SRC_URI="http://pypi.python.org/packages/source/z/${MY_PN}/${MY_P}.tar.gz"
+LICENSE="ZPL"
+KEYWORDS=""
+SLOT="0"
+IUSE=""
+
+RDEPEND="net-zope/zcbuildout
+ dev-python/zc-recipe-egg
+ dev-python/sphinx"
+DEPEND="dev-python/setuptools
+ dev-python/docutils"
+
+S="${WORKDIR}/${MY_P}"