[141850] trunk/dports/python

petr at macports.org petr at macports.org
Sat Dec 12 03:16:25 PST 2015


Revision: 141850
          https://trac.macports.org/changeset/141850
Author:   petr at macports.org
Date:     2015-10-29 12:22:02 -0700 (Thu, 29 Oct 2015)
Log Message:
-----------
py-pyshp: update to 1.2.3, add py35-subport, retire py{26,33} subport, fixes r141845

Revision Links:
--------------
    https://trac.macports.org/changeset/141845

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

Modified: trunk/dports/python/py-graveyard/Portfile
===================================================================
--- trunk/dports/python/py-graveyard/Portfile	2015-10-29 19:17:33 UTC (rev 141849)
+++ trunk/dports/python/py-graveyard/Portfile	2015-10-29 19:22:02 UTC (rev 141850)
@@ -461,7 +461,7 @@
 py-pyrex                0.9.9_1     24 25
 py-pyro                 4.25_1      31 32
 py-pyrxp                1.13_1      24 25
-py-pyshp                1.2.1_1     32
+py-pyshp                1.2.1_1     26 32 33
 py-pyside               1.2.2_2     26 32 33
 py-pyside-tools         0.2.15_1    26 32 33
 py-pysparse             1.1.1_2     26

Modified: trunk/dports/python/py-pyshp/Portfile
===================================================================
--- trunk/dports/python/py-pyshp/Portfile	2015-10-29 19:17:33 UTC (rev 141849)
+++ trunk/dports/python/py-pyshp/Portfile	2015-10-29 19:22:02 UTC (rev 141850)
@@ -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/d99e8856/attachment.html>


More information about the macports-changes mailing list