[53869] trunk/dports/python/py25-vobject/Portfile
snc at macports.org
snc at macports.org
Wed Jul 15 18:22:08 PDT 2009
Revision: 53869
http://trac.macports.org/changeset/53869
Author: snc at macports.org
Date: 2009-07-15 18:22:07 -0700 (Wed, 15 Jul 2009)
Log Message:
-----------
updated version, added maintainer, ticket #20223
Modified Paths:
--------------
trunk/dports/python/py25-vobject/Portfile
Modified: trunk/dports/python/py25-vobject/Portfile
===================================================================
--- trunk/dports/python/py25-vobject/Portfile 2009-07-16 01:16:19 UTC (rev 53868)
+++ trunk/dports/python/py25-vobject/Portfile 2009-07-16 01:22:07 UTC (rev 53869)
@@ -1,37 +1,37 @@
+# -*- 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
+PortSystem 1.0
+PortGroup python25 1.0
-name py25-vobject
-version 0.4.1
-revision 0
-categories python
-platforms darwin
-#maintainers opendarwin.org at darkart.com
-maintainers nomaintainer
-description Python package for parsing and generating vCard and vCalendar files.
-long_description vobject is intended to be a full featured Python package for parsing \
- and generating vCard and vCalendar files. It is being developed in \
- concert with the Open Source Application Foundation's Chandler project.
+name py25-vobject
+version 0.8.1c
+platforms darwin
+maintainers gmail.com:cfedermann
+description Python package for parsing and generating vCard and \
+ vCalendar files.
+long_description vObject is intended to be a full featured Python package \
+ for parsing and generating vCard and vCalendar files. It \
+ is being developed in concert with the Open Source \
+ Application Foundation's Chandler project.
-homepage http://vobject.skyhouseconsulting.com/
-master_sites http://vobject.skyhouseconsulting.com/
-distname vobject-${version}
-checksums md5 b12fbec4abd87c826b4627364bd1474d
+homepage http://vobject.skyhouseconsulting.com/
+master_sites http://vobject.skyhouseconsulting.com/
+distname vobject-${version}
+checksums md5 c9686dd74d39fdae140890d9c694c076 \
+ sha1 97f1daf9d813a2b2128c2d39ca52bbbcc152fdfd \
+ rmd160 ca1b1f207b6b7d4418a401938656627e6404aacf
-depends_lib port:py25-dateutil \
- port:py25-setuptools
+depends_lib port:py25-dateutil \
+ port:py25-setuptools
-test.run yes
-test.cmd ${python.bin} test.py
+test.run yes
+test.cmd ${python.bin} test_vobject.py
test.target
-test.env PYTHONPATH=${worksrcpath}/build/lib
+test.env PYTHONPATH=${worksrcpath}/build/lib
-patchfiles patch-src-vobject-base.py \
- patch-src-vobject-icalendar.py
+## post-destroot {
+## xinstall -m 644 -W ${worksrcpath} LICENSE README \
+## ${destroot}${prefix}/share/doc/${name}
+## }
-## post-destroot {
-## xinstall -m 644 -W ${worksrcpath} LICENSE README \
-## ${destroot}${prefix}/share/doc/${name}
-## }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090715/09f21bfc/attachment-0001.html>
More information about the macports-changes
mailing list