* [gentoo-commits] proj/sci:master commit in: dev-python/theano/
@ 2013-07-23 16:28 Sebastien Fabbro
0 siblings, 0 replies; 3+ messages in thread
From: Sebastien Fabbro @ 2013-07-23 16:28 UTC (permalink / raw
To: gentoo-commits
commit: 7ee7902f203793799e35599e3c9499809de50608
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 23 16:27:39 2013 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Tue Jul 23 16:27:39 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=7ee7902f
dev-python/theano: Initial import
Package-Manager: portage-2.2.01.22124-prefix
---
dev-python/theano/ChangeLog | 9 +++++++++
dev-python/theano/metadata.xml | 10 ++++++++++
dev-python/theano/theano-0.6.0_rc3.ebuild | 33 +++++++++++++++++++++++++++++++
3 files changed, 52 insertions(+)
diff --git a/dev-python/theano/ChangeLog b/dev-python/theano/ChangeLog
new file mode 100644
index 0000000..352e65f
--- /dev/null
+++ b/dev-python/theano/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-python/theano
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*theano-0.6.0_rc3 (23 Jul 2013)
+
+ 23 Jul 2013; Sébastien Fabbro <bicatali@gentoo.org> +metadata.xml,
+ +theano-0.6.0_rc3.ebuild:
+ dev-python/theano: Initial import
diff --git a/dev-python/theano/metadata.xml b/dev-python/theano/metadata.xml
new file mode 100644
index 0000000..81aa93e
--- /dev/null
+++ b/dev-python/theano/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sci</herd>
+<longdescription lang='en'>
+ Theano is a numerical computation library for the Python. In Theano,
+ computations are expressed using a NumPy-like syntax and compiled to
+ run efficiently on either CPU or GPU architectures.
+</longdescription>
+</pkgmetadata>
diff --git a/dev-python/theano/theano-0.6.0_rc3.ebuild b/dev-python/theano/theano-0.6.0_rc3.ebuild
new file mode 100644
index 0000000..42851e6
--- /dev/null
+++ b/dev-python/theano/theano-0.6.0_rc3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_6,2_7} )
+
+inherit distutils-r1 versionator
+
+MYPN=Theano
+MYP=${MYPN}-$(replace_version_separator 3 '')
+
+DESCRIPTION="Python library to define and optimize multi-dimensional arrays mathematical expressions"
+HOMEPAGE="https://github.com/Theano/Theano"
+LICENSE="BSD"
+
+SRC_URI="mirror://pypi/${MYPN:0:1}/${MYPN}/${MYP}.tar.gz"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+SLOT="0"
+IUSE="test"
+
+RDEPEND="sci-libs/scipy[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+
+S="${WORKDIR}/${MYP}"
+
+python_test() {
+ nosetests || die
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/theano/
@ 2013-07-23 17:29 Sebastien Fabbro
0 siblings, 0 replies; 3+ messages in thread
From: Sebastien Fabbro @ 2013-07-23 17:29 UTC (permalink / raw
To: gentoo-commits
commit: d4f9e294a59865d6a46c27a1d0e4963297e7a7fe
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 23 17:16:18 2013 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Tue Jul 23 17:16:18 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d4f9e294
dev-python/theano: Updated upstream info
Package-Manager: portage-2.2.01.22124-prefix
---
dev-python/theano/ChangeLog | 3 +++
dev-python/theano/metadata.xml | 3 +++
2 files changed, 6 insertions(+)
diff --git a/dev-python/theano/ChangeLog b/dev-python/theano/ChangeLog
index 352e65f..b9161d7 100644
--- a/dev-python/theano/ChangeLog
+++ b/dev-python/theano/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 23 Jul 2013; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml:
+ dev-python/theano: Updated upstream info
+
*theano-0.6.0_rc3 (23 Jul 2013)
23 Jul 2013; Sébastien Fabbro <bicatali@gentoo.org> +metadata.xml,
diff --git a/dev-python/theano/metadata.xml b/dev-python/theano/metadata.xml
index 81aa93e..168f8cc 100644
--- a/dev-python/theano/metadata.xml
+++ b/dev-python/theano/metadata.xml
@@ -7,4 +7,7 @@
computations are expressed using a NumPy-like syntax and compiled to
run efficiently on either CPU or GPU architectures.
</longdescription>
+<upstream>
+ <remote-id type="pypi">Theano</remote-id>
+</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/theano/
@ 2014-03-03 20:37 Sebastien Fabbro
0 siblings, 0 replies; 3+ messages in thread
From: Sebastien Fabbro @ 2014-03-03 20:37 UTC (permalink / raw
To: gentoo-commits
commit: 9b3e220e203ebdc0aa2f3faaa163b8b374bdf5f7
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 3 20:10:06 2014 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Mon Mar 3 20:10:06 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=9b3e220e
in main tree
---
dev-python/theano/ChangeLog | 12 -----------
dev-python/theano/metadata.xml | 13 ------------
dev-python/theano/theano-0.6.0_rc3.ebuild | 33 -------------------------------
3 files changed, 58 deletions(-)
diff --git a/dev-python/theano/ChangeLog b/dev-python/theano/ChangeLog
deleted file mode 100644
index b9161d7..0000000
--- a/dev-python/theano/ChangeLog
+++ /dev/null
@@ -1,12 +0,0 @@
-# ChangeLog for dev-python/theano
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 23 Jul 2013; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml:
- dev-python/theano: Updated upstream info
-
-*theano-0.6.0_rc3 (23 Jul 2013)
-
- 23 Jul 2013; Sébastien Fabbro <bicatali@gentoo.org> +metadata.xml,
- +theano-0.6.0_rc3.ebuild:
- dev-python/theano: Initial import
diff --git a/dev-python/theano/metadata.xml b/dev-python/theano/metadata.xml
deleted file mode 100644
index 168f8cc..0000000
--- a/dev-python/theano/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>sci</herd>
-<longdescription lang='en'>
- Theano is a numerical computation library for the Python. In Theano,
- computations are expressed using a NumPy-like syntax and compiled to
- run efficiently on either CPU or GPU architectures.
-</longdescription>
-<upstream>
- <remote-id type="pypi">Theano</remote-id>
-</upstream>
-</pkgmetadata>
diff --git a/dev-python/theano/theano-0.6.0_rc3.ebuild b/dev-python/theano/theano-0.6.0_rc3.ebuild
deleted file mode 100644
index 7626d15..0000000
--- a/dev-python/theano/theano-0.6.0_rc3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_6,2_7} )
-
-inherit distutils-r1 versionator
-
-MYPN=Theano
-MYP=${MYPN}-$(replace_version_separator 3 '')
-
-DESCRIPTION="Python library to define and optimize multi-dimensional arrays mathematical expressions"
-HOMEPAGE="https://github.com/Theano/Theano"
-LICENSE="BSD"
-
-SRC_URI="mirror://pypi/${MYPN:0:1}/${MYPN}/${MYP}.tar.gz"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-SLOT="0"
-IUSE="test"
-
-RDEPEND="sci-libs/scipy[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-S="${WORKDIR}/${MYP}"
-
-python_test() {
- nosetests || die
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-03-03 20:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-03 20:37 [gentoo-commits] proj/sci:master commit in: dev-python/theano/ Sebastien Fabbro
-- strict thread matches above, loose matches on Subject: below --
2013-07-23 17:29 Sebastien Fabbro
2013-07-23 16:28 Sebastien Fabbro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox