summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO25
1 files changed, 25 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..a2dab7d987c5
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,25 @@
+# Generated by makepkg 5.0.1
+# Thu Nov 17 08:08:12 UTC 2016
+pkgbase = python-tflearn
+ pkgver = 0.2.2
+ pkgrel = 1
+ url = http://tflearn.org/
+ arch = any
+ license = MIT
+ source = https://github.com/tflearn/tflearn/archive/0.2.2.tar.gz
+ md5sums = 4584e81f6af61389646c943b0e308c38
+
+pkgname = python-tflearn
+ pkgdesc = TFlearn is a modular and transparent deep learning library built on top of Tensorflow. (python3 version)
+ depends = python-numpy
+ depends = python-six
+ depends = python-pillow
+ depends = python-tensorflow
+
+pkgname = python2-tflearn
+ pkgdesc = TFlearn is a modular and transparent deep learning library built on top of Tensorflow. (python2 version)
+ depends = python2-numpy
+ depends = python2-six
+ depends = python2-pillow
+ depends = python-tensorflow
+