[105039] trunk/dports/python/py-pygments/Portfile
stromnov at macports.org
stromnov at macports.org
Mon Apr 8 07:42:10 PDT 2013
Revision: 105039
https://trac.macports.org/changeset/105039
Author: stromnov at macports.org
Date: 2013-04-08 07:42:10 -0700 (Mon, 08 Apr 2013)
Log Message:
-----------
py-pygments: update to version 1.6
Modified Paths:
--------------
trunk/dports/python/py-pygments/Portfile
Modified: trunk/dports/python/py-pygments/Portfile
===================================================================
--- trunk/dports/python/py-pygments/Portfile 2013-04-08 14:24:57 UTC (rev 105038)
+++ trunk/dports/python/py-pygments/Portfile 2013-04-08 14:42:10 UTC (rev 105039)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
PortSystem 1.0
@@ -4,31 +5,33 @@
PortGroup python 1.0
name py-pygments
-version 1.4
-revision 1
+version 1.6
+revision 0
+categories-append devel
+platforms darwin
license BSD
-categories-append devel
+supported_archs noarch
+
+python.versions 24 25 26 27 31 32 33
+
maintainers erickt openmaintainer
+
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
-supported_archs noarch
-
homepage http://pygments.org/
master_sites http://pypi.python.org/packages/source/P/Pygments
+
distname Pygments-${version}
-checksums md5 d77ac8c93a7fb27545f2522abe9cc462 \
- sha1 d34f96421a86004aa5d26ecf975edefd09f948b1 \
- rmd160 52775927f5e1b61c4203ae21fa9347c376f59287
+checksums rmd160 81dbd690f646efe0cc9d1efb505eb83be4d2b1bf \
+ sha256 799ed4caf77516e54440806d8d9cd82a7607dfdf4e4fb643815171a4b5c921c0
-python.versions 24 25 26 27 31 32 33
-
if {$subport != $name} {
depends_lib port:py${python.version}-distribute
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130408/a7269db7/attachment.html>
More information about the macports-changes
mailing list