Hello again-

On Tue, Dec 23, 2008 at 09:20:20AM -0600, Will Maier wrote:
> pkg/DESCR:
>     Sphinx is a tool that makes it easy to create intelligent and beautiful
>     documentation for Python projects (or other documents consisting of
>     multiple reStructuredText sources). It was originally created to
>     translate the new Python documentation, but has now been cleaned up in
>     the hope that it will be useful to many other projects.
> 
>     Sphinx uses reStructuredText as its markup language, and many of its
>     strengths come from the power and straightforwardness of
>     reStructuredText and its parsing and translating suite, the Docutils.
> 
> This requires Benoit's port of py-jinja (with my tweaks, just sent
> to ports@) as well as a trivial update to py-setuptools
> (forthcoming).

And here's the setuptools update (for testing this port):

    http://www.lfod.us/~will/py-setuptools-0.6c9.diff

Thanks!

-- 

o--------------------------{ Will Maier }--------------------------o
| web:.......http://www.lfod.us/ | email.........willma...@ml1.net |
*---------------------[ BSD: Live Free or Die ]--------------------*

Index: Makefile
===================================================================
RCS file: /srv/mirror/cvs/ports/devel/py-setuptools/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- Makefile    15 Apr 2008 09:31:47 -0000      1.8
+++ Makefile    23 Dec 2008 15:21:02 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=       simplified packaging system for Python modules
 
-MODPY_EGG_VERSION=     0.6c8
+MODPY_EGG_VERSION=     0.6c9
 DISTNAME=              setuptools-${MODPY_EGG_VERSION}
 PKGNAME=               py-${DISTNAME}
 CATEGORIES=            devel
Index: distinfo
===================================================================
RCS file: /srv/mirror/cvs/ports/devel/py-setuptools/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo    15 Apr 2008 09:31:47 -0000      1.5
+++ distinfo    23 Dec 2008 15:21:02 -0000
@@ -1,5 +1,5 @@
-MD5 (setuptools-0.6c8.tar.gz) = Dpu+FGbz7ilYjMCdMhGgEA==
-RMD160 (setuptools-0.6c8.tar.gz) = CB9J3M764I1Z+QXQdK0V00jVFSc=
-SHA1 (setuptools-0.6c8.tar.gz) = 28eklVZylkwcZWrkynNs9mFAnQY=
-SHA256 (setuptools-0.6c8.tar.gz) = lmZ6hM2MevEDygf+a0H3wUlKCrcwAzX3qxirScMgPjc=
-SIZE (setuptools-0.6c8.tar.gz) = 250878
+MD5 (setuptools-0.6c9.tar.gz) = OGTAHZxxnIkkxFVxRJIpXg==
+RMD160 (setuptools-0.6c9.tar.gz) = vA7jgh52tX/RNCWxbEQZ28z5Xtk=
+SHA1 (setuptools-0.6c9.tar.gz) = eQhkM7NB8MHfReENWGp9PMJQifE=
+SHA256 (setuptools-0.6c9.tar.gz) = 5hkElzAbbLFIS55hc3I0UsjfG0zZ6pevdclYmxw0s9g=
+SIZE (setuptools-0.6c9.tar.gz) = 252744

Reply via email to