Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/pysurfer/files/, sci-biology/pysurfer/
Date: Sat, 26 Sep 2020 10:58:53
Message-Id: 1601117800.aa675ec6d7c4b11100ce9c509e3347685e9c66ad.chymera@gentoo
1 commit: aa675ec6d7c4b11100ce9c509e3347685e9c66ad
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Sat Sep 26 10:56:40 2020 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Sat Sep 26 10:56:40 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=aa675ec6
7
8 sci-biology/pysurfer: removed package with missing dep (mayavi)
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
12
13 .../pysurfer/files/0.4-headless_build.patch | 22 -----------------
14 .../pysurfer/files/0.6-headless_build.patch | 13 ----------
15 sci-biology/pysurfer/metadata.xml | 11 ---------
16 sci-biology/pysurfer/pysurfer-0.4.ebuild | 28 ----------------------
17 sci-biology/pysurfer/pysurfer-0.6.ebuild | 28 ----------------------
18 sci-biology/pysurfer/pysurfer-9999.ebuild | 26 --------------------
19 6 files changed, 128 deletions(-)
20
21 diff --git a/sci-biology/pysurfer/files/0.4-headless_build.patch b/sci-biology/pysurfer/files/0.4-headless_build.patch
22 deleted file mode 100644
23 index 0cebc112a..000000000
24 --- a/sci-biology/pysurfer/files/0.4-headless_build.patch
25 +++ /dev/null
26 @@ -1,22 +0,0 @@
27 -diff --git a/setup.py b/setup.py
28 -index c8681c2..41c21a5 100644
29 ---- a/setup.py
30 -+++ b/setup.py
31 -@@ -10,8 +10,6 @@ import os
32 - # deal with MPL sandbox violations during easy_install
33 - os.environ['MPLCONFIGDIR'] = '.'
34 -
35 --import surfer
36 --
37 - DISTNAME = 'pysurfer'
38 - DESCRIPTION = descr
39 - LONG_DESCRIPTION = descr
40 -@@ -20,7 +18,7 @@ MAINTAINER_EMAIL = 'mwaskom@××××××××.edu'
41 - URL = 'http://pysurfer.github.com'
42 - LICENSE = 'BSD (3-clause)'
43 - DOWNLOAD_URL = 'https://github.com/nipy/PySurfer'
44 --VERSION = surfer.__version__
45 -+VERSION = "0.4"
46 -
47 - import setuptools # we are using a setuptools namespace
48 - from numpy.distutils.core import setup
49
50 diff --git a/sci-biology/pysurfer/files/0.6-headless_build.patch b/sci-biology/pysurfer/files/0.6-headless_build.patch
51 deleted file mode 100644
52 index e75def095..000000000
53 --- a/sci-biology/pysurfer/files/0.6-headless_build.patch
54 +++ /dev/null
55 @@ -1,13 +0,0 @@
56 -diff --git a/setup.py b/setup.py
57 -index c8681c2..41c21a5 100644
58 ---- a/setup.py
59 -+++ b/setup.py
60 -@@ -20,7 +18,7 @@ MAINTAINER_EMAIL = 'mwaskom@××××××××.edu'
61 - URL = 'http://pysurfer.github.com'
62 - LICENSE = 'BSD (3-clause)'
63 - DOWNLOAD_URL = 'https://github.com/nipy/PySurfer'
64 --VERSION = version
65 -+VERSION = "0.6"
66 -
67 - import setuptools # we are using a setuptools namespace
68 - from numpy.distutils.core import setup
69
70 diff --git a/sci-biology/pysurfer/metadata.xml b/sci-biology/pysurfer/metadata.xml
71 deleted file mode 100644
72 index e4897b79c..000000000
73 --- a/sci-biology/pysurfer/metadata.xml
74 +++ /dev/null
75 @@ -1,11 +0,0 @@
76 -<?xml version="1.0" encoding="UTF-8"?>
77 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
78 -<pkgmetadata>
79 - <maintainer type="project">
80 - <email>sci@g.o</email>
81 - <name>Gentoo Science Project</name>
82 - </maintainer>
83 - <upstream>
84 - <remote-id type="github">nipy/PySurfer</remote-id>
85 - </upstream>
86 -</pkgmetadata>
87
88 diff --git a/sci-biology/pysurfer/pysurfer-0.4.ebuild b/sci-biology/pysurfer/pysurfer-0.4.ebuild
89 deleted file mode 100644
90 index 848a43cca..000000000
91 --- a/sci-biology/pysurfer/pysurfer-0.4.ebuild
92 +++ /dev/null
93 @@ -1,28 +0,0 @@
94 -# Copyright 1999-2015 Gentoo Foundation
95 -# Distributed under the terms of the GNU General Public License v2
96 -
97 -EAPI=5
98 -
99 -PYTHON_COMPAT=( python2_7 )
100 -
101 -inherit distutils-r1
102 -
103 -DESCRIPTION="Python based program for visualization of data from Freesurfer"
104 -HOMEPAGE="http://pysurfer.github.com"
105 -SRC_URI="https://github.com/nipy/PySurfer/archive/${PV}.zip -> ${P}.zip"
106 -
107 -LICENSE="BSD"
108 -SLOT="0"
109 -KEYWORDS="~amd64 ~x86"
110 -
111 -RDEPEND="
112 - sci-visualization/mayavi[${PYTHON_USEDEP}]
113 - dev-python/matplotlib[${PYTHON_USEDEP}]
114 - sci-libs/nibabel[${PYTHON_USEDEP}]
115 - dev-python/numpy[${PYTHON_USEDEP}]
116 - dev-python/scipy[${PYTHON_USEDEP}]"
117 -DEPEND=""
118 -
119 -S="${WORKDIR}/PySurfer-${PV}"
120 -
121 -PATCHES=( "${FILESDIR}/${PV}-headless_build.patch" )
122
123 diff --git a/sci-biology/pysurfer/pysurfer-0.6.ebuild b/sci-biology/pysurfer/pysurfer-0.6.ebuild
124 deleted file mode 100644
125 index 848a43cca..000000000
126 --- a/sci-biology/pysurfer/pysurfer-0.6.ebuild
127 +++ /dev/null
128 @@ -1,28 +0,0 @@
129 -# Copyright 1999-2015 Gentoo Foundation
130 -# Distributed under the terms of the GNU General Public License v2
131 -
132 -EAPI=5
133 -
134 -PYTHON_COMPAT=( python2_7 )
135 -
136 -inherit distutils-r1
137 -
138 -DESCRIPTION="Python based program for visualization of data from Freesurfer"
139 -HOMEPAGE="http://pysurfer.github.com"
140 -SRC_URI="https://github.com/nipy/PySurfer/archive/${PV}.zip -> ${P}.zip"
141 -
142 -LICENSE="BSD"
143 -SLOT="0"
144 -KEYWORDS="~amd64 ~x86"
145 -
146 -RDEPEND="
147 - sci-visualization/mayavi[${PYTHON_USEDEP}]
148 - dev-python/matplotlib[${PYTHON_USEDEP}]
149 - sci-libs/nibabel[${PYTHON_USEDEP}]
150 - dev-python/numpy[${PYTHON_USEDEP}]
151 - dev-python/scipy[${PYTHON_USEDEP}]"
152 -DEPEND=""
153 -
154 -S="${WORKDIR}/PySurfer-${PV}"
155 -
156 -PATCHES=( "${FILESDIR}/${PV}-headless_build.patch" )
157
158 diff --git a/sci-biology/pysurfer/pysurfer-9999.ebuild b/sci-biology/pysurfer/pysurfer-9999.ebuild
159 deleted file mode 100644
160 index 5bf1ee96f..000000000
161 --- a/sci-biology/pysurfer/pysurfer-9999.ebuild
162 +++ /dev/null
163 @@ -1,26 +0,0 @@
164 -# Copyright 1999-2014 Gentoo Foundation
165 -# Distributed under the terms of the GNU General Public License v2
166 -
167 -EAPI=5
168 -
169 -PYTHON_COMPAT=( python2_7 )
170 -
171 -inherit distutils-r1 git-r3
172 -
173 -DESCRIPTION="Python based program for visualization of data from Freesurfer"
174 -HOMEPAGE="http://pysurfer.github.com"
175 -SRC_URI=""
176 -EGIT_REPO_URI="https://github.com/nipy/PySurfer.git"
177 -
178 -LICENSE="BSD"
179 -SLOT="0"
180 -
181 -RDEPEND="
182 - sci-visualization/mayavi[${PYTHON_USEDEP}]
183 - dev-python/matplotlib[${PYTHON_USEDEP}]
184 - sci-libs/nibabel[${PYTHON_USEDEP}]
185 - dev-python/numpy[${PYTHON_USEDEP}]
186 - dev-python/scipy[${PYTHON_USEDEP}]"
187 -DEPEND=""
188 -
189 -S="${WORKDIR}/PySurfer-${PV}"