[54102] trunk/dports/python

blb at macports.org blb at macports.org
Mon Jul 20 18:50:05 PDT 2009


Revision: 54102
          http://trac.macports.org/changeset/54102
Author:   blb at macports.org
Date:     2009-07-20 18:50:04 -0700 (Mon, 20 Jul 2009)
Log Message:
-----------
New ports - python/py2[56]-pybtex, A BibTeX-compatible bibliography processor in Python; tickets #20230 and #20231

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

Added: trunk/dports/python/py25-pybtex/Portfile
===================================================================
--- trunk/dports/python/py25-pybtex/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-pybtex/Portfile	2009-07-21 01:50:04 UTC (rev 54102)
@@ -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$
+
+PortSystem          1.0
+PortGroup           python25 1.0
+
+name                py25-pybtex
+version             20090402
+categories          python textproc
+platforms           darwin
+maintainers         gmail.com:cfedermann
+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 d9eb71b25e705109ab6aed7d3bb7d213 \
+                    sha1 4df8b4639f22b9048d319e7a8379c2ed536cb363 \
+                    rmd160 00d75e1b36dc9a66f1903c50cf3ead69e344a49b
+
+use_bzip2           yes
+
+depends_lib         port:py25-elementtree \
+                    port:py25-parsing \
+                    port:py25-yaml
+
+test.run            yes
+test.cmd            ${python.bin} setup.py
+test.env            PYTHONPATH=${worksrcpath}/build/lib


Property changes on: trunk/dports/python/py25-pybtex/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py26-pybtex/Portfile
===================================================================
--- trunk/dports/python/py26-pybtex/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-pybtex/Portfile	2009-07-21 01:50:04 UTC (rev 54102)
@@ -0,0 +1,30 @@
+# -*- 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$
+
+PortSystem          1.0
+PortGroup           python26 1.0
+
+name                py26-pybtex
+version             20090402
+categories          python textproc
+platforms           darwin
+maintainers         gmail.com:cfedermann
+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 d9eb71b25e705109ab6aed7d3bb7d213 \
+                    sha1 4df8b4639f22b9048d319e7a8379c2ed536cb363 \
+                    rmd160 00d75e1b36dc9a66f1903c50cf3ead69e344a49b
+
+use_bzip2           yes
+
+depends_lib         port:py26-elementtree \
+                    port:py26-parsing \
+                    port:py26-yaml
+


Property changes on: trunk/dports/python/py26-pybtex/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090720/dc46ba07/attachment.html>


More information about the macports-changes mailing list