Bug 179744 - [NEW PORT] science/py27-pupynere: A pure python NetCDF reader
Summary: [NEW PORT] science/py27-pupynere: A pure python NetCDF reader
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Kubilay Kocak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-20 10:00 UTC by Johannes Meixner
Modified: 2013-09-02 12:38 UTC (History)
0 users

See Also:


Attachments
.shar (3.14 KB, text/plain)
2013-06-20 10:00 UTC, Johannes Meixner
no flags Details
py-pupynere.shar (3.14 KB, application/x-shar)
2013-07-30 12:56 UTC, johannes
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Johannes Meixner 2013-06-20 10:00:00 UTC
Pupynere is a Python module for reading and writing NetCDF files, using the same
API as Scientific.IO.NetCDF and pynetcdf. It depends only on Numpy, so you don't
need to have the NetCDF library installed.

Www: https://pypi.python.org/pypi/pupynere/

Generated with FreeBSD Port Tools 0.99_7 (mode: new)
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2013-06-22 16:20:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2013-07-18 09:05:09 UTC
State Changed
From-To: open->feedback

build fails 
http://po.miwibox.org:1288/bulk/latest-per-pkg/py27-pupynere/1.0.15/
Comment 3 johannes 2013-07-30 12:56:30 UTC
Here's the SHAR without the superfluous "i" line in py-pupynere/pkg-plist.
It should compile this time.

Johannes Meixner
http://www.meixner.or.at
Comment 4 Kubilay Kocak freebsd_committer freebsd_triage 2013-09-02 10:24:47 UTC
Responsible Changed
From-To: miwi->koobs

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-09-02 12:27:50 UTC
Author: koobs
Date: Mon Sep  2 11:27:42 2013
New Revision: 325976
URL: http://svnweb.freebsd.org/changeset/ports/325976

Log:
  science/py-pupynere: Module for reading and writing NetCDF files [NEW PORT]
  
  Pupynere is a Python module for reading and writing NetCDF files, using the same
  API as Scientific.IO.NetCDF and pynetcdf. It depends only on Numpy, so you don't
  need to have the NetCDF library installed.
  
  WWW: https://pypi.python.org/pypi/pupynere/
  
  PR:		ports/179744
  Submitted by:	Johannes Jost Meixner <xmj@chaot.net>

Added:
  head/science/py-pupynere/
  head/science/py-pupynere/Makefile   (contents, props changed)
  head/science/py-pupynere/distinfo   (contents, props changed)
  head/science/py-pupynere/files/
  head/science/py-pupynere/files/patch-setup.py   (contents, props changed)
  head/science/py-pupynere/pkg-descr   (contents, props changed)
  head/science/py-pupynere/pkg-plist   (contents, props changed)
Modified:
  head/science/Makefile

Modified: head/science/Makefile
==============================================================================
--- head/science/Makefile	Mon Sep  2 11:11:59 2013	(r325975)
+++ head/science/Makefile	Mon Sep  2 11:27:42 2013	(r325976)
@@ -157,6 +157,7 @@
     SUBDIR += py-netCDF4
     SUBDIR += py-obspy
     SUBDIR += py-paida
+    SUBDIR += py-pupynere
     SUBDIR += py-pydicom
     SUBDIR += py-scikit-learn
     SUBDIR += py-scimath

Added: head/science/py-pupynere/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/py-pupynere/Makefile	Mon Sep  2 11:27:42 2013	(r325976)
@@ -0,0 +1,22 @@
+# Created by: Johannes Meixner <xmj@chaot.net>
+# $FreeBSD$
+
+PORTNAME=	pupynere
+PORTVERSION=	1.0.15
+CATEGORIES=	science python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	xmj@chaot.net
+COMMENT=	Python module for reading and writing NetCDF files
+
+LICENSE=	MIT
+
+BUILD_DEPENDS=	${PYNUMPY}
+RUN_DEPENDS=	${PYNUMPY}
+
+USE_PYTHON=		-2.7
+USE_PYDISTUTILS=	easy_install
+PYDISTUTILS_NOEGGINFO=	yes
+
+.include <bsd.port.mk>

Added: head/science/py-pupynere/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/py-pupynere/distinfo	Mon Sep  2 11:27:42 2013	(r325976)
@@ -0,0 +1,2 @@
+SHA256 (pupynere-1.0.15.tar.gz) = b759b501406c950b576de1880f1dc080e05536ae42299267093e2379dac9086d
+SIZE (pupynere-1.0.15.tar.gz) = 8566

Added: head/science/py-pupynere/files/patch-setup.py
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/py-pupynere/files/patch-setup.py	Mon Sep  2 11:27:42 2013	(r325976)
@@ -0,0 +1,11 @@
+--- ./setup.py.orig	2013-06-20 10:29:51.598889219 +0300
++++ ./setup.py	2013-06-20 10:30:03.628888237 +0300
+@@ -93,7 +93,7 @@
+         license='MIT',
+         py_modules=['pupynere'],
+         include_package_data=True,
+-        zip_safe=True,
++        zip_safe=False,
+         test_suite = 'nose.collector',
+         install_requires=[
+             'numpy',

Added: head/science/py-pupynere/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/py-pupynere/pkg-descr	Mon Sep  2 11:27:42 2013	(r325976)
@@ -0,0 +1,5 @@
+Pupynere is a Python module for reading and writing NetCDF files, using the same
+API as Scientific.IO.NetCDF and pynetcdf. It depends only on Numpy, so you don't
+need to have the NetCDF library installed.
+
+WWW: http://bitbucket.org/robertodealmeida/pupynere/

Added: head/science/py-pupynere/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/py-pupynere/pkg-plist	Mon Sep  2 11:27:42 2013	(r325976)
@@ -0,0 +1,11 @@
+%%PYTHON_SITELIBDIR%%/pupynere-1.0.15-py2.7.egg/EGG-INFO/PKG-INFO
+%%PYTHON_SITELIBDIR%%/pupynere-1.0.15-py2.7.egg/EGG-INFO/SOURCES.txt
+%%PYTHON_SITELIBDIR%%/pupynere-1.0.15-py2.7.egg/EGG-INFO/dependency_links.txt
+%%PYTHON_SITELIBDIR%%/pupynere-1.0.15-py2.7.egg/EGG-INFO/not-zip-safe
+%%PYTHON_SITELIBDIR%%/pupynere-1.0.15-py2.7.egg/EGG-INFO/requires.txt
+%%PYTHON_SITELIBDIR%%/pupynere-1.0.15-py2.7.egg/EGG-INFO/top_level.txt
+%%PYTHON_SITELIBDIR%%/pupynere-1.0.15-py2.7.egg/pupynere.py
+%%PYTHON_SITELIBDIR%%/pupynere-1.0.15-py2.7.egg/pupynere.pyc
+%%PYTHON_SITELIBDIR%%/pupynere-1.0.15-py2.7.egg/pupynere.pyo
+@dirrmtry %%PYTHON_SITELIBDIR%%/pupynere-1.0.15-py2.7.egg/EGG-INFO
+@dirrmtry %%PYTHON_SITELIBDIR%%/pupynere-1.0.15-py2.7.egg
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 6 Kubilay Kocak freebsd_committer freebsd_triage 2013-09-02 12:38:03 UTC
State Changed
From-To: feedback->closed

New port added, with minor changes. Thanks Johannes!