Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2013 11:46:07 +0300 (EEST)
From:      Johannes Jost Meixner <xmj@chaot.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/179744: [NEW PORT] science/py27-pupynere: A pure python NetCDF reader
Message-ID:  <3147105066.enqueue@mx12>
Resent-Message-ID: <201306200900.r5K9009s061874@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         179744
>Category:       ports
>Synopsis:       [NEW PORT] science/py27-pupynere: A pure python NetCDF reader
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 20 09:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Johannes Jost Meixner
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD mx12 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r251905M: Tue Jun 18 18:25:28 EEST
>Description:
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)
>How-To-Repeat:
>Fix:

--- .shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	py-pupynere
#	py-pupynere/distinfo
#	py-pupynere/Makefile
#	py-pupynere/pkg-plist
#	py-pupynere/files
#	py-pupynere/files/patch-setup.py
#	py-pupynere/pkg-descr
#
echo c - py-pupynere
mkdir -p py-pupynere > /dev/null 2>&1
echo x - py-pupynere/distinfo
sed 's/^X//' >py-pupynere/distinfo << '53946c2fef50cf5a9f27c33ddb8c6c8b'
XSHA256 (pupynere-1.0.15.tar.gz) = b759b501406c950b576de1880f1dc080e05536ae42299267093e2379dac9086d
XSIZE (pupynere-1.0.15.tar.gz) = 8566
53946c2fef50cf5a9f27c33ddb8c6c8b
echo x - py-pupynere/Makefile
sed 's/^X//' >py-pupynere/Makefile << 'bfc7dbe959e3d8861c51a65257870064'
X# Created by: Johannes Meixner <xmj@chaot.net>
X# $FreeBSD$
X
XPORTNAME=	pupynere
XPORTVERSION=	1.0.15
XCATEGORIES=	science python
XMASTER_SITES=	CHEESESHOP
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
X
XMAINTAINER=	xmj@chaot.net
XCOMMENT=	A pure python NetCDF reader
X
XLICENSE=	MIT
X
XBUILD_DEPENDS=	${PYNUMPY}
XRUN_DEPENDS=	${PYNUMPY}
X
XUSE_PYTHON=		2.7
XUSE_PYDISTUTILS=	easy_install
XPYDISTUTILS_NOEGGINFO=	yes
X
X.include <bsd.port.mk>
bfc7dbe959e3d8861c51a65257870064
echo x - py-pupynere/pkg-plist
sed 's/^X//' >py-pupynere/pkg-plist << '3f13a6f84de9156b39c5426a8c100bea'
X%%PYTHON_SITELIBDIR%%/pupynere-1.0.15-py2.7.egg/pupynere.py
X%%PYTHON_SITELIBDIR%%/pupynere-1.0.15-py2.7.egg/pupynere.pyc
X%%PYTHON_SITELIBDIR%%/pupynere-1.0.15-py2.7.egg/EGG-INFO/not-zip-safe
X%%PYTHON_SITELIBDIR%%/pupynere-1.0.15-py2.7.egg/EGG-INFO/SOURCES.txt
X%%PYTHON_SITELIBDIR%%/pupynere-1.0.15-py2.7.egg/EGG-INFO/PKG-INFO
X%%PYTHON_SITELIBDIR%%/pupynere-1.0.15-py2.7.egg/EGG-INFO/requires.txt
X%%PYTHON_SITELIBDIR%%/pupynere-1.0.15-py2.7.egg/EGG-INFO/dependency_links.txt
X%%PYTHON_SITELIBDIR%%/pupynere-1.0.15-py2.7.egg/EGG-INFO/top_level.txt
X%%PYTHON_SITELIBDIR%%/pupynere-1.0.15-py2.7.egg/pupynere.pyo
X@dirrmtry %%PYTHON_SITELIBDIR%%/pupynere-1.0.15-py2.7.egg/EGG-INFO
X@dirrmtry %%PYTHON_SITELIBDIR%%/pupynere-1.0.15-py2.7.egg
Xi
3f13a6f84de9156b39c5426a8c100bea
echo c - py-pupynere/files
mkdir -p py-pupynere/files > /dev/null 2>&1
echo x - py-pupynere/files/patch-setup.py
sed 's/^X//' >py-pupynere/files/patch-setup.py << 'bd7e5b0078e386d0c5504fa2973d579b'
X--- ./setup.py.orig	2013-06-20 10:29:51.598889219 +0300
X+++ ./setup.py	2013-06-20 10:30:03.628888237 +0300
X@@ -93,7 +93,7 @@
X         license='MIT',
X         py_modules=['pupynere'],
X         include_package_data=True,
X-        zip_safe=True,
X+        zip_safe=False,
X         test_suite = 'nose.collector',
X         install_requires=[
X             'numpy',
bd7e5b0078e386d0c5504fa2973d579b
echo x - py-pupynere/pkg-descr
sed 's/^X//' >py-pupynere/pkg-descr << '7cd6732f33ff66e656ffe345a00f01d0'
XPupynere is a Python module for reading and writing NetCDF files, using the same
XAPI as Scientific.IO.NetCDF and pynetcdf. It depends only on Numpy, so you don't
Xneed to have the NetCDF library installed.
X
XWww: https://pypi.python.org/pypi/pupynere/
7cd6732f33ff66e656ffe345a00f01d0
exit
--- .shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3147105066.enqueue>