[141845] trunk/dports/python/py-pyshp/Portfile

petr at macports.org petr at macports.org
Sat Dec 12 03:15:09 PST 2015


Revision: 141845
          https://trac.macports.org/changeset/141845
Author:   petr at macports.org
Date:     2015-10-29 11:07:00 -0700 (Thu, 29 Oct 2015)
Log Message:
-----------
py-pyshp: update to 1.2.3, add py35-subport

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

Modified: trunk/dports/python/py-pyshp/Portfile
===================================================================
--- trunk/dports/python/py-pyshp/Portfile	2015-10-29 18:05:03 UTC (rev 141844)
+++ trunk/dports/python/py-pyshp/Portfile	2015-10-29 18:07:00 UTC (rev 141845)
@@ -8,16 +8,13 @@
 set _n              [string index ${_name} 0]
 
 name                py-${_name}
-
-version             1.2.1
+version             1.2.3
 categories-append   gis
 platforms           darwin
 supported_archs     noarch
-
+license             MIT
 maintainers         petr openmaintainer
 
-license             MIT
-
 description         Python Shapefile Library
 
 long_description    PyShp library provides read and write support for the \
@@ -32,11 +29,11 @@
 distname            ${_name}-${version}
 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}
 
-checksums           md5     156654b3c7878c4a31d27e4b9dc34377 \
-                    rmd160  567ecaba8235d4e7be5ad4a51ede921e3059e18a \
-                    sha256  eb4a1999f7c7bd573f3c8920344f50bd86221114980f07f521858d23654a33b0
+checksums           md5     f857099a57f93830e0c72a31e9c506a8 \
+                    rmd160  47b64bca853f1d0e3ac5300e40cae588e3b57587 \
+                    sha256  e18cc19659dadc5ddaa891eb780a6958094da0cf105a1efe0f67e75b4fa1cdf9
 
-python.versions     26 27 33 34
+python.versions     27 34 35
 
 if {${name} ne ${subport}} {
     depends_build-append    port:py${python.version}-setuptools
@@ -46,10 +43,7 @@
         set dest_doc ${destroot}${prefix}/share/doc/${subport}
         xinstall -d  ${dest_doc}
         xinstall -m 755 -W ${worksrcpath} \
-            README.pdf \
-            README.html \
             README.txt \
-            changelog.txt \
                 ${dest_doc}
     }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/e8ce7940/attachment.html>


More information about the macports-changes mailing list