svn commit: r462930 - head/science/py-pupynere

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Feb 25 05:34:14 UTC 2018


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 at FreeBSD.org
-COMMENT=	Python module for reading and writing NetCDF files
+MAINTAINER=	sunpoet at 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


More information about the svn-ports-head mailing list