[59578] trunk/dports/python/py-vobject
Ryan Schmidt
ryandesign at macports.org
Sat Oct 17 08:27:19 PDT 2009
On Oct 17, 2009, at 08:41, lightnin at macports.org wrote:
> Revision: 59578
> http://trac.macports.org/changeset/59578
> Author: lightnin at macports.org
> Date: 2009-10-17 06:41:18 -0700 (Sat, 17 Oct 2009)
> Log Message:
> -----------
> Taking over maintainer role for py-vobject with Eric's permission.
> Updating port to current version 0.8.1c instead of 0.4.1
In the future, please consider making whitespace-only changes
separately from functional changes, in a separate commit. This will
make it much easier to review your diffs. Thanks.
> Modified Paths:
> --------------
> trunk/dports/python/py-vobject/Portfile
>
> Removed Paths:
> -------------
> trunk/dports/python/py-vobject/files/
>
> Modified: trunk/dports/python/py-vobject/Portfile
> ===================================================================
> --- trunk/dports/python/py-vobject/Portfile 2009-10-17 09:54:37 UTC
> (rev 59577)
> +++ trunk/dports/python/py-vobject/Portfile 2009-10-17 13:41:18 UTC
> (rev 59578)
> @@ -1,36 +1,32 @@
> +# -*- 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 python24 1.0
> +PortSystem 1.0
> +PortGroup python24 1.0
>
> -name py-vobject
> -version 0.4.1
> -revision 0
> -categories python
> -platforms darwin
> -maintainers darkart.com:opendarwin.org
> -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 py-vobject
> +version 0.8.1c
> +categories python
> +platforms darwin
> +maintainers lightnin
> +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:py-dateutil \
> - port:py-setuptools
> +depends_lib port:py-dateutil \
> + port:py-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
> -
> -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}
> -## }
> +test.env PYTHONPATH=${worksrcpath}/build/lib
More information about the macports-dev
mailing list