diff options
author | Horea Christian <h.chr@mail.ru> | 2016-02-05 17:01:12 +0100 |
---|---|---|
committer | Horea Christian <h.chr@mail.ru> | 2016-02-05 17:01:12 +0100 |
commit | b03e02f96b5296231157912581b0a00f85146db7 (patch) | |
tree | 6c0f94810052e6f14e1a465cfb6f305d709ce810 | |
parent | sci-libs/nipy-data: removed changelog clutter (diff) | |
download | sci-b03e02f96b5296231157912581b0a00f85146db7.tar.gz sci-b03e02f96b5296231157912581b0a00f85146db7.tar.bz2 sci-b03e02f96b5296231157912581b0a00f85146db7.zip |
sci-libs/nipy-templates: new ebuild
Package-Manager: portage-2.2.27
-rw-r--r-- | sci-libs/nipy-templates/Manifest | 1 | ||||
-rw-r--r-- | sci-libs/nipy-templates/metadata.xml | 12 | ||||
-rw-r--r-- | sci-libs/nipy-templates/nipy-templates-0.2.ebuild | 21 |
3 files changed, 34 insertions, 0 deletions
diff --git a/sci-libs/nipy-templates/Manifest b/sci-libs/nipy-templates/Manifest new file mode 100644 index 000000000..a63a2f55a --- /dev/null +++ b/sci-libs/nipy-templates/Manifest @@ -0,0 +1 @@ +DIST nipy-templates-0.2.tar.gz 4270844 SHA256 84f8330d492174fdccd6e5b991794abad1b0c91c3a035d0e0a01e192c57a36d8 SHA512 3e68e4ce77988f7ddccb85b1ee024cc0717f80316f311ae281dd07f728265d62afb7bc60a7d2e60f88853586627595f601d0248ee5ee64036936c001aeae1e4d WHIRLPOOL 309dea9b905ece78b600a24d660118f39e3149df2dd6a6c477e7b3aef155f023c8b19b15f1530fc15689ad03eed44ad1b2d1ae9aac8f2e17cf79c1bf2c5e5e7a diff --git a/sci-libs/nipy-templates/metadata.xml b/sci-libs/nipy-templates/metadata.xml new file mode 100644 index 000000000..46539ffaf --- /dev/null +++ b/sci-libs/nipy-templates/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>sci</herd> + <maintainer> + <email>h.chr@mail.ru</email> + <name>Horea Christian</name> + </maintainer> + <longdescription lang="en"> + Nipy-templates is a package containing template files needed by some nipy functions. +</longdescription> +</pkgmetadata> diff --git a/sci-libs/nipy-templates/nipy-templates-0.2.ebuild b/sci-libs/nipy-templates/nipy-templates-0.2.ebuild new file mode 100644 index 000000000..d1de919c2 --- /dev/null +++ b/sci-libs/nipy-templates/nipy-templates-0.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="Normalization templates for Python Neuroimaging" +HOMEPAGE="http://nipy.org/" +SRC_URI="http://nipy.org/data-packages/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND="" +DEPEND="" |