From: "Benda XU" <heroxbd@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/nipy/
Date: Fri, 25 Aug 2017 04:04:42 +0000 (UTC) [thread overview]
Message-ID: <1503633811.18271c7c67a0bf33cacbee05217c8abd536e9f15.heroxbd@gentoo> (raw)
commit: 18271c7c67a0bf33cacbee05217c8abd536e9f15
Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Thu Aug 10 13:51:08 2017 +0000
Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Fri Aug 25 04:03:31 2017 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=18271c7c
sci-libs/nipy: version bump
Package-Manager: Portage-2.3.6, Repoman-2.3.3
sci-libs/nipy/metadata.xml | 28 ++++++++++++++--------------
sci-libs/nipy/nipy-0.4.1.ebuild | 40 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 54 insertions(+), 14 deletions(-)
diff --git a/sci-libs/nipy/metadata.xml b/sci-libs/nipy/metadata.xml
index 940d59042..16398ad90 100644
--- a/sci-libs/nipy/metadata.xml
+++ b/sci-libs/nipy/metadata.xml
@@ -1,18 +1,18 @@
<?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">
- NIPY is a python project for analysis of structural and functional neuroimaging data.
- </longdescription>
- <upstream>
- <remote-id type="pypi">nipy</remote-id>
- </upstream>
+ <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">
+ NIPY is a python project for analysis of structural and functional neuroimaging data.
+ </longdescription>
+ <upstream>
+ <remote-id type="pypi">nipy</remote-id>
+ </upstream>
</pkgmetadata>
diff --git a/sci-libs/nipy/nipy-0.4.1.ebuild b/sci-libs/nipy/nipy-0.4.1.ebuild
new file mode 100644
index 000000000..a886c1c42
--- /dev/null
+++ b/sci-libs/nipy/nipy-0.4.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 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 eutils multilib flag-o-matic
+
+DESCRIPTION="Neuroimaging tools for Python"
+HOMEPAGE="http://nipy.org/"
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+ dev-python/prov[${PYTHON_USEDEP}]
+ sci-libs/scipy[${PYTHON_USEDEP}]
+ dev-python/sympy[${PYTHON_USEDEP}]
+ >=sci-libs/nibabel-1.2[${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]
+ "
+
+DEPEND="
+ ${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ "
+
+python_prepare_all() {
+ distutils-r1_python_prepare_all
+ # bug #397605
+ [[ ${CHOST} == *-darwin* ]] \
+ && append-ldflags -bundle "-undefined dynamic_lookup" \
+ || append-ldflags -shared
+
+ # nipy uses the horrible numpy.distutils automagic
+}
next reply other threads:[~2017-08-25 4:04 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-25 4:04 Benda XU [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-02-21 1:17 [gentoo-commits] proj/sci:master commit in: sci-libs/nipy/ Horea Christian
2023-05-02 23:58 Horea Christian
2023-05-02 12:55 Andrew Ammerlaan
2023-01-30 10:41 Horea Christian
2023-01-30 10:41 Horea Christian
2023-01-26 21:16 Horea Christian
2022-07-11 14:39 Horea Christian
2022-07-11 14:39 Horea Christian
2021-12-16 10:57 Andrew Ammerlaan
2021-06-01 8:38 Andrew Ammerlaan
2021-01-30 15:20 Andrew Ammerlaan
2021-01-20 9:39 Andrew Ammerlaan
2021-01-13 21:06 Andrew Ammerlaan
2020-12-23 8:04 Horea Christian
2020-09-27 4:21 Horea Christian
2020-09-26 11:38 Horea Christian
2020-03-29 2:55 Horea Christian
2020-01-07 22:00 Horea Christian
2018-07-31 12:20 Horea Christian
2018-07-30 11:51 Horea Christian
2016-08-14 19:24 Justin Lecher
2015-11-17 15:46 Justin Lecher
2015-11-17 15:46 Justin Lecher
2015-11-17 15:46 Justin Lecher
2014-01-06 18:33 Justin Lecher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1503633811.18271c7c67a0bf33cacbee05217c8abd536e9f15.heroxbd@gentoo \
--to=heroxbd@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox