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

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


Revision: 141849
          https://trac.macports.org/changeset/141849
Author:   petr at macports.org
Date:     2015-10-29 12:17:33 -0700 (Thu, 29 Oct 2015)
Log Message:
-----------
py-pyshp: revert r141845

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

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:46:37 UTC (rev 141848)
+++ trunk/dports/python/py-pyshp/Portfile	2015-10-29 19:17:33 UTC (rev 141849)
@@ -8,13 +8,16 @@
 set _n              [string index ${_name} 0]
 
 name                py-${_name}
-version             1.2.3
+
+version             1.2.1
 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 \
@@ -29,11 +32,11 @@
 distname            ${_name}-${version}
 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}
 
-checksums           md5     f857099a57f93830e0c72a31e9c506a8 \
-                    rmd160  47b64bca853f1d0e3ac5300e40cae588e3b57587 \
-                    sha256  e18cc19659dadc5ddaa891eb780a6958094da0cf105a1efe0f67e75b4fa1cdf9
+checksums           md5     156654b3c7878c4a31d27e4b9dc34377 \
+                    rmd160  567ecaba8235d4e7be5ad4a51ede921e3059e18a \
+                    sha256  eb4a1999f7c7bd573f3c8920344f50bd86221114980f07f521858d23654a33b0
 
-python.versions     27 34 35
+python.versions     26 27 33 34
 
 if {${name} ne ${subport}} {
     depends_build-append    port:py${python.version}-setuptools
@@ -43,7 +46,10 @@
         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/3f0d429f/attachment-0001.html>


More information about the macports-changes mailing list