* [gentoo-commits] proj/sci:master commit in: dev-python/lasagne/
@ 2018-07-17 13:11 Horea Christian
0 siblings, 0 replies; 2+ messages in thread
From: Horea Christian @ 2018-07-17 13:11 UTC (permalink / raw
To: gentoo-commits
commit: a0abd0ed4b68edb11a2c2f541b93d417cdb871e5
Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Mon Jul 16 08:18:01 2018 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Jul 16 08:18:01 2018 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a0abd0ed
dev-python/lasagne: new package
Package-Manager: Portage-2.3.41, Repoman-2.3.9
dev-python/lasagne/lasagne-0.1_p20180608.ebuild | 34 +++++++++++++++++++++++++
dev-python/lasagne/lasagne-9999.ebuild | 33 ++++++++++++++++++++++++
dev-python/lasagne/metadata.xml | 21 +++++++++++++++
3 files changed, 88 insertions(+)
diff --git a/dev-python/lasagne/lasagne-0.1_p20180608.ebuild b/dev-python/lasagne/lasagne-0.1_p20180608.ebuild
new file mode 100644
index 000000000..1dee8a0f4
--- /dev/null
+++ b/dev-python/lasagne/lasagne-0.1_p20180608.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1 git-r3
+
+DESCRIPTION="Lightweight library to build and train neural networks in Theano"
+HOMEPAGE="https://github.com/Lasagne/Lasagne"
+SRC_URI=""
+EGIT_REPO_URI="https://github.com/Lasagne/Lasagne"
+EGIT_COMMIT="18f7ee0e500a023a50904f62d34d90a73624d021"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+DEPEND="
+ test? (
+ dev-python/pytest[${PYTHON_USEDEP}]
+ dev-python/pytest-cov[${PYTHON_USEDEP}]
+ dev-python/pytest-pep8[${PYTHON_USEDEP}]
+ )
+ "
+RDEPEND="
+ >=dev-python/theano-0.8.2
+ "
+
+python_test() {
+ py.test --runslow --cov-config=.coveragerc-nogpu || die
+}
diff --git a/dev-python/lasagne/lasagne-9999.ebuild b/dev-python/lasagne/lasagne-9999.ebuild
new file mode 100644
index 000000000..9d05a3380
--- /dev/null
+++ b/dev-python/lasagne/lasagne-9999.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1 git-r3
+
+DESCRIPTION="Lightweight library to build and train neural networks in Theano"
+HOMEPAGE="https://github.com/Lasagne/Lasagne"
+SRC_URI=""
+EGIT_REPO_URI="https://github.com/Lasagne/Lasagne"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+IUSE="test"
+
+DEPEND="
+ test? (
+ dev-python/pytest[${PYTHON_USEDEP}]
+ dev-python/pytest-cov[${PYTHON_USEDEP}]
+ dev-python/pytest-pep8[${PYTHON_USEDEP}]
+ )
+ "
+RDEPEND="
+ >=dev-python/theano-0.8.2
+ "
+
+python_test() {
+ py.test --runslow --cov-config=.coveragerc-nogpu || die
+}
diff --git a/dev-python/lasagne/metadata.xml b/dev-python/lasagne/metadata.xml
new file mode 100644
index 000000000..6d2de971f
--- /dev/null
+++ b/dev-python/lasagne/metadata.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>horea.christ@gmail.com</email>
+ <name>Horea Christian</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <longdescription lang="en">
+ Lasagne is a lightweight library to build and train neural networks in Theano.
+ It supports feed-forward networks such as Convolutional Neural Networks
+ (CNNs), recurrent networks including Long Short-Term Memory (LSTM), and any
+ combination thereof.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">Lasagne/Lasagne</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/lasagne/
@ 2020-03-16 20:42 Horea Christian
0 siblings, 0 replies; 2+ messages in thread
From: Horea Christian @ 2020-03-16 20:42 UTC (permalink / raw
To: gentoo-commits
commit: a2d4d67c898078e95567b4cf77cf47c212677942
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon Mar 16 20:40:16 2020 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Mar 16 20:42:20 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a2d4d67c
dev-python/lasagne: remove from tree.
Unmaintained as of 2015, not used by any packages
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/lasagne/lasagne-0.1_p20180608.ebuild | 34 -------------------------
dev-python/lasagne/lasagne-9999.ebuild | 33 ------------------------
dev-python/lasagne/metadata.xml | 21 ---------------
3 files changed, 88 deletions(-)
diff --git a/dev-python/lasagne/lasagne-0.1_p20180608.ebuild b/dev-python/lasagne/lasagne-0.1_p20180608.ebuild
deleted file mode 100644
index 1dee8a0f4..000000000
--- a/dev-python/lasagne/lasagne-0.1_p20180608.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit distutils-r1 git-r3
-
-DESCRIPTION="Lightweight library to build and train neural networks in Theano"
-HOMEPAGE="https://github.com/Lasagne/Lasagne"
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/Lasagne/Lasagne"
-EGIT_COMMIT="18f7ee0e500a023a50904f62d34d90a73624d021"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-DEPEND="
- test? (
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/pytest-cov[${PYTHON_USEDEP}]
- dev-python/pytest-pep8[${PYTHON_USEDEP}]
- )
- "
-RDEPEND="
- >=dev-python/theano-0.8.2
- "
-
-python_test() {
- py.test --runslow --cov-config=.coveragerc-nogpu || die
-}
diff --git a/dev-python/lasagne/lasagne-9999.ebuild b/dev-python/lasagne/lasagne-9999.ebuild
deleted file mode 100644
index 9d05a3380..000000000
--- a/dev-python/lasagne/lasagne-9999.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit distutils-r1 git-r3
-
-DESCRIPTION="Lightweight library to build and train neural networks in Theano"
-HOMEPAGE="https://github.com/Lasagne/Lasagne"
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/Lasagne/Lasagne"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-IUSE="test"
-
-DEPEND="
- test? (
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/pytest-cov[${PYTHON_USEDEP}]
- dev-python/pytest-pep8[${PYTHON_USEDEP}]
- )
- "
-RDEPEND="
- >=dev-python/theano-0.8.2
- "
-
-python_test() {
- py.test --runslow --cov-config=.coveragerc-nogpu || die
-}
diff --git a/dev-python/lasagne/metadata.xml b/dev-python/lasagne/metadata.xml
deleted file mode 100644
index 6d2de971f..000000000
--- a/dev-python/lasagne/metadata.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>horea.christ@gmail.com</email>
- <name>Horea Christian</name>
- </maintainer>
- <maintainer type="project">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
- </maintainer>
- <longdescription lang="en">
- Lasagne is a lightweight library to build and train neural networks in Theano.
- It supports feed-forward networks such as Convolutional Neural Networks
- (CNNs), recurrent networks including Long Short-Term Memory (LSTM), and any
- combination thereof.
- </longdescription>
- <upstream>
- <remote-id type="github">Lasagne/Lasagne</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-03-16 20:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-16 20:42 [gentoo-commits] proj/sci:master commit in: dev-python/lasagne/ Horea Christian
-- strict thread matches above, loose matches on Subject: below --
2018-07-17 13:11 Horea Christian
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox