commit:     2c532ae36360806cbf9824f1729df2d1c3468259
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 14:23:33 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 14:26:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c532ae3

dev-python/natgrid: Remove last-rited pkg

Closes: https://bugs.gentoo.org/719104
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/natgrid/Manifest                |  1 -
 dev-python/natgrid/metadata.xml            | 17 ----------------
 dev-python/natgrid/natgrid-0.2.1-r3.ebuild | 32 ------------------------------
 profiles/package.mask                      |  1 -
 4 files changed, 51 deletions(-)

diff --git a/dev-python/natgrid/Manifest b/dev-python/natgrid/Manifest
deleted file mode 100644
index 9f8ffe0d6ed..00000000000
--- a/dev-python/natgrid/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST natgrid-0.2.1.tar.gz 35205 BLAKE2B 
6ca1108ffc1b30dc8e4c570405817a73dc7b2c0e0b865978d2918bf8d1e9d503904c3eea704f7c5310ae947c558e284d7ce8bd70ff2add6d876c4894bdccedb4
 SHA512 
489e8454f05ff994bad23d88bb423fd0bc17e838193865d3dbb6be0d01221203dcd1644c133827421ba4acf354295f07533ff838b138056064e1bee73d43c922

diff --git a/dev-python/natgrid/metadata.xml b/dev-python/natgrid/metadata.xml
deleted file mode 100644
index ec0f5a10d4d..00000000000
--- a/dev-python/natgrid/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>[email protected]</email>
-               <name>Gentoo Science Project</name>
-       </maintainer>
-       <longdescription lang="en">
-               mpl_toolkits.natgrid is an python interface to natgrid C 
library for
-               gridding irregularly spaced data.
-               The original natgrid is a natural neighbor gridding package.
-               (See http://www.ncarg.ucar.edu//ngmath/natgrid/nnhome.html).
-       </longdescription>
-       <upstream>
-               <remote-id type="sourceforge">matplotlib</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/dev-python/natgrid/natgrid-0.2.1-r3.ebuild 
b/dev-python/natgrid/natgrid-0.2.1-r3.ebuild
deleted file mode 100644
index 6aaf7a59c2d..00000000000
--- a/dev-python/natgrid/natgrid-0.2.1-r3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Matplotlib toolkit for gridding irreguraly spaced data"
-HOMEPAGE="http://matplotlib.sourceforge.net/users/toolkits.html";
-SRC_URI="mirror://sourceforge/matplotlib/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND=">=dev-python/matplotlib-0.98[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
-
-python_install_all() {
-       insinto /usr/share/doc/${PF}
-       doins test.py
-       distutils-r1_python_install_all
-}
-
-python_install() {
-       # namespace installed by dev-python/matplotlib
-       rm "${BUILD_DIR}/lib/mpl_toolkits/__init__.py" || die
-       distutils-r1_python_install --skip-build
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index db4979fdcfb..9c50c63d7d1 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -607,7 +607,6 @@ dev-python/girder-client
 dev-python/ipynb
 dev-python/jira
 dev-python/jplephem
-dev-python/natgrid
 
 # Alfredo Tupone <[email protected]> (2020-08-16)
 # Ported to py3.8 but not yet released

Reply via email to