summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-21 16:23:33 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-21 16:26:01 +0200
commit2c532ae36360806cbf9824f1729df2d1c3468259 (patch)
tree1cd448dbb1ab406b1949db5b96fe1a7068b36232 /dev-python
parent957469c03f8e4f4f7e0446870226a25786b676f3 (diff)
downloadgentoo-2c532ae36360806cbf9824f1729df2d1c3468259.tar.gz
gentoo-2c532ae36360806cbf9824f1729df2d1c3468259.tar.bz2
gentoo-2c532ae36360806cbf9824f1729df2d1c3468259.zip
dev-python/natgrid: Remove last-rited pkg
Closes: https://bugs.gentoo.org/719104 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/natgrid/Manifest1
-rw-r--r--dev-python/natgrid/metadata.xml17
-rw-r--r--dev-python/natgrid/natgrid-0.2.1-r3.ebuild32
3 files changed, 0 insertions, 50 deletions
diff --git a/dev-python/natgrid/Manifest b/dev-python/natgrid/Manifest
deleted file mode 100644
index 9f8ffe0d6ed3..000000000000
--- 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 ec0f5a10d4dd..000000000000
--- 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>sci@gentoo.org</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 6aaf7a59c2db..000000000000
--- 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
-}