[154285] trunk/dports/python/py-vobject/Portfile

mf2k at macports.org mf2k at macports.org
Wed Oct 26 16:37:11 CEST 2016


Revision: 154285
          https://trac.macports.org/changeset/154285
Author:   mf2k at macports.org
Date:     2016-10-26 16:37:11 +0200 (Wed, 26 Oct 2016)
Log Message:
-----------
py-vobject: Update to version 0.9.3. Update homepage. Switch to Github. Add py34 and py35. Update license. Use modern checksums.

Modified Paths:
--------------
    trunk/dports/python/py-vobject/Portfile

Modified: trunk/dports/python/py-vobject/Portfile
===================================================================
--- trunk/dports/python/py-vobject/Portfile	2016-10-26 14:17:08 UTC (rev 154284)
+++ trunk/dports/python/py-vobject/Portfile	2016-10-26 14:37:11 UTC (rev 154285)
@@ -3,11 +3,12 @@
 
 PortSystem          1.0
 PortGroup           python 1.0
+PortGroup           github 1.0
 
+github.setup        eventable vobject 0.9.3
 name                py-vobject
 set realname        vobject
-license             Apache
-version             0.8.1c
+license             Apache-2
 platforms           darwin
 maintainers         nomaintainer
 supported_archs     noarch
@@ -17,20 +18,19 @@
 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.
+                    Application Foundation`s Chandler project.
 
-homepage            http://vobject.skyhouseconsulting.com/
-master_sites        http://vobject.skyhouseconsulting.com/
-distname            ${realname}-${version}
-checksums           md5 c9686dd74d39fdae140890d9c694c076 \
-                    sha1 97f1daf9d813a2b2128c2d39ca52bbbcc152fdfd \
-                    rmd160 ca1b1f207b6b7d4418a401938656627e6404aacf
+homepage            http://eventable.github.io/vobject/
 
-python.versions     27
+checksums           rmd160  04c5dcb5fed4a2b3bd3ba69526fab7403ac13712 \
+                    sha256  e43e4fe03f8a0077f8d0d9ab3cb66273b3fda0d7e1de19c0316f95bd5e9ba02f
 
+python.versions     27 34 35
+
 if {${name} ne ${subport}} {
-    depends_lib         port:py${python.version}-dateutil \
-                        port:py${python.version}-setuptools
+    depends_lib-append  port:py${python.version}-dateutil \
+                        port:py${python.version}-setuptools \
+                        port:py${python.version}-six
 
     test.run            yes
     test.cmd            ${python.bin} test_vobject.py
@@ -43,12 +43,8 @@
         xinstall -m 644 -W ${worksrcpath} \
             ACKNOWLEDGEMENTS.txt \
             LICENSE-2.0.txt \
-            PKG-INFO \
-            README.txt \
+            MANIFEST.in \
+            README.md \
             ${destroot}${docdir}
     }
 }
-
-livecheck.type      regex
-livecheck.url       https://pypi.python.org/pypi/${realname}
-livecheck.regex     "${realname} (\\d+(?:\\.\\d)*\[a-z\]*)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161026/fbcce68e/attachment-0002.html>


More information about the macports-changes mailing list