[137459] trunk/dports/python/py-chainer/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jun 11 20:04:51 PDT 2015


Revision: 137459
          https://trac.macports.org/changeset/137459
Author:   ryandesign at macports.org
Date:     2015-06-11 20:04:51 -0700 (Thu, 11 Jun 2015)
Log Message:
-----------
py-chainer: move examples to docdir; supported_archs noarch

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

Modified: trunk/dports/python/py-chainer/Portfile
===================================================================
--- trunk/dports/python/py-chainer/Portfile	2015-06-12 02:33:25 UTC (rev 137458)
+++ trunk/dports/python/py-chainer/Portfile	2015-06-12 03:04:51 UTC (rev 137459)
@@ -7,8 +7,10 @@
 
 github.setup        pfnet chainer 1.0.0 v
 name                py-chainer
+revision            1
 maintainers         hum openmaintainer
 license             MIT
+supported_archs     noarch
 
 description         A flexible framework of neural networks
 long_description    ${description}
@@ -33,9 +35,7 @@
             LICENSE README.md \
             ${destroot}${docdir}
         # install examples
-        set exroot ${prefix}/share/examples
-        xinstall -d ${destroot}${exroot}
-        copy ${worksrcpath}/examples ${destroot}${exroot}/${subport}
+        copy ${worksrcpath}/examples ${destroot}${docdir}
     }
 
     livecheck.type      none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150611/2d38993c/attachment.html>


More information about the macports-changes mailing list