Index: head/science/py-pupynere/Makefile =================================================================== --- head/science/py-pupynere/Makefile (revision 462929) +++ head/science/py-pupynere/Makefile (revision 462930) @@ -1,22 +1,22 @@ # Created by: Johannes Meixner # $FreeBSD$ PORTNAME= pupynere PORTVERSION= 1.0.15 PORTREVISION= 5 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org -COMMENT= Python module for reading and writing NetCDF files +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= NetCDF file reader and writer LICENSE= MIT -BUILD_DEPENDS= ${PYNUMPY} -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PYNUMPY} -USES= python:2.7 -USE_PYTHON= distutils autoplist +NO_ARCH= yes +USES= python +USE_PYTHON= autoplist concurrent distutils .include Index: head/science/py-pupynere/pkg-descr =================================================================== --- head/science/py-pupynere/pkg-descr (revision 462929) +++ head/science/py-pupynere/pkg-descr (revision 462930) @@ -1,5 +1,6 @@ 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/ +WWW: https://pypi.python.org/pypi/pupynere +WWW: https://bitbucket.org/robertodealmeida/pupynere