Ticket #20223: py25-vobject.diff

File py25-vobject.diff, 2.7 KB (added by cfedermann (Christian Federmann), 15 years ago)

Unified diff to update py25-vobject 0.4.1 to 0.8.1c

  • Portfile

    old new  
    1 # $Id: Portfile 31825 2007-12-09 11:25:48Z rhwood@macports.org $
     1# -*- 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
     2# $Id$
    23
    3 PortSystem 1.0
    4 PortGroup python25 1.0
     4PortSystem          1.0
     5PortGroup           python25 1.0
    56
    6 name                    py25-vobject
    7 version                 0.4.1
    8 revision                0
    9 categories              python
    10 platforms               darwin
    11 #maintainers            opendarwin.org@darkart.com
    12 maintainers             nomaintainer
    13 description             Python package for parsing and generating vCard and vCalendar files.
    14 long_description        vobject is intended to be a full featured Python package for parsing \
    15                         and generating vCard and vCalendar files. It is being developed in \
    16                         concert with the Open Source Application Foundation's Chandler project.
    17 
    18 homepage                http://vobject.skyhouseconsulting.com/
    19 master_sites            http://vobject.skyhouseconsulting.com/
    20 distname                vobject-${version}
    21 checksums               md5 b12fbec4abd87c826b4627364bd1474d
     7name                py25-vobject
     8version             0.8.1c
     9categories          python
     10platforms           darwin
     11maintainers         cfedermann@gmail.com
     12description         Python package for parsing and generating vCard and \
     13                    vCalendar files.
     14long_description    vObject is intended to be a full featured Python package \
     15                    for parsing and generating vCard and vCalendar files. It \
     16                    is being developed in concert with the Open Source \
     17                    Application Foundation's Chandler project.
     18
     19homepage            http://vobject.skyhouseconsulting.com/
     20master_sites        http://vobject.skyhouseconsulting.com/
     21distname            vobject-${version}
     22checksums           md5 c9686dd74d39fdae140890d9c694c076 \
     23                    sha1 97f1daf9d813a2b2128c2d39ca52bbbcc152fdfd \
     24                    rmd160 ca1b1f207b6b7d4418a401938656627e6404aacf
    2225
    23 depends_lib             port:py25-dateutil \
    24                         port:py25-setuptools
     26depends_lib         port:py25-dateutil \
     27                    port:py25-setuptools
    2528
    26 test.run                yes
    27 test.cmd                ${python.bin} test.py
     29test.run            yes
     30test.cmd            ${python.bin} test_vobject.py
    2831test.target
    29 test.env                PYTHONPATH=${worksrcpath}/build/lib
     32test.env            PYTHONPATH=${worksrcpath}/build/lib
    3033
    31 patchfiles              patch-src-vobject-base.py \
    32                         patch-src-vobject-icalendar.py
    33 
    34 ## post-destroot        {
    35 ##      xinstall -m 644 -W ${worksrcpath} LICENSE README \
    36 ##              ${destroot}${prefix}/share/doc/${name}
    37 ## }
     34## post-destroot    {
     35##  xinstall -m 644 -W ${worksrcpath} LICENSE README \
     36##      ${destroot}${prefix}/share/doc/${name}
     37## }
     38 No newline at end of file