Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Oct 2018 19:54:04 +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: r483523 - head/math/py-intspan
Message-ID:  <201810301954.w9UJs47A055230@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Oct 30 19:54:04 2018
New Revision: 483523
URL: https://svnweb.freebsd.org/changeset/ports/483523

Log:
  Update to 1.5.14
  
  - Add NO_ARCH
  - Update pkg-descr
  - Update WWW
  - Take maintainership
  
  Changes:	https://bitbucket.org/jeunice/intspan/src/default/CHANGES.yml

Modified:
  head/math/py-intspan/Makefile
  head/math/py-intspan/distinfo
  head/math/py-intspan/pkg-descr   (contents, props changed)

Modified: head/math/py-intspan/Makefile
==============================================================================
--- head/math/py-intspan/Makefile	Tue Oct 30 19:53:54 2018	(r483522)
+++ head/math/py-intspan/Makefile	Tue Oct 30 19:54:04 2018	(r483523)
@@ -7,12 +7,14 @@ CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	FInite element Automatic Tabulator
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Finite element automatic tabulator
 
 LICENSE=	APACHE20
 
 USES=		python zip
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/math/py-intspan/distinfo
==============================================================================
--- head/math/py-intspan/distinfo	Tue Oct 30 19:53:54 2018	(r483522)
+++ head/math/py-intspan/distinfo	Tue Oct 30 19:54:04 2018	(r483523)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1539919525
+TIMESTAMP = 1540844747
 SHA256 (intspan-1.5.14.zip) = 7734397db3f461de0df2b3b70a4f352205250d9ee42dc9d48cc7435ca8b59089
 SIZE (intspan-1.5.14.zip) = 17144

Modified: head/math/py-intspan/pkg-descr
==============================================================================
--- head/math/py-intspan/pkg-descr	Tue Oct 30 19:53:54 2018	(r483522)
+++ head/math/py-intspan/pkg-descr	Tue Oct 30 19:54:04 2018	(r483523)
@@ -1,5 +1,5 @@
-intspan is a set subclass that conveniently stores sets of integers.
-Sets can be created from and displayed as integer spans such as
-1-3,14,29,92-97 rather than exhaustive member listings.
+intspan is a set subclass that conveniently represents sets of integers. Sets
+can be created from, and displayed as, integer spans such as 1-3,14,29,92-97
+rather than exhaustive member listings.
 
-WWW: https://pypi.org/project/intspan/
+WWW: https://bitbucket.org/jeunice/intspan



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