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$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python26 1.0 |
---|
6 | |
---|
7 | name py26-vobject |
---|
8 | version 0.8.1c |
---|
9 | categories python |
---|
10 | platforms darwin |
---|
11 | maintainers cfedermann@gmail.com |
---|
12 | description Python package for parsing and generating vCard and \ |
---|
13 | vCalendar files. |
---|
14 | long_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 | |
---|
19 | homepage http://vobject.skyhouseconsulting.com/ |
---|
20 | master_sites http://vobject.skyhouseconsulting.com/ |
---|
21 | distname vobject-${version} |
---|
22 | checksums md5 c9686dd74d39fdae140890d9c694c076 \ |
---|
23 | sha1 97f1daf9d813a2b2128c2d39ca52bbbcc152fdfd \ |
---|
24 | rmd160 ca1b1f207b6b7d4418a401938656627e6404aacf |
---|
25 | |
---|
26 | depends_lib port:py26-dateutil \ |
---|
27 | port:py26-setuptools |
---|
28 | |
---|
29 | test.run yes |
---|
30 | test.cmd ${python.bin} test_vobject.py |
---|
31 | test.target |
---|
32 | test.env PYTHONPATH=${worksrcpath}/build/lib |
---|
33 | |
---|
34 | ## post-destroot { |
---|
35 | ## xinstall -m 644 -W ${worksrcpath} LICENSE README \ |
---|
36 | ## ${destroot}${prefix}/share/doc/${name} |
---|
37 | ## } |
---|