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
This commit is contained in:
parent
6a6fec479d
commit
656aeb0f3b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=483523
3 changed files with 10 additions and 8 deletions
|
@ -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>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1539919525
|
||||
TIMESTAMP = 1540844747
|
||||
SHA256 (intspan-1.5.14.zip) = 7734397db3f461de0df2b3b70a4f352205250d9ee42dc9d48cc7435ca8b59089
|
||||
SIZE (intspan-1.5.14.zip) = 17144
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue