Commits
Andrew Stromnov authored 7ac7abdca92
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim: fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup python 1.0 |
5 5 | |
6 6 | name py-nuitka |
7 - | version 0.6.1.1 |
7 + | version 0.6.2 |
8 8 | revision 0 |
9 9 | categories-append devel |
10 10 | platforms darwin |
11 11 | license Apache-2 |
12 12 | |
13 13 | python.versions 27 34 35 36 37 |
14 14 | |
15 15 | maintainers {stromnov @stromnov} openmaintainer |
16 16 | |
17 17 | description Python compiler with full language support and CPython compatibility. |
18 18 | long_description ${description} |
19 19 | |
20 20 | homepage http://nuitka.net/ |
21 21 | master_sites pypi:N/Nuitka |
22 22 | |
23 23 | distname Nuitka-${version} |
24 24 | |
25 - | checksums rmd160 5da48fb47bc08c28a9ee0b46479ef7848df77b86 \ |
26 - | sha256 b265c54233feaa3636786da99832daa1c12382db8f31846a0e4d4517a6d27b24 \ |
27 - | size 2044702 |
25 + | checksums rmd160 76ada8e2aa457e34a232d5e20725c12557599be2 \ |
26 + | sha256 9114b409680351e324aab581c66fe464132b128b0c7b109ebf7c27e9129ac9a8 \ |
27 + | size 2064367 |
28 28 | |
29 29 | if {${name} ne ${subport}} { |
30 30 | |
31 31 | depends_build-append \ |
32 32 | port:py${python.version}-setuptools |
33 33 | |
34 34 | # Fix permissions |
35 35 | post-extract { |
36 36 | fs-traverse item ${worksrcpath} { |
37 37 | if {[file isdirectory ${item}]} { |