Ticket #20336: Portfile

File Portfile, 1.1 KB (added by singingwolfboy@…, 15 years ago)
Line 
1# $Id: Portfile 31825 2007-12-09 11:25:48Z rhwood@macports.org $
2
3PortSystem 1.0
4PortGroup python26 1.0
5
6name                py26-vobject
7version             0.8.1c
8platforms           darwin
9maintainers             nomaintainer
10description             Python package for parsing and generating vCard and vCalendar files.
11long_description        vobject is intended to be a full featured Python package for parsing \
12                        and generating vCard and vCalendar files. It is being developed in \
13                        concert with the Open Source Application Foundation's Chandler project.
14
15homepage            http://vobject.skyhouseconsulting.com/
16master_sites            http://vobject.skyhouseconsulting.com/
17distname            vobject-${version}
18checksums           md5     c9686dd74d39fdae140890d9c694c076 \
19                    sha1    97f1daf9d813a2b2128c2d39ca52bbbcc152fdfd \
20                    rmd160  ca1b1f207b6b7d4418a401938656627e6404aacf
21
22depends_lib             port:py26-dateutil \
23                    port:py26-setuptools
24
25test.run                    yes
26test.cmd                    ${python.bin} test.py
27test.target
28test.env            PYTHONPATH=${worksrcpath}/build/lib