[Lunar-commits] <moonbase-other> scikit: introduced to -other

v4hn me at v4hn.de
Sat Oct 26 13:13:52 CEST 2013


commit ff679e1ba51bf27f9c3948b8b88e7e058a19f82b
Author: v4hn <me at v4hn.de>
Date: Wed, 04 Sep 2013 19:41:16 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/ff679e1ba51bf27f9c3948b8b88e7e058a19f82b

scikit: introduced to -other
---
  python/scikit/BUILD   | +5/-0     
  python/scikit/DEPENDS | +3/-0     
  python/scikit/DETAILS | +14/-0    
  3 files changed, 22 insertions(+)

--- /dev/null
+++ b/python/scikit/BUILD
@@ -0,0 +1,5 @@
+python setup.py build  &&
+
+prepare_install  &&
+
+python setup.py install
--- /dev/null
+++ b/python/scikit/DEPENDS
@@ -0,0 +1,3 @@
+depends Python
+depends numpy
+depends scipy
--- /dev/null
+++ b/python/scikit/DETAILS
@@ -0,0 +1,14 @@
+          MODULE=scikit
+         VERSION=0.14.1
+          SOURCE=$VERSION.tar.gz
+      SOURCE_URL=https://github.com/scikit-learn/scikit-learn/archive/
+      SOURCE_VFY=sha1:3f3c64762424a0dbe8fb2c21fd7cc1c1f7fe81b5
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/scikit-learn-$VERSION
+        WEB_SITE=http://scikit-learn.org
+         ENTERED=20130905
+         UPDATED=20130905
+           SHORT="machine learning for python"
+
+cat << EOF
+A set of python modules for machine learning and data mining.
+EOF




More information about the Lunar-commits mailing list