[142446] trunk/dports/python/py-pyx/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Dec 12 05:47:35 PST 2015


Revision: 142446
          https://trac.macports.org/changeset/142446
Author:   ryandesign at macports.org
Date:     2015-11-12 00:06:57 -0800 (Thu, 12 Nov 2015)
Log Message:
-----------
py-pyx: update to 0.14.1; add py35 subport; download from pypi; new maintainer (#49660)

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

Modified: trunk/dports/python/py-pyx/Portfile
===================================================================
--- trunk/dports/python/py-pyx/Portfile	2015-11-12 07:56:41 UTC (rev 142445)
+++ trunk/dports/python/py-pyx/Portfile	2015-11-12 08:06:57 UTC (rev 142446)
@@ -5,13 +5,11 @@
 PortGroup           python 1.0
 
 name                py-pyx
-version             0.12.1
-revision            3
+version             0.14.1
 categories-append   tex
 platforms           darwin
+maintainers         twinleaf.com:maintainers
 license             GPL-2+
-maintainers         nomaintainer
-
 description         PyX is a TeX/LaTeX interface for Python
 long_description    PyX is a Python package for the creation of \
                     encapsulated PostScript figures. It provides both \
@@ -23,20 +21,22 @@
 
 supported_archs     noarch
 
-master_sites        sourceforge:pyx
+master_sites        https://pypi.python.org/packages/source/P/PyX/
 distname            PyX-${version}
-checksums           sha1    9e5e9c3235055a50565d94cfc02e758b61b01222
+checksums           rmd160  1beb789478f6b93fdec25b101158a65a455f778c \
+                    sha256  05d1b7fc813379d2c12fcb5bd0195cab522b5aabafac88f72913f1d47becd912
 
-python.versions     27
+python.versions     27 35
 
 if {${name} ne ${subport}} {
     depends_lib-append  bin:tex:texlive
 
     post-destroot {
-        xinstall -d ${destroot}${prefix}/share/doc/${subport}
+        set docdir ${prefix}/share/doc/${subport}
+        xinstall -d ${destroot}${docdir}
         xinstall -m 644 -W ${worksrcpath} \
             INSTALL CHANGES README AUTHORS LICENSE \
-            ${destroot}${prefix}/share/doc/${subport}
+            ${destroot}${docdir}
         delete ${destroot}/etc
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/1be2a652/attachment.html>


More information about the macports-changes mailing list