diff options
| -rw-r--r-- | science/py-pupynere/Makefile | 12 | ||||
| -rw-r--r-- | science/py-pupynere/pkg-descr | 3 |
2 files changed, 8 insertions, 7 deletions
diff --git a/science/py-pupynere/Makefile b/science/py-pupynere/Makefile index b52b005b7eed..c358467549b0 100644 --- a/science/py-pupynere/Makefile +++ b/science/py-pupynere/Makefile @@ -8,15 +8,15 @@ 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 <bsd.port.mk> diff --git a/science/py-pupynere/pkg-descr b/science/py-pupynere/pkg-descr index d317cc77a1a5..1925cf2bc79a 100644 --- a/science/py-pupynere/pkg-descr +++ b/science/py-pupynere/pkg-descr @@ -2,4 +2,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/ +WWW: https://pypi.python.org/pypi/pupynere +WWW: https://bitbucket.org/robertodealmeida/pupynere |
