commit:     633c382330bebf11296736266332cc90ebffa53f
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 18 00:06:02 2016 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Thu Feb 18 00:06:02 2016 +0000
URL:        https://gitweb.gentoo.org/dev/bicatali.git/commit/?id=633c3823

dev-python/netcdf4-python: updated in main tree

 dev-python/netcdf4-python/Manifest                 |  1 -
 dev-python/netcdf4-python/metadata.xml             | 18 ------------
 .../netcdf4-python/netcdf4-python-1.2.1.ebuild     | 34 ----------------------
 3 files changed, 53 deletions(-)

diff --git a/dev-python/netcdf4-python/Manifest 
b/dev-python/netcdf4-python/Manifest
deleted file mode 100644
index be7cf60..0000000
--- a/dev-python/netcdf4-python/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST netCDF4-1.2.1.tar.gz 663169 SHA256 
3e0e71fc12af077a4737e75b6f421369e8170edc2cef0404d1164ae9ff38ef73 SHA512 
05f419f7d80576843fb6c2ee7fb0d4f1be92861cb53024c71eac297f3a94bfcbd224470164174786ec9fcdd4081f2f4fc59cbcebf7a606c66d686776bc1cce8c
 WHIRLPOOL 
ae76ffdebe34b72660c8e4f8687f8389b46ab07480a61be8e86b41a9bc2c0b9f9d9974c22837d047d6ecc155264c1d2227cade51294bcfa121609b3ed253a531

diff --git a/dev-python/netcdf4-python/metadata.xml 
b/dev-python/netcdf4-python/metadata.xml
deleted file mode 100644
index 5d31d8f..0000000
--- a/dev-python/netcdf4-python/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <herd>sci</herd>
-  <maintainer>
-    <email>[email protected]</email>
-  </maintainer>
-  <longdescription>
-    netcdf4-python is a Python interface to the netCDF C library.
-    netCDF version 4 can read and write files in both the new netCDF 4
-    and the old netCDF 3 format, and can create files that are readable
-    by HDF5 clients. The API modelled after Scientific.IO.NetCDF, and 
-    should be familiar to users of that module.
-  </longdescription>
-  <upstream>
-    <remote-id type="pypi">netCDF4</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/dev-python/netcdf4-python/netcdf4-python-1.2.1.ebuild 
b/dev-python/netcdf4-python/netcdf4-python-1.2.1.ebuild
deleted file mode 100644
index ddef28a..0000000
--- a/dev-python/netcdf4-python/netcdf4-python-1.2.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
-
-inherit distutils-r1
-
-MY_PN="netCDF4"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Python/numpy interface to the netCDF C library"
-HOMEPAGE="http://unidata.github.io/netcdf4-python";
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND="
-       dev-python/numpy
-       sci-libs/hdf5
-       sci-libs/netcdf:=[hdf,hdf5]"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"/${MY_P}
-
-python_test() {
-       cd test || die
-       ${PYTHON} run_all.py || die
-}

Reply via email to