public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-biology/pybrain/
@ 2012-12-10 14:47 Justin Lecher
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2012-12-10 14:47 UTC (permalink / raw
  To: gentoo-commits

commit:     92e440635618b4de93b6777051f8f234be7be80c
Author:     TheChymera <h.chr <AT> mail <DOT> ru>
AuthorDate: Thu Dec  6 18:41:59 2012 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Dec  6 18:41:59 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=92e44063

ran repoman -vdx fix as per jlec'S recommendation

---
 sci-biology/pybrain/metadata.xml        |   34 +++++++++++++++++++++++++++++++
 sci-biology/pybrain/pybrain-9999.ebuild |    2 +-
 2 files changed, 35 insertions(+), 1 deletions(-)

diff --git a/sci-biology/pybrain/metadata.xml b/sci-biology/pybrain/metadata.xml
new file mode 100644
index 0000000..4dcddcb
--- /dev/null
+++ b/sci-biology/pybrain/metadata.xml
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!--
+$Header: /var/cvsroot/gentoo-x86/skel.metadata.xml,v 1.21 2012/02/07 00:03:15 idl0r Exp $
+
+This is the example metadata file.
+The root element of this file is <pkgmetadata>. Within this element a
+number of subelements are allowed: herd, maintainer, and
+longdescription. herd is a required subelement.
+
+For a full description look at:
+http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=4
+
+
+Before committing, please remove the comments from this file. They are
+not relevant for general metadata.xml files.
+-->
+<pkgmetadata>
+	<herd>sci</herd>
+<maintainer>
+	<email>@gentoo.org</email>
+<!--  <description>Description of the maintainership</description> -->
+</maintainer>
+<!-- <longdescription>Long description of the package</longdescription> -->
+<!--
+<use>
+	<flag name="flag">Description of how USE='flag' affects this package</flag>
+	<flag name="userland_GNU">Description of how USERLAND='GNU' affects this
+		package</flag>
+	<flag name="aspell">Uses <pkg>app-text/aspell</pkg> for spell checking.
+		Requires an installed dictionary from <cat>app-dicts</cat></flag>
+</use>
+-->
+</pkgmetadata>

diff --git a/sci-biology/pybrain/pybrain-9999.ebuild b/sci-biology/pybrain/pybrain-9999.ebuild
index c8908f4..f70e86c 100644
--- a/sci-biology/pybrain/pybrain-9999.ebuild
+++ b/sci-biology/pybrain/pybrain-9999.ebuild
@@ -14,12 +14,12 @@ inherit eutils distutils git-2
 DESCRIPTION="The Python Machine Learning Library"
 HOMEPAGE="http://pybrain.org/"
 EGIT_REPO_URI="git://github.com/pybrain/pybrain.git"
+
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
 
 RDEPEND="sci-libs/scipy"
-
 DEPEND="dev-python/setuptools
 	test? ( ${RDEPEND} )"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-biology/pybrain/
@ 2012-12-10 14:47 Justin Lecher
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2012-12-10 14:47 UTC (permalink / raw
  To: gentoo-commits

commit:     1c5ad54b018856438e47f3609f8a6ebff3b80cf0
Author:     TheChymera <h.chr <AT> mail <DOT> ru>
AuthorDate: Thu Dec  6 15:08:47 2012 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Dec  6 15:08:47 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=1c5ad54b

Added live ebuild for pybrain

---
 sci-biology/pybrain/pybrain-9999.ebuild |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/sci-biology/pybrain/pybrain-9999.ebuild b/sci-biology/pybrain/pybrain-9999.ebuild
new file mode 100644
index 0000000..c8908f4
--- /dev/null
+++ b/sci-biology/pybrain/pybrain-9999.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.* *-jython *-pypy-*"
+DISTUTILS_SRC_TEST="py.test"
+
+inherit eutils distutils git-2
+
+DESCRIPTION="The Python Machine Learning Library"
+HOMEPAGE="http://pybrain.org/"
+EGIT_REPO_URI="git://github.com/pybrain/pybrain.git"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="sci-libs/scipy"
+
+DEPEND="dev-python/setuptools
+	test? ( ${RDEPEND} )"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-biology/pybrain/
@ 2012-12-10 14:47 Justin Lecher
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2012-12-10 14:47 UTC (permalink / raw
  To: gentoo-commits

commit:     b1dcc6c593992af8f6f3396f12d5a7de636337d3
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 10 14:47:13 2012 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Dec 10 14:47:13 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b1dcc6c5

sci-biology/pybrain: Drop comments from metadata.xml; drop keywords from live ebuild

Package-Manager: portage-2.2.0_alpha147

---
 sci-biology/pybrain/ChangeLog           |    8 ++++++++
 sci-biology/pybrain/metadata.xml        |   29 -----------------------------
 sci-biology/pybrain/pybrain-9999.ebuild |    2 +-
 3 files changed, 9 insertions(+), 30 deletions(-)

diff --git a/sci-biology/pybrain/ChangeLog b/sci-biology/pybrain/ChangeLog
new file mode 100644
index 0000000..33bf496
--- /dev/null
+++ b/sci-biology/pybrain/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for sci-biology/pybrain
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  10 Dec 2012; Justin Lecher <jlec@gentoo.org> pybrain-9999.ebuild,
+  metadata.xml:
+  Drop comments from metadata.xml; drop keywords from live ebuild
+

diff --git a/sci-biology/pybrain/metadata.xml b/sci-biology/pybrain/metadata.xml
index 4dcddcb..d369d06 100644
--- a/sci-biology/pybrain/metadata.xml
+++ b/sci-biology/pybrain/metadata.xml
@@ -1,34 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<!--
-$Header: /var/cvsroot/gentoo-x86/skel.metadata.xml,v 1.21 2012/02/07 00:03:15 idl0r Exp $
-
-This is the example metadata file.
-The root element of this file is <pkgmetadata>. Within this element a
-number of subelements are allowed: herd, maintainer, and
-longdescription. herd is a required subelement.
-
-For a full description look at:
-http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=4
-
-
-Before committing, please remove the comments from this file. They are
-not relevant for general metadata.xml files.
--->
 <pkgmetadata>
 	<herd>sci</herd>
-<maintainer>
-	<email>@gentoo.org</email>
-<!--  <description>Description of the maintainership</description> -->
-</maintainer>
-<!-- <longdescription>Long description of the package</longdescription> -->
-<!--
-<use>
-	<flag name="flag">Description of how USE='flag' affects this package</flag>
-	<flag name="userland_GNU">Description of how USERLAND='GNU' affects this
-		package</flag>
-	<flag name="aspell">Uses <pkg>app-text/aspell</pkg> for spell checking.
-		Requires an installed dictionary from <cat>app-dicts</cat></flag>
-</use>
--->
 </pkgmetadata>

diff --git a/sci-biology/pybrain/pybrain-9999.ebuild b/sci-biology/pybrain/pybrain-9999.ebuild
index f70e86c..57f098c 100644
--- a/sci-biology/pybrain/pybrain-9999.ebuild
+++ b/sci-biology/pybrain/pybrain-9999.ebuild
@@ -17,7 +17,7 @@ EGIT_REPO_URI="git://github.com/pybrain/pybrain.git"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS=""
 IUSE="test"
 
 RDEPEND="sci-libs/scipy"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-biology/pybrain/
@ 2013-06-13  7:05 Justin Lecher
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2013-06-13  7:05 UTC (permalink / raw
  To: gentoo-commits

commit:     8b0a6ebfc22f916ed3191b6118b7adce8aceee17
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 13 06:21:48 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Jun 13 06:21:48 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8b0a6ebf

sci-biology/pybrain: Bump to EAPI=5 and distutils-r1.eclass

Package-Manager: portage-2.2.0_alpha179

---
 sci-biology/pybrain/ChangeLog           |  6 +++++-
 sci-biology/pybrain/metadata.xml        |  2 +-
 sci-biology/pybrain/pybrain-9999.ebuild | 25 +++++++++++++++----------
 3 files changed, 21 insertions(+), 12 deletions(-)

diff --git a/sci-biology/pybrain/ChangeLog b/sci-biology/pybrain/ChangeLog
index 33bf496..eb8791c 100644
--- a/sci-biology/pybrain/ChangeLog
+++ b/sci-biology/pybrain/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for sci-biology/pybrain
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  13 Jun 2013; Justin Lecher <jlec@gentoo.org> pybrain-9999.ebuild,
+  metadata.xml:
+  Bump to EAPI=5 and distutils-r1.eclass
+
   10 Dec 2012; Justin Lecher <jlec@gentoo.org> pybrain-9999.ebuild,
   metadata.xml:
   Drop comments from metadata.xml; drop keywords from live ebuild

diff --git a/sci-biology/pybrain/metadata.xml b/sci-biology/pybrain/metadata.xml
index d369d06..897aa2e 100644
--- a/sci-biology/pybrain/metadata.xml
+++ b/sci-biology/pybrain/metadata.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>sci</herd>
+  <herd>sci</herd>
 </pkgmetadata>

diff --git a/sci-biology/pybrain/pybrain-9999.ebuild b/sci-biology/pybrain/pybrain-9999.ebuild
index 57f098c..07cf07d 100644
--- a/sci-biology/pybrain/pybrain-9999.ebuild
+++ b/sci-biology/pybrain/pybrain-9999.ebuild
@@ -1,18 +1,16 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="4"
+EAPI=5
 
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython *-pypy-*"
-DISTUTILS_SRC_TEST="py.test"
+PYTHON_COMPAT=( python{2_6,2_7} )
 
-inherit eutils distutils git-2
+inherit distutils-r1 git-2
 
 DESCRIPTION="The Python Machine Learning Library"
 HOMEPAGE="http://pybrain.org/"
+SRC_URI=""
 EGIT_REPO_URI="git://github.com/pybrain/pybrain.git"
 
 LICENSE="BSD"
@@ -20,6 +18,13 @@ SLOT="0"
 KEYWORDS=""
 IUSE="test"
 
-RDEPEND="sci-libs/scipy"
-DEPEND="dev-python/setuptools
-	test? ( ${RDEPEND} )"
+RDEPEND="sci-libs/scipy[${PYTHON_USEDEP}]"
+DEPEND="
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? (
+		${RDEPEND}
+		dev-python/pytest[${PYTHON_USEDEP}] )"
+
+python_test() {
+	py.test --verbose || die
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-biology/pybrain/
@ 2014-01-06 19:27 Justin Lecher
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2014-01-06 19:27 UTC (permalink / raw
  To: gentoo-commits

commit:     4f6060a4657b7cea7c7dfe3cedd1a02ad2645357
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  6 18:51:10 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jan  6 18:51:10 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4f6060a4

sci-biology/pybrain: Switch from git-2 to git-r3

Package-Manager: portage-2.2.8

---
 sci-biology/pybrain/ChangeLog           | 5 ++++-
 sci-biology/pybrain/pybrain-9999.ebuild | 7 ++++---
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/sci-biology/pybrain/ChangeLog b/sci-biology/pybrain/ChangeLog
index eb8791c..0e640dd 100644
--- a/sci-biology/pybrain/ChangeLog
+++ b/sci-biology/pybrain/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for sci-biology/pybrain
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  06 Jan 2014; Justin Lecher <jlec@gentoo.org> pybrain-9999.ebuild:
+  Switch from git-2 to git-r3
+
   13 Jun 2013; Justin Lecher <jlec@gentoo.org> pybrain-9999.ebuild,
   metadata.xml:
   Bump to EAPI=5 and distutils-r1.eclass

diff --git a/sci-biology/pybrain/pybrain-9999.ebuild b/sci-biology/pybrain/pybrain-9999.ebuild
index 07cf07d..677a65e 100644
--- a/sci-biology/pybrain/pybrain-9999.ebuild
+++ b/sci-biology/pybrain/pybrain-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -6,7 +6,7 @@ EAPI=5
 
 PYTHON_COMPAT=( python{2_6,2_7} )
 
-inherit distutils-r1 git-2
+inherit distutils-r1 git-r3
 
 DESCRIPTION="The Python Machine Learning Library"
 HOMEPAGE="http://pybrain.org/"
@@ -23,7 +23,8 @@ DEPEND="
 	dev-python/setuptools[${PYTHON_USEDEP}]
 	test? (
 		${RDEPEND}
-		dev-python/pytest[${PYTHON_USEDEP}] )"
+		dev-python/pytest[${PYTHON_USEDEP}]
+	)"
 
 python_test() {
 	py.test --verbose || die


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-biology/pybrain/
@ 2016-10-12  6:30 Marius Brehler
  0 siblings, 0 replies; 8+ messages in thread
From: Marius Brehler @ 2016-10-12  6:30 UTC (permalink / raw
  To: gentoo-commits

commit:     a1656e9390e5b1a51d3bd1459a48d599bba4a4f7
Author:     Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Fri Sep 23 13:15:39 2016 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Fri Sep 23 13:15:39 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=a1656e93

Pybrain (#677)

* sci-biology/pybrain: versined ebuild

Package-Manager: portage-2.3.0

* sci-biology/pybrain:

Package-Manager: portage-2.3.0

* sci-biology/pybrain:

Package-Manager: portage-2.3.0

* sci-biology/pybrain: updated eapi, tests, and python compat

Package-Manager: portage-2.3.0

 .../{pybrain-9999.ebuild => pybrain-0.3.3.ebuild}   | 21 +++++++++------------
 sci-biology/pybrain/pybrain-9999.ebuild             | 14 ++++++--------
 2 files changed, 15 insertions(+), 20 deletions(-)

diff --git a/sci-biology/pybrain/pybrain-9999.ebuild b/sci-biology/pybrain/pybrain-0.3.3.ebuild
similarity index 52%
copy from sci-biology/pybrain/pybrain-9999.ebuild
copy to sci-biology/pybrain/pybrain-0.3.3.ebuild
index 69624da..6001471 100644
--- a/sci-biology/pybrain/pybrain-9999.ebuild
+++ b/sci-biology/pybrain/pybrain-0.3.3.ebuild
@@ -1,31 +1,28 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
-inherit distutils-r1 git-r3
+inherit distutils-r1
 
 DESCRIPTION="The Python Machine Learning Library"
 HOMEPAGE="http://pybrain.org/"
-SRC_URI=""
-EGIT_REPO_URI="git://github.com/pybrain/pybrain.git"
+SRC_URI="https://github.com/pybrain/pybrain/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
 IUSE="test"
 
 RDEPEND="sci-libs/scipy[${PYTHON_USEDEP}]"
 DEPEND="
 	dev-python/setuptools[${PYTHON_USEDEP}]
-	test? (
-		${RDEPEND}
-		dev-python/pytest[${PYTHON_USEDEP}]
-	)"
+	test? (	${RDEPEND} )
+	"
 
 python_test() {
-	py.test --verbose || die
+	python pybrain/tests/runtests.py || die
 }

diff --git a/sci-biology/pybrain/pybrain-9999.ebuild b/sci-biology/pybrain/pybrain-9999.ebuild
index 69624da..8da84b7 100644
--- a/sci-biology/pybrain/pybrain-9999.ebuild
+++ b/sci-biology/pybrain/pybrain-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit distutils-r1 git-r3
 
@@ -21,11 +21,9 @@ IUSE="test"
 RDEPEND="sci-libs/scipy[${PYTHON_USEDEP}]"
 DEPEND="
 	dev-python/setuptools[${PYTHON_USEDEP}]
-	test? (
-		${RDEPEND}
-		dev-python/pytest[${PYTHON_USEDEP}]
-	)"
+	test? ( ${RDEPEND} )
+	"
 
 python_test() {
-	py.test --verbose || die
+	python pybrain/tests/runtests.py || die
 }


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-biology/pybrain/
@ 2018-01-20 21:26 Martin Mokrejs
  0 siblings, 0 replies; 8+ messages in thread
From: Martin Mokrejs @ 2018-01-20 21:26 UTC (permalink / raw
  To: gentoo-commits

commit:     54e7118193ee95959110b9d3f732d9c79b8dfe35
Author:     Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Sat Jan 20 21:25:37 2018 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Sat Jan 20 21:25:37 2018 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=54e71181

sci-biology/pybrain: switch git:// to https://

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sci-biology/pybrain/pybrain-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-biology/pybrain/pybrain-9999.ebuild b/sci-biology/pybrain/pybrain-9999.ebuild
index 53023d24e..a0322e505 100644
--- a/sci-biology/pybrain/pybrain-9999.ebuild
+++ b/sci-biology/pybrain/pybrain-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit distutils-r1 git-r3
 DESCRIPTION="The Python Machine Learning Library"
 HOMEPAGE="http://pybrain.org/"
 SRC_URI=""
-EGIT_REPO_URI="git://github.com/pybrain/pybrain.git"
+EGIT_REPO_URI="https://github.com/pybrain/pybrain.git"
 
 LICENSE="BSD"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-biology/pybrain/
@ 2020-09-26 10:09 Horea Christian
  0 siblings, 0 replies; 8+ messages in thread
From: Horea Christian @ 2020-09-26 10:09 UTC (permalink / raw
  To: gentoo-commits

commit:     59b00d417615b0d6baa2f69c9d290491d060e155
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sat Sep 26 10:08:24 2020 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sat Sep 26 10:08:24 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=59b00d41

sci-biology/pybrain: removed dead package

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 sci-biology/pybrain/metadata.xml         | 11 -----------
 sci-biology/pybrain/pybrain-0.3.3.ebuild | 27 ---------------------------
 sci-biology/pybrain/pybrain-9999.ebuild  | 28 ----------------------------
 3 files changed, 66 deletions(-)

diff --git a/sci-biology/pybrain/metadata.xml b/sci-biology/pybrain/metadata.xml
deleted file mode 100644
index a5d6d4bfc..000000000
--- a/sci-biology/pybrain/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>sci@gentoo.org</email>
-		<name>Gentoo Science Project</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="github">pybrain/pybrain</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/sci-biology/pybrain/pybrain-0.3.3.ebuild b/sci-biology/pybrain/pybrain-0.3.3.ebuild
deleted file mode 100644
index 7cb1ce7cf..000000000
--- a/sci-biology/pybrain/pybrain-0.3.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="The Python Machine Learning Library"
-HOMEPAGE="http://pybrain.org/"
-SRC_URI="https://github.com/pybrain/pybrain/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="dev-python/scipy[${PYTHON_USEDEP}]"
-DEPEND="
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	test? (	${RDEPEND} )
-	"
-
-python_test() {
-	python pybrain/tests/runtests.py || die
-}

diff --git a/sci-biology/pybrain/pybrain-9999.ebuild b/sci-biology/pybrain/pybrain-9999.ebuild
deleted file mode 100644
index c8937dfeb..000000000
--- a/sci-biology/pybrain/pybrain-9999.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1 git-r3
-
-DESCRIPTION="The Python Machine Learning Library"
-HOMEPAGE="http://pybrain.org/"
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/pybrain/pybrain.git"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS=""
-IUSE="test"
-
-RDEPEND="dev-python/scipy[${PYTHON_USEDEP}]"
-DEPEND="
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	test? ( ${RDEPEND} )
-	"
-
-python_test() {
-	python pybrain/tests/runtests.py || die
-}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-09-26 10:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-10 14:47 [gentoo-commits] proj/sci:master commit in: sci-biology/pybrain/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2020-09-26 10:09 Horea Christian
2018-01-20 21:26 Martin Mokrejs
2016-10-12  6:30 Marius Brehler
2014-01-06 19:27 Justin Lecher
2013-06-13  7:05 Justin Lecher
2012-12-10 14:47 Justin Lecher
2012-12-10 14:47 Justin Lecher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox