pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-netcdf4: Removed
Module Name: pkgsrc-wip
Committed By: Min Kim <minskim%NetBSD.org@localhost>
Pushed By: minskim
Date: Wed Oct 2 16:25:16 2019 -0700
Changeset: 1daa5dbcf60b5cc7c55a7b0aa5fce729220bf84d
Modified Files:
Makefile
py-cf-python/Makefile
Removed Files:
py-netcdf4/DESCR
py-netcdf4/Makefile
py-netcdf4/PLIST
py-netcdf4/distinfo
Log Message:
py-netcdf4: Removed
A newer version has been imported into pkgsrc.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1daa5dbcf60b5cc7c55a7b0aa5fce729220bf84d
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
py-cf-python/Makefile | 2 +-
py-netcdf4/DESCR | 6 ------
py-netcdf4/Makefile | 29 -----------------------------
py-netcdf4/PLIST | 24 ------------------------
py-netcdf4/distinfo | 6 ------
6 files changed, 1 insertion(+), 67 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index bd6aa0c5fe..cec15eb938 100644
--- a/Makefile
+++ b/Makefile
@@ -3706,7 +3706,6 @@ SUBDIR+= py-neo
SUBDIR+= py-neovim
SUBDIR+= py-neqsys
SUBDIR+= py-netcdf
-SUBDIR+= py-netcdf4
SUBDIR+= py-netflowvizu
SUBDIR+= py-netmiko
SUBDIR+= py-neupy
diff --git a/py-cf-python/Makefile b/py-cf-python/Makefile
index 2c77a296dd..6050906b42 100644
--- a/py-cf-python/Makefile
+++ b/py-cf-python/Makefile
@@ -15,7 +15,7 @@ PYTHON_VERSIONS_ACCEPTED= 27
DEPENDS+= ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
DEPENDS+= ${PYPKGPREFIX}-scipy>=0.15.1:../../math/py-scipy
DEPENDS+= ${PYPKGPREFIX}-psutil-2.1.3:../../sysutils/py-psutil
-DEPENDS+= ${PYPKGPREFIX}-netcdf4>=1.1.8:../../wip/py-netcdf4
+DEPENDS+= ${PYPKGPREFIX}-netCDF4>=1.1.8:../../math/py-netCDF4
.include "../../lang/python/distutils.mk"
.include "../../math/py-numpy/buildlink3.mk"
diff --git a/py-netcdf4/DESCR b/py-netcdf4/DESCR
deleted file mode 100644
index 5c64ae1f6c..0000000000
--- a/py-netcdf4/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-netCDF version 4 has many features not found in earlier versions of the library,
-such as hierarchical groups, zlib compression, multiple unlimited dimensions,
-and new data types. It is implemented on top of HDF5. This module implements
-most of the new features, and can read and write netCDF files compatible with
-older versions of the library. The API is modelled after Scientific.IO.NetCDF,
-and should be familiar to users of that module.
diff --git a/py-netcdf4/Makefile b/py-netcdf4/Makefile
deleted file mode 100644
index 3249c8f4ac..0000000000
--- a/py-netcdf4/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $NetBSD$
-
-DISTNAME= netCDF4-1.2.4
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
-CATEGORIES= devel python
-MASTER_SITES= ${MASTER_SITE_PYPI:=n/netCDF4/}
-
-MAINTAINER= jihbed.research%gmail.com@localhost
-HOMEPAGE= http://code.google.com/p/netcdf4-python/
-COMMENT= Python/numpy interface to netCDF library (versions 3 and 4)
-LICENSE= mit
-
-USE_TOOLS+= pkg-config
-
-SUBST_CLASSES+= paths
-SUBST_STAGE.paths= pre-configure
-SUBST_SED.paths+= -e 's,/usr/local,${PREFIX},g'
-SUBST_FILES.paths+= setup.py
-SUBST_MESSAGE.paths= Fixing header search paths.
-
-do-test:
- ${RUN} cd ${WRKSRC}/test; ${SETENV} ${TEST_ENV} ${PYTHONBIN} run_all.py
-
-.include "../../devel/hdf5/buildlink3.mk"
-.include "../../devel/netcdf/buildlink3.mk"
-.include "../../devel/py-cython/buildlink3.mk"
-.include "../../lang/python/egg.mk"
-.include "../../math/py-numpy/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-netcdf4/PLIST b/py-netcdf4/PLIST
deleted file mode 100644
index ff51b284be..0000000000
--- a/py-netcdf4/PLIST
+++ /dev/null
@@ -1,24 +0,0 @@
-@comment $NetBSD$
-bin/nc3tonc4
-bin/nc4tonc3
-bin/ncinfo
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/netCDF4/__init__.py
-${PYSITELIB}/netCDF4/__init__.pyo
-${PYSITELIB}/netCDF4/__init__.pyc
-${PYSITELIB}/netCDF4/utils.pyo
-${PYSITELIB}/netCDF4/utils.pyc
-${PYSITELIB}/netCDF4/_netCDF4.so
-${PYSITELIB}/netCDF4/utils.py
-${PYSITELIB}/netcdftime/__init__.py
-${PYSITELIB}/netcdftime/__init__.pyo
-${PYSITELIB}/netcdftime/__init__.pyc
-${PYSITELIB}/netcdftime/netcdftime.pyo
-${PYSITELIB}/netcdftime/netcdftime.pyc
-${PYSITELIB}/netcdftime/_datetime.so
-${PYSITELIB}/netcdftime/netcdftime.py
diff --git a/py-netcdf4/distinfo b/py-netcdf4/distinfo
deleted file mode 100644
index a6b1e0b1ed..0000000000
--- a/py-netcdf4/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.2 2015/06/10 21:42:58 jihbed Exp $
-
-SHA1 (netCDF4-1.2.4.tar.gz) = 155021854112ee33da61ccd202122529f67e1946
-RMD160 (netCDF4-1.2.4.tar.gz) = 1127a3aeb794ea69a1ed9d340f7bbda240648500
-SHA512 (netCDF4-1.2.4.tar.gz) = 6d4f6bef8c52a76b37f01332401263d132d5fb9904c87ece676a5b09ce5f123775f76bd60bb8e1cb9659edcb361e8392a623354309b19b150010161fc3e28b9f
-Size (netCDF4-1.2.4.tar.gz) = 679019 bytes
Home |
Main Index |
Thread Index |
Old Index