Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Feb 2018 05:34:13 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462930 - head/science/py-pupynere
Message-ID:  <201802250534.w1P5YDFv066737@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Feb 25 05:34:13 2018
New Revision: 462930
URL: https://svnweb.freebsd.org/changeset/ports/462930

Log:
  Relax USES=python
  
  - Update COMMENT
  - Remove BUILD_DEPENDS
  - Add NO_ARCH
  - Allow concurrent installation (USE_PYTHON=concurrent)
  - Add PyPI as primary WWW
  - Update WWW
  - Take maintainership

Modified:
  head/science/py-pupynere/Makefile
  head/science/py-pupynere/pkg-descr

Modified: head/science/py-pupynere/Makefile
==============================================================================
--- head/science/py-pupynere/Makefile	Sun Feb 25 05:34:08 2018	(r462929)
+++ head/science/py-pupynere/Makefile	Sun Feb 25 05:34:13 2018	(r462930)
@@ -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>

Modified: head/science/py-pupynere/pkg-descr
==============================================================================
--- head/science/py-pupynere/pkg-descr	Sun Feb 25 05:34:08 2018	(r462929)
+++ head/science/py-pupynere/pkg-descr	Sun Feb 25 05:34:13 2018	(r462930)
@@ -2,4 +2,5 @@ Pupynere is a Python module for reading and writing Ne
 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



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