* [gentoo-commits] proj/sci:master commit in: dev-python/pymvpa/
@ 2011-06-25 17:22 Justin Lecher
0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2011-06-25 17:22 UTC (permalink / raw
To: gentoo-commits
commit: 20d8b16d64be65713da88828d90118fbcdbaf61b
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 14:01:29 2011 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 14:01:29 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=20d8b16d
Dropped keywords because deps are missing
(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)
---
dev-python/pymvpa/ChangeLog | 8 ++++++++
dev-python/pymvpa/metadata.xml | 6 +++---
dev-python/pymvpa/pymvpa-0.4.4.ebuild | 16 ++++++++++------
3 files changed, 21 insertions(+), 9 deletions(-)
diff --git a/dev-python/pymvpa/ChangeLog b/dev-python/pymvpa/ChangeLog
new file mode 100644
index 0000000..26f9766
--- /dev/null
+++ b/dev-python/pymvpa/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for dev-python/pymvpa
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 25 Jun 2011; Justin Lecher <jlec@gentoo.org> pymvpa-0.4.4.ebuild,
+ metadata.xml:
+ Dropped keywords because deps are missing
+
diff --git a/dev-python/pymvpa/metadata.xml b/dev-python/pymvpa/metadata.xml
index 6b37a23..8473d3d 100644
--- a/dev-python/pymvpa/metadata.xml
+++ b/dev-python/pymvpa/metadata.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci-mathematics</herd>
-<herd>python</herd>
-<longdescription lang="en">
+ <herd>sci-mathematics</herd>
+ <herd>python</herd>
+ <longdescription lang="en">
Python module to ease pattern classification analyses of large
datasets. It provides high-level abstraction of typical processing
steps (e.g. data preparation, classification, feature selection,
diff --git a/dev-python/pymvpa/pymvpa-0.4.4.ebuild b/dev-python/pymvpa/pymvpa-0.4.4.ebuild
index 1eb116f..88a4580 100644
--- a/dev-python/pymvpa/pymvpa-0.4.4.ebuild
+++ b/dev-python/pymvpa/pymvpa-0.4.4.ebuild
@@ -1,20 +1,26 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pywavelets/pywavelets-0.2.0.ebuild,v 1.1 2010/04/22 20:14:30 bicatali Exp $
EAPI=2
+
+PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
+
inherit distutils
DESCRIPTION="Multivariate pattern analysis with Python"
HOMEPAGE="http://www.pymvpa.org/"
SRC_URI=""
-LICENSE=""
+
+LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS=""
IUSE="doc examples minimal test"
-DEPEND="dev-lang/swig
+DEPEND="
+ dev-lang/swig
dev-python/lxml
dev-python/numpy
sys-apps/help2man
@@ -33,5 +39,3 @@ RDEPEND="dev-python/numpy
sci-libs/libsvm
sci-libs/scipy
sci-libs/shogun[python] )"
-
-RESTRICT_PYTHON_ABIS="3.*"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/pymvpa/
@ 2017-02-26 8:48 Justin Lecher
0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2017-02-26 8:48 UTC (permalink / raw
To: gentoo-commits
commit: e4749e1cc98705ba6a764b4d121582554d36cff1
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 26 08:42:14 2017 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Feb 26 08:48:50 2017 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e4749e1c
No sources specified
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/pymvpa/metadata.xml | 17 --------------
dev-python/pymvpa/pymvpa-0.4.4.ebuild | 42 -----------------------------------
2 files changed, 59 deletions(-)
diff --git a/dev-python/pymvpa/metadata.xml b/dev-python/pymvpa/metadata.xml
deleted file mode 100644
index 124cd9d69..000000000
--- a/dev-python/pymvpa/metadata.xml
+++ /dev/null
@@ -1,17 +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-mathematics@gentoo.org</email>
- <name>Gentoo Mathematics Project</name>
- </maintainer>
- <longdescription lang="en">
- Python module to ease pattern classification analyses of large
- datasets. It provides high-level abstraction of typical processing
- steps (e.g. data preparation, classification, feature selection,
- generalization testing), a number of implementations of some popular
- algorithms (e.g. kNN, GNB, Ridge Regressions, Sparse Multinomial Logistic
- Regression), and bindings to external machine learning libraries (libsvm,
- shogun).
-</longdescription>
-</pkgmetadata>
diff --git a/dev-python/pymvpa/pymvpa-0.4.4.ebuild b/dev-python/pymvpa/pymvpa-0.4.4.ebuild
deleted file mode 100644
index 170bbf2c6..000000000
--- a/dev-python/pymvpa/pymvpa-0.4.4.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Multivariate pattern analysis with Python"
-HOMEPAGE="http://www.pymvpa.org/"
-SRC_URI=""
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-IUSE="doc examples minimal test"
-
-DEPEND="
- dev-lang/swig
- dev-python/lxml[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
- sys-apps/help2man
- doc? (
- dev-python/sphinx[${PYTHON_USEDEP}]
- media-gfx/graphviz
- )
- test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-RDEPEND="
- dev-python/numpy[${PYTHON_USEDEP}]
- !minimal? (
- dev-python/hcluster
- dev-python/ipython[${PYTHON_USEDEP}]
- dev-python/matplotlib[${PYTHON_USEDEP}]
- dev-python/pynifti
- dev-python/rpy[${PYTHON_USEDEP}]
- sci-libs/afni
- sci-libs/fsl
- sci-libs/libsvm
- sci-libs/scipy
- sci-libs/shogun[python] )"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-02-26 8:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-25 17:22 [gentoo-commits] proj/sci:master commit in: dev-python/pymvpa/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2017-02-26 8:48 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox