From ff534acae85969e1954cbf5cf18fb01c9e5a5d4e Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Mon, 16 May 2016 01:40:50 +0000 Subject: 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. WWW: https://pypi.python.org/pypi/intspan/ --- math/Makefile | 1 + math/py-intspan/Makefile | 18 ++++++++++++++++++ math/py-intspan/distinfo | 2 ++ math/py-intspan/pkg-descr | 5 +++++ 4 files changed, 26 insertions(+) create mode 100644 math/py-intspan/Makefile create mode 100644 math/py-intspan/distinfo create mode 100644 math/py-intspan/pkg-descr (limited to 'math') diff --git a/math/Makefile b/math/Makefile index b344ab91342d..70083241a92e 100644 --- a/math/Makefile +++ b/math/Makefile @@ -601,6 +601,7 @@ SUBDIR += py-graphillion SUBDIR += py-gsl SUBDIR += py-igraph + SUBDIR += py-intspan SUBDIR += py-luminol SUBDIR += py-mathdom SUBDIR += py-matplotlib diff --git a/math/py-intspan/Makefile b/math/py-intspan/Makefile new file mode 100644 index 000000000000..cdff28bf0158 --- /dev/null +++ b/math/py-intspan/Makefile @@ -0,0 +1,18 @@ +# Created by: Mark Felder +# $FreeBSD$ + +PORTNAME= intspan +PORTVERSION= 1.5.2 +CATEGORIES= math python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= feld@FreeBSD.org +COMMENT= FInite element Automatic Tabulator + +LICENSE= APACHE20 + +USES= python zip +USE_PYTHON= distutils autoplist + +.include diff --git a/math/py-intspan/distinfo b/math/py-intspan/distinfo new file mode 100644 index 000000000000..a53252b840f5 --- /dev/null +++ b/math/py-intspan/distinfo @@ -0,0 +1,2 @@ +SHA256 (intspan-1.5.2.zip) = 68d3b4c8a0de270d75b6b0395e3c36fc43ec94c54343eebc1f744f4b64fffb5d +SIZE (intspan-1.5.2.zip) = 15229 diff --git a/math/py-intspan/pkg-descr b/math/py-intspan/pkg-descr new file mode 100644 index 000000000000..239c822ed627 --- /dev/null +++ b/math/py-intspan/pkg-descr @@ -0,0 +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. + +WWW: https://pypi.python.org/pypi/intspan/ -- cgit v1.2.3