Ticket #33195: py-apptools_Portfile.diff
File py-apptools_Portfile.diff, 1.8 KB (added by jjstickel (Jonathan Stickel), 13 years ago) |
---|
-
python/py-apptools/Portfile
old new 5 5 PortGroup python 1.0 6 6 7 7 name py-apptools 8 version 3.4.18 version 4.0.1 9 9 categories-append devel 10 10 maintainers vcn.com:jjstickel openmaintainer 11 11 description The Enthought apptools package … … 14 14 They implement functionality that is commonly needed by many applications.\ 15 15 These packages are distributed together as the AppTools project. 16 16 platforms darwin 17 homepage http ://code.enthought.com/projects/app_tools.php17 homepage https://github.com/enthought/apptools 18 18 master_sites http://www.enthought.com/repo/ets/ 19 distname AppTools-${version}19 distname appTools-${version} 20 20 21 checksums md5 f0c6b4b00c930f6db9d48de2353c28fc\22 sha1 9a36a06bbe3d80993cd4b5d40189b8e5716fa76f\23 rmd160 f93c65bdc1b7aeb698794c5e8333382c0dd626bf21 checksums md5 cd988ecf41f790dbd2a266d237c673d2 \ 22 sha1 0ffa78ea4857e5192c494a67c93f5a7014df1c0e \ 23 rmd160 6fc5ca5db74185ffca836879a7d9078dd0ed3f10 24 24 25 25 python.versions 25 26 27 26 python.default_version 2 526 python.default_version 27 27 27 28 28 if {$subport != $name} { 29 29 depends_build-append port:py${python.version}-distribute 30 31 depends_lib-append port:py${python.version}-configobj \ 32 port:py${python.version}-numpy \ 33 port:py${python.version}-envisagecore \ 34 port:py${python.version}-traitsgui 30 depends_lib-append port:py${python.version}-traitsui 35 31 }