# -*- 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