aboutsummaryrefslogtreecommitdiff
path: root/math/py-intspan
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* Update to 1.6.1Sunpoet Po-Chuan Hsieh2020-11-153-6/+6
| | | | | | | | | - Update WWW Changes: https://github.com/jonathaneunice/intspan/blob/master/docs/CHANGES.rst Notes: svn path=/head/; revision=555323
* Update to 1.5.15Sunpoet Po-Chuan Hsieh2019-01-262-4/+4
| | | | | | | Changes: https://bitbucket.org/jeunice/intspan/src/default/CHANGES.yml Notes: svn path=/head/; revision=491278
* Update to 1.5.14Sunpoet Po-Chuan Hsieh2018-10-303-8/+10
| | | | | | | | | | | | - Add NO_ARCH - Update pkg-descr - Update WWW - Take maintainership Changes: https://bitbucket.org/jeunice/intspan/src/default/CHANGES.yml Notes: svn path=/head/; revision=483523
* math/py-intspan: Update to 1.5.14Steve Wills2018-10-272-4/+4
| | | | | | | | PR: 232432 Submitted by: Nathan <ndowens@yahoo.com> Notes: svn path=/head/; revision=483103
* Reset maintainer on my python portsMark Felder2018-10-021-1/+1
| | | | Notes: svn path=/head/; revision=481127
* Switch all pypi.python.org WWWs to a new PyPi home pypi.org whereDmitry Marakasov2018-04-251-1/+1
| | | | | | | | | | they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat Notes: svn path=/head/; revision=468282
* Canonicalize PyPi WWWs:Dmitry Marakasov2018-02-081-1/+1
| | | | | | | | | | - Switch to https:// - Remove trailing slashes Approved by: portmgr blanket Notes: svn path=/head/; revision=461265
* math/py-intspan: Update to 1.5.3Mark Felder2016-06-222-3/+4
| | | | Notes: svn path=/head/; revision=417309
* intspan is a set subclass that conveniently stores sets of integers.Mark Felder2016-05-163-0/+25
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/ Notes: svn path=/head/; revision=415293