Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Feb 2018 05:34:03 +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: r462928 - head/science/py-coards
Message-ID:  <201802250534.w1P5Y3xm066477@repo.freebsd.org>

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

Log:
  Relax USES=python
  
  - Allow concurrent installation (USE_PYTHON=concurrent)
  - Add NO_ARCH
  - Bump PORTREVISION for package change
  - Take maintainership

Modified:
  head/science/py-coards/Makefile

Modified: head/science/py-coards/Makefile
==============================================================================
--- head/science/py-coards/Makefile	Sun Feb 25 05:33:58 2018	(r462927)
+++ head/science/py-coards/Makefile	Sun Feb 25 05:34:03 2018	(r462928)
@@ -3,17 +3,18 @@
 
 PORTNAME=	coards
 PORTVERSION=	1.0.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	science python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	COARDS compliant time parser
 
 LICENSE=	MIT
 
-USES=		python:2.7
-USE_PYTHON=	distutils autoplist
+NO_ARCH=	yes
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
 
 .include <bsd.port.mk>



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