[35473] trunk/dports/python

erickt at macports.org erickt at macports.org
Fri Mar 28 18:08:15 PDT 2008


Revision: 35473
          http://trac.macosforge.org/projects/macports/changeset/35473
Author:   erickt at macports.org
Date:     2008-03-28 18:08:14 -0700 (Fri, 28 Mar 2008)

Log Message:
-----------
update pygments to 0.9 and add a py25-pygments portfile. Thanks Michel
Sylvan!

Modified Paths:
--------------
    trunk/dports/python/py-pygments/Portfile

Added Paths:
-----------
    trunk/dports/python/py25-pygments/
    trunk/dports/python/py25-pygments/Portfile

Modified: trunk/dports/python/py-pygments/Portfile
===================================================================
--- trunk/dports/python/py-pygments/Portfile	2008-03-28 22:29:29 UTC (rev 35472)
+++ trunk/dports/python/py-pygments/Portfile	2008-03-29 01:08:14 UTC (rev 35473)
@@ -3,9 +3,9 @@
 PortSystem          1.0
 PortGroup           python24 1.0
 name                py-pygments
-version             0.7.1
+version             0.9
 categories-append   devel
-maintainers         erickt at macports.org
+maintainers         openmaintainer erickt at macports.org
 description         Python syntax highlighter
 long_description \
     Pygments is a fast syntax highlighter written in Python with a \
@@ -16,10 +16,11 @@
 platforms           darwin
 
 homepage            http://undefined.org/python/#pygments
-master_sites        sourceforge:pygments
+master_sites        http://pypi.python.org/packages/source/P/Pygments
 distname            Pygments-${version}
 
-checksums           md5 8b5b50fb53ce39f94dbcf7040c0a441a \
-                    sha1 740de095ce71d1b36a72b2df98207a22ead57690 \
-                    rmd160 5bf587c4496ff5330d16e1c73265d653b6ddf9b5
+depends_lib         port:py-setuptools
 
+checksums           md5 8cdce901a66c0febb576955e90814485 \
+                    sha1 2d5a3186a6b9c6f6e05c147eeb18af37b7937708 \
+                    rmd160 17d1e3ca9a2986593c773a1b66cb5eae4032c6cf

Copied: trunk/dports/python/py25-pygments/Portfile (from rev 35472, trunk/dports/python/py-pygments/Portfile)
===================================================================
--- trunk/dports/python/py25-pygments/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-pygments/Portfile	2008-03-29 01:08:14 UTC (rev 35473)
@@ -0,0 +1,26 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python25 1.0
+name                py25-pygments
+version             0.9
+categories-append   devel
+maintainers         openmaintainer erickt at macports.org
+description         Python syntax highlighter
+long_description \
+    Pygments is a fast syntax highlighter written in Python with a \
+    special focus on details. Can highlight source code in many supported \
+    languages: Python, Ruby, PHP, HTML etc. Outputs arbitrarily-styled \
+    HTML or LaTeX, comes with many builtin styles.
+
+platforms           darwin
+
+homepage            http://undefined.org/python/#pygments
+master_sites        http://pypi.python.org/packages/source/P/Pygments
+distname            Pygments-${version}
+
+depends_lib         port:py25-setuptools port:py25-hashlib
+
+checksums           md5 8cdce901a66c0febb576955e90814485 \
+                    sha1 2d5a3186a6b9c6f6e05c147eeb18af37b7937708 \
+                    rmd160 17d1e3ca9a2986593c773a1b66cb5eae4032c6cf

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080328/a03b8801/attachment.html


More information about the macports-changes mailing list