Ticket #42693: Portfile

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