[74834] trunk/dports/python

lightnin at macports.org lightnin at macports.org
Mon Jan 3 07:27:28 PST 2011


Revision: 74834
          http://trac.macports.org/changeset/74834
Author:   lightnin at macports.org
Date:     2011-01-03 07:27:21 -0800 (Mon, 03 Jan 2011)
Log Message:
-----------
Updated pybtex port to version 0.14.1

Modified Paths:
--------------
    trunk/dports/python/py25-pybtex/Portfile
    trunk/dports/python/py26-pybtex/Portfile

Added Paths:
-----------
    trunk/dports/python/py27-pybtex/
    trunk/dports/python/py27-pybtex/Portfile

Modified: trunk/dports/python/py25-pybtex/Portfile
===================================================================
--- trunk/dports/python/py25-pybtex/Portfile	2011-01-03 15:22:17 UTC (rev 74833)
+++ trunk/dports/python/py25-pybtex/Portfile	2011-01-03 15:27:21 UTC (rev 74834)
@@ -5,8 +5,7 @@
 PortGroup           python25 1.0
 
 name                py25-pybtex
-epoch               1
-version             0.13.2
+version             0.14.1
 categories          python textproc
 platforms           darwin
 maintainers         lightnin
@@ -19,9 +18,9 @@
 homepage            http://pybtex.sourceforge.net/
 master_sites        http://pypi.python.org/packages/source/p/pybtex/
 distname            pybtex-${version}
-checksums           md5 812195385bc242376b8263aa77390082 \
-                    sha1 08871fa605798ceed1cedaed94f4226688b2d778 \
-                    rmd160 ff3e7fb99009e772557365926e636062adf16049
+checksums           md5 67b399d3c8269fa89c53c67e01b86e6a \
+                    sha1 43d13e61fdb573717db4a30d6c80744a997d051b \
+                    rmd160 03921510a6e2e706a81347e9a1f7d2d3bbfe44d8
 
 use_bzip2           yes
 

Modified: trunk/dports/python/py26-pybtex/Portfile
===================================================================
--- trunk/dports/python/py26-pybtex/Portfile	2011-01-03 15:22:17 UTC (rev 74833)
+++ trunk/dports/python/py26-pybtex/Portfile	2011-01-03 15:27:21 UTC (rev 74834)
@@ -5,8 +5,7 @@
 PortGroup           python26 1.0
 
 name                py26-pybtex
-epoch               1
-version             0.13.2
+version             0.14.1
 categories          python textproc
 platforms           darwin
 maintainers         lightnin
@@ -19,9 +18,9 @@
 homepage            http://pybtex.sourceforge.net/
 master_sites        http://pypi.python.org/packages/source/p/pybtex/
 distname            pybtex-${version}
-checksums           md5 812195385bc242376b8263aa77390082 \
-                    sha1 08871fa605798ceed1cedaed94f4226688b2d778 \
-                    rmd160 ff3e7fb99009e772557365926e636062adf16049
+checksums           md5 67b399d3c8269fa89c53c67e01b86e6a \
+                    sha1 43d13e61fdb573717db4a30d6c80744a997d051b \
+                    rmd160 03921510a6e2e706a81347e9a1f7d2d3bbfe44d8
 
 use_bzip2           yes
 

Added: trunk/dports/python/py27-pybtex/Portfile
===================================================================
--- trunk/dports/python/py27-pybtex/Portfile	                        (rev 0)
+++ trunk/dports/python/py27-pybtex/Portfile	2011-01-03 15:27:21 UTC (rev 74834)
@@ -0,0 +1,33 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# $Id: Portfile 54102 2009-07-21 01:50:04Z blb at macports.org $
+
+PortSystem          1.0
+PortGroup           python27 1.0
+
+name                py27-pybtex
+version             0.14.1
+categories          python textproc
+platforms           darwin
+maintainers         lightnin
+description         A BibTeX-compatible bibliography processor in Python.
+long_description    Pybtex reads citation information from a file and \
+                    produces a formatted bibliography.  BibTeX style files \
+                    are supported.  Alternatively it is possible to write \
+                    styles in Python.
+
+homepage            http://pybtex.sourceforge.net/
+master_sites        http://pypi.python.org/packages/source/p/pybtex/
+distname            pybtex-${version}
+checksums           md5 67b399d3c8269fa89c53c67e01b86e6a \
+                    sha1 43d13e61fdb573717db4a30d6c80744a997d051b \
+                    rmd160 03921510a6e2e706a81347e9a1f7d2d3bbfe44d8
+
+use_bzip2           yes
+
+depends_lib         port:py27-parsing \
+                    port:py27-distribute \
+                    port:py27-yaml
+
+test.run            yes
+test.cmd            ${python.bin} setup.py
+test.env            PYTHONPATH=${worksrcpath}/build/lib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110103/988a5da2/attachment.html>


More information about the macports-changes mailing list