[144351] trunk/dports/python/py-keyczar/Portfile

devans at macports.org devans at macports.org
Wed Jan 6 18:50:08 PST 2016


Revision: 144351
          https://trac.macports.org/changeset/144351
Author:   devans at macports.org
Date:     2016-01-06 18:50:08 -0800 (Wed, 06 Jan 2016)
Log Message:
-----------
py-keyczar: fix port parsing error, python.version python.bin undefined outside of subport.

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

Modified: trunk/dports/python/py-keyczar/Portfile
===================================================================
--- trunk/dports/python/py-keyczar/Portfile	2016-01-07 02:45:10 UTC (rev 144350)
+++ trunk/dports/python/py-keyczar/Portfile	2016-01-07 02:50:08 UTC (rev 144351)
@@ -32,13 +32,13 @@
 fetch.type          git
 worksrcdir          python-keyczar-Python_release_${version}
 
-build.cmd           cd python && ${python.bin} setup.py --no-user-cfg
-destroot.cmd        cd python && ${python.bin} setup.py --no-user-cfg
-
 if {${name} ne ${subport}} {
     depends_lib-append  port:py${python.version}-crypto \
                         port:py${python.version}-asn1 \
                         port:py${python.version}-simplejson
 
+    build.cmd           cd python && ${python.bin} setup.py --no-user-cfg
+    destroot.cmd        cd python && ${python.bin} setup.py --no-user-cfg
+
     livecheck.type      none
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160106/3d1bad5f/attachment.html>


More information about the macports-changes mailing list