Ticket #38376: Portfile.diff
File Portfile.diff, 1.5 KB (added by jdgleeson, 12 years ago) |
---|
-
Portfile
old new 17 17 18 18 description Easy-to-use and general-purpose machine learning in Python 19 19 20 long_description scikits.learn is a Python module integrating classique \ 21 machine learning algorithmes in the tightly-nit world of \ 22 scientific Python packages (numpy, scipy, matplotlib). 20 long_description Scikit-learn integrates machine learning algorithms in the \ 21 tightly-knit scientific Python world, building upon numpy, \ 22 scipy, and matplotlib. As a machine-learning module, it \ 23 provides versatile tools for data mining and analysis in \ 24 any field of science and engineering. It strives to be \ 25 simple and efficient, accessible to everybody, and reusable \ 26 in various contexts. 23 27 24 28 homepage http://scikit-learn.sourceforge.net/ 25 29 master_sites http://pypi.python.org/packages/source/s/scikit-learn/ … … 33 37 depends_lib-append \ 34 38 port:py${python.version}-numpy \ 35 39 port:py${python.version}-scipy \ 36 port:py${python.version}-distribute \ 37 port:py${python.version}-scikits-module 40 port:py${python.version}-distribute 38 41 39 42 post-patch { 40 43 # Normalize file attributes (see #34437)