Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Nov 2020 18:05:25 +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: r555323 - head/math/py-intspan
Message-ID:  <202011151805.0AFI5PAw018905@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Nov 15 18:05:25 2020
New Revision: 555323
URL: https://svnweb.freebsd.org/changeset/ports/555323

Log:
  Update to 1.6.1
  
  - Update WWW
  
  Changes:	https://github.com/jonathaneunice/intspan/blob/master/docs/CHANGES.rst

Modified:
  head/math/py-intspan/Makefile
  head/math/py-intspan/distinfo
  head/math/py-intspan/pkg-descr

Modified: head/math/py-intspan/Makefile
==============================================================================
--- head/math/py-intspan/Makefile	Sun Nov 15 18:03:45 2020	(r555322)
+++ head/math/py-intspan/Makefile	Sun Nov 15 18:05:25 2020	(r555323)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	intspan
-PORTVERSION=	1.5.15
+PORTVERSION=	1.6.1
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,7 @@ COMMENT=	Finite element automatic tabulator
 
 LICENSE=	APACHE20
 
-USES=		python zip
+USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/math/py-intspan/distinfo
==============================================================================
--- head/math/py-intspan/distinfo	Sun Nov 15 18:03:45 2020	(r555322)
+++ head/math/py-intspan/distinfo	Sun Nov 15 18:05:25 2020	(r555323)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1548498515
-SHA256 (intspan-1.5.15.zip) = 51e16ef8fb3e55aaab90d51594bccf7f8c8f223f6f2fed8b60366f38413d0d3f
-SIZE (intspan-1.5.15.zip) = 17653
+TIMESTAMP = 1605426447
+SHA256 (intspan-1.6.1.tar.gz) = 2ebefbfeeea9fd07e50e3969671712ed3ade730355d3224a41829fc31f7fc0b2
+SIZE (intspan-1.6.1.tar.gz) = 12557

Modified: head/math/py-intspan/pkg-descr
==============================================================================
--- head/math/py-intspan/pkg-descr	Sun Nov 15 18:03:45 2020	(r555322)
+++ head/math/py-intspan/pkg-descr	Sun Nov 15 18:05:25 2020	(r555323)
@@ -2,4 +2,4 @@ intspan is a set subclass that conveniently represents
 can be created from, and displayed as, integer spans such as 1-3,14,29,92-97
 rather than exhaustive member listings.
 
-WWW: https://bitbucket.org/jeunice/intspan
+WWW: https://github.com/jonathaneunice/intspan



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