From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 340B0138334 for ; Tue, 17 Jul 2018 13:11:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14C37E09B5; Tue, 17 Jul 2018 13:11:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BEFEAE09B5 for ; Tue, 17 Jul 2018 13:11:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A727A335C63 for ; Tue, 17 Jul 2018 13:11:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E28BC35F for ; Tue, 17 Jul 2018 13:11:51 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1531729081.a0abd0ed4b68edb11a2c2f541b93d417cdb871e5.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/lasagne/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/lasagne/lasagne-0.1_p20180608.ebuild dev-python/lasagne/lasagne-9999.ebuild dev-python/lasagne/metadata.xml X-VCS-Directories: dev-python/lasagne/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: a0abd0ed4b68edb11a2c2f541b93d417cdb871e5 X-VCS-Branch: master Date: Tue, 17 Jul 2018 13:11:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 55fb1ddd-acde-4fb6-aa99-3b9355c422e8 X-Archives-Hash: 452dd29e029e98b400b04266a3a7c395 commit: a0abd0ed4b68edb11a2c2f541b93d417cdb871e5 Author: Horea Christian yandex com> AuthorDate: Mon Jul 16 08:18:01 2018 +0000 Commit: Horea Christian gmail 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 @@ + + + + + horea.christ@gmail.com + Horea Christian + + + sci@gentoo.org + Gentoo Science Project + + + 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. + + + Lasagne/Lasagne + +