[36386] trunk/dports/python
rhwood at macports.org
rhwood at macports.org
Tue Apr 29 01:32:00 PDT 2008
Revision: 36386
http://trac.macosforge.org/projects/macports/changeset/36386
Author: rhwood at macports.org
Date: 2008-04-29 01:31:59 -0700 (Tue, 29 Apr 2008)
Log Message:
-----------
New ports for sphinx per #14838
Added Paths:
-----------
trunk/dports/python/py-sphinx/
trunk/dports/python/py-sphinx/Portfile
trunk/dports/python/py25-sphinx/
trunk/dports/python/py25-sphinx/Portfile
Added: trunk/dports/python/py-sphinx/Portfile
===================================================================
--- trunk/dports/python/py-sphinx/Portfile (rev 0)
+++ trunk/dports/python/py-sphinx/Portfile 2008-04-29 08:31:59 UTC (rev 36386)
@@ -0,0 +1,30 @@
+#$Id$
+
+PortSystem 1.0
+PortGroup python24 1.0
+
+name py-sphinx
+version 0.1.61950
+categories-append devel
+maintainers gmail.com:michel.sylvan
+description Python documentation generator
+long_description \
+ Sphinx is a tool that makes it easy to create intelligent and beautiful \
+ documentation for Python projects (or other documents consisting of i\
+ multiple reStructuredText sources), written by Georg Brandl. 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.
+
+platforms darwin
+
+homepage http://sphinx.pocoo.org/
+master_sites http://pypi.python.org/packages/source/S/Sphinx/
+distname Sphinx-${version}
+
+checksums md5 80524e9b55e016b61533aaf53eb88c88 \
+ sha1 2750abd462b1813b6e41b756263cd240895cabbb \
+ rmd160 8863e88e8ae9d81a6b23f81eddfc519ac4e484ae
+
+depends_lib port:py-docutils
+depends_run port:py-pygments
+
Property changes on: trunk/dports/python/py-sphinx/Portfile
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Added: trunk/dports/python/py25-sphinx/Portfile
===================================================================
--- trunk/dports/python/py25-sphinx/Portfile (rev 0)
+++ trunk/dports/python/py25-sphinx/Portfile 2008-04-29 08:31:59 UTC (rev 36386)
@@ -0,0 +1,30 @@
+#$Id$
+
+PortSystem 1.0
+PortGroup python25 1.0
+
+name py25-sphinx
+version 0.1.61950
+categories-append devel
+maintainers gmail.com:michel.sylvan
+description Python documentation generator
+long_description \
+ Sphinx is a tool that makes it easy to create intelligent and beautiful \
+ documentation for Python projects (or other documents consisting of i\
+ multiple reStructuredText sources), written by Georg Brandl. 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.
+
+platforms darwin
+
+homepage http://sphinx.pocoo.org/
+master_sites http://pypi.python.org/packages/source/S/Sphinx/
+distname Sphinx-${version}
+
+checksums md5 80524e9b55e016b61533aaf53eb88c88 \
+ sha1 2750abd462b1813b6e41b756263cd240895cabbb \
+ rmd160 8863e88e8ae9d81a6b23f81eddfc519ac4e484ae
+
+depends_lib port:py25-docutils
+depends_run port:py25-pygments
+
Property changes on: trunk/dports/python/py25-sphinx/Portfile
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080429/33311730/attachment-0001.html
More information about the macports-changes
mailing list