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

sci-biology/pysurfer: removed package with missing dep (mayavi)

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

 .../pysurfer/files/0.4-headless_build.patch        | 22 -----------------
 .../pysurfer/files/0.6-headless_build.patch        | 13 ----------
 sci-biology/pysurfer/metadata.xml                  | 11 ---------
 sci-biology/pysurfer/pysurfer-0.4.ebuild           | 28 ----------------------
 sci-biology/pysurfer/pysurfer-0.6.ebuild           | 28 ----------------------
 sci-biology/pysurfer/pysurfer-9999.ebuild          | 26 --------------------
 6 files changed, 128 deletions(-)

diff --git a/sci-biology/pysurfer/files/0.4-headless_build.patch 
b/sci-biology/pysurfer/files/0.4-headless_build.patch
deleted file mode 100644
index 0cebc112a..000000000
--- a/sci-biology/pysurfer/files/0.4-headless_build.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/setup.py b/setup.py
-index c8681c2..41c21a5 100644
---- a/setup.py
-+++ b/setup.py
-@@ -10,8 +10,6 @@ import os
- # deal with MPL sandbox violations during easy_install
- os.environ['MPLCONFIGDIR'] = '.'
- 
--import surfer
--
- DISTNAME = 'pysurfer'
- DESCRIPTION = descr
- LONG_DESCRIPTION = descr
-@@ -20,7 +18,7 @@ MAINTAINER_EMAIL = 'mwas...@stanford.edu'
- URL = 'http://pysurfer.github.com'
- LICENSE = 'BSD (3-clause)'
- DOWNLOAD_URL = 'https://github.com/nipy/PySurfer'
--VERSION = surfer.__version__
-+VERSION = "0.4"
- 
- import setuptools  # we are using a setuptools namespace
- from numpy.distutils.core import setup

diff --git a/sci-biology/pysurfer/files/0.6-headless_build.patch 
b/sci-biology/pysurfer/files/0.6-headless_build.patch
deleted file mode 100644
index e75def095..000000000
--- a/sci-biology/pysurfer/files/0.6-headless_build.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/setup.py b/setup.py
-index c8681c2..41c21a5 100644
---- a/setup.py
-+++ b/setup.py
-@@ -20,7 +18,7 @@ MAINTAINER_EMAIL = 'mwas...@stanford.edu'
- URL = 'http://pysurfer.github.com'
- LICENSE = 'BSD (3-clause)'
- DOWNLOAD_URL = 'https://github.com/nipy/PySurfer'
--VERSION = version
-+VERSION = "0.6"
- 
- import setuptools  # we are using a setuptools namespace
- from numpy.distutils.core import setup

diff --git a/sci-biology/pysurfer/metadata.xml 
b/sci-biology/pysurfer/metadata.xml
deleted file mode 100644
index e4897b79c..000000000
--- a/sci-biology/pysurfer/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>s...@gentoo.org</email>
-               <name>Gentoo Science Project</name>
-       </maintainer>
-       <upstream>
-               <remote-id type="github">nipy/PySurfer</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/sci-biology/pysurfer/pysurfer-0.4.ebuild 
b/sci-biology/pysurfer/pysurfer-0.4.ebuild
deleted file mode 100644
index 848a43cca..000000000
--- a/sci-biology/pysurfer/pysurfer-0.4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python based program for visualization of data from Freesurfer"
-HOMEPAGE="http://pysurfer.github.com";
-SRC_URI="https://github.com/nipy/PySurfer/archive/${PV}.zip -> ${P}.zip"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-       sci-visualization/mayavi[${PYTHON_USEDEP}]
-       dev-python/matplotlib[${PYTHON_USEDEP}]
-       sci-libs/nibabel[${PYTHON_USEDEP}]
-       dev-python/numpy[${PYTHON_USEDEP}]
-       dev-python/scipy[${PYTHON_USEDEP}]"
-DEPEND=""
-
-S="${WORKDIR}/PySurfer-${PV}"
-
-PATCHES=( "${FILESDIR}/${PV}-headless_build.patch" )

diff --git a/sci-biology/pysurfer/pysurfer-0.6.ebuild 
b/sci-biology/pysurfer/pysurfer-0.6.ebuild
deleted file mode 100644
index 848a43cca..000000000
--- a/sci-biology/pysurfer/pysurfer-0.6.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python based program for visualization of data from Freesurfer"
-HOMEPAGE="http://pysurfer.github.com";
-SRC_URI="https://github.com/nipy/PySurfer/archive/${PV}.zip -> ${P}.zip"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-       sci-visualization/mayavi[${PYTHON_USEDEP}]
-       dev-python/matplotlib[${PYTHON_USEDEP}]
-       sci-libs/nibabel[${PYTHON_USEDEP}]
-       dev-python/numpy[${PYTHON_USEDEP}]
-       dev-python/scipy[${PYTHON_USEDEP}]"
-DEPEND=""
-
-S="${WORKDIR}/PySurfer-${PV}"
-
-PATCHES=( "${FILESDIR}/${PV}-headless_build.patch" )

diff --git a/sci-biology/pysurfer/pysurfer-9999.ebuild 
b/sci-biology/pysurfer/pysurfer-9999.ebuild
deleted file mode 100644
index 5bf1ee96f..000000000
--- a/sci-biology/pysurfer/pysurfer-9999.ebuild
+++ /dev/null
@@ -1,26 +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 git-r3
-
-DESCRIPTION="Python based program for visualization of data from Freesurfer"
-HOMEPAGE="http://pysurfer.github.com";
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/nipy/PySurfer.git";
-
-LICENSE="BSD"
-SLOT="0"
-
-RDEPEND="
-       sci-visualization/mayavi[${PYTHON_USEDEP}]
-       dev-python/matplotlib[${PYTHON_USEDEP}]
-       sci-libs/nibabel[${PYTHON_USEDEP}]
-       dev-python/numpy[${PYTHON_USEDEP}]
-       dev-python/scipy[${PYTHON_USEDEP}]"
-DEPEND=""
-
-S="${WORKDIR}/PySurfer-${PV}"

Reply via email to