1 | # $Id: Portfile 31825 2007-12-09 11:25:48Z rhwood@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python26 1.0 |
---|
5 | |
---|
6 | name py26-vobject |
---|
7 | version 0.8.1c |
---|
8 | platforms darwin |
---|
9 | maintainers nomaintainer |
---|
10 | description Python package for parsing and generating vCard and vCalendar files. |
---|
11 | long_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 | |
---|
15 | homepage http://vobject.skyhouseconsulting.com/ |
---|
16 | master_sites http://vobject.skyhouseconsulting.com/ |
---|
17 | distname vobject-${version} |
---|
18 | checksums md5 c9686dd74d39fdae140890d9c694c076 \ |
---|
19 | sha1 97f1daf9d813a2b2128c2d39ca52bbbcc152fdfd \ |
---|
20 | rmd160 ca1b1f207b6b7d4418a401938656627e6404aacf |
---|
21 | |
---|
22 | depends_lib port:py26-dateutil \ |
---|
23 | port:py26-setuptools |
---|
24 | |
---|
25 | test.run yes |
---|
26 | test.cmd ${python.bin} test.py |
---|
27 | test.target |
---|
28 | test.env PYTHONPATH=${worksrcpath}/build/lib |
---|