1 | # $Id: Portfile 114324 2013-12-05 08:44:51Z ryandesign@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python 1.0 |
---|
5 | |
---|
6 | name py-pyinstaller |
---|
7 | version 2.1 |
---|
8 | platforms darwin |
---|
9 | supported_archs noarch |
---|
10 | maintainers nomaintainer |
---|
11 | description converts (packages) Python programs into stand-alone executables |
---|
12 | long_description ${description} |
---|
13 | license GPL license with a special exception which allows to use PyInstaller to build and distribute non-free programs (including commercial ones) |
---|
14 | |
---|
15 | homepage http://www.pyinstaller.org/ |
---|
16 | distname PyInstaller-${version} |
---|
17 | master_sites https://pypi.python.org/packages/source/P/PyInstaller/ |
---|
18 | |
---|
19 | checksums rmd160 951b25a91285fac30847f5bd6fdbd125791b884a \ |
---|
20 | sha256 feff03a3212d984882432ff81c6afcdcf04d8f636fd4beb131b7a027653b3b05 |
---|
21 | |
---|
22 | python.versions 24 25 26 27 |
---|
23 | python.default_version 27 |
---|
24 | |
---|
25 | livecheck.type regex |
---|
26 | livecheck.url ${homepage} |
---|
27 | livecheck.regex "The latest stable release of PyInstaller is (\\d+(?:\\.\\d+)*)" |
---|
28 | |
---|