Ticket #20154: Portfile-0.24.diff
File Portfile-0.24.diff, 1.3 KB (added by max@…, 15 years ago) |
---|
-
python/py25-openopt/Portfile
old new 4 4 PortGroup python25 1.0 5 5 6 6 name py25-openopt 7 version 0.2 37 version 0.24 8 8 maintainers inmachina.com:max openmaintainer 9 9 description Numerical optimization framework for python 10 10 long_description OpenOpt is a free optimization framework for python. \ … … 15 15 16 16 homepage http://openopt.org 17 17 master_sites ftp://ftp.linux.kiev.ua/pub/projects/openopt/download/ 18 distname openopt${version} 18 distname OpenOpt${version} 19 use_zip yes 19 20 worksrcdir OpenOpt 20 21 21 use_bzip2 yes 22 23 checksums md5 773d2a94001c1e267e9072603aefa407 \ 24 sha1 f5c1d6e9f4f012c54f9232bff37e855c86b7bdb8 \ 25 rmd160 03bdc3886ef11f038e8fcd5dca9079883d9b0099 22 checksums md5 fe757c1e84bef7b0ce36d9c0c7195c75 \ 23 sha1 810608ea1cd5f0443973459754b07b06c88481b1 \ 24 rmd160 8d3fb8f61851f6cfb413f68b1daa1d66e173d76d 26 25 27 26 depends_build-append port:py25-setuptools 28 27 depends_lib-append port:py25-numpy 28 29 livecheck.url ${master_sites} 30 livecheck.regex OpenOpt(.*).zip