./devel/py-Spans, Continuous set support for Python

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.0.1nb1, Package name: py310-Spans-1.0.1nb1, Maintainer: gson

Spans is a pure Python implementation of PostgreSQL's range types.
Range types are convenient when working with intervals of any kind.


Required to run:
[devel/py-setuptools] [lang/python27]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 43.958 KB

Version history: (Expand)


CVS history: (Expand)


   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2018-03-16 14:26:48 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-Spans: updated to 1.0.1

Version 1.0.1
Fixed PartialOrderingMixin not using __slots__
   2017-07-29 19:35:09 by Andreas Gustafsson | Files touched by this commit (2)
Log message:
Update devel/py-Spans to 1.0.0.  Changes since 0.5.0:

Added NotImplemented for << and >> operators when there is a type \ 
mismatch
Added | operator for unions of Range and NotImplemented support for RangeSet
Added & operator for intersections of Range and NotImplemented support for \ 
RangeSet
Added - operator for differences of Range and NotImplemented support for RangeSet
Added reversed() iterator support for DiscreteRange
Fixed overlap with empty range incorrectly returns True (bug #7)
Fixed issue with contains() for scalars on unbounded ranges
Fixed type check for right_of()
Fixed type check for contains()
Fixed type check for union()
Fixed type check for intersection()
Fixed type check for difference()
Fixed infinite iterators not being supported for DiscreteRange
   2017-05-21 12:09:47 by Andreas Gustafsson | Files touched by this commit (2)
Log message:
Include egg.mk, not distutils.mk, as this package uses setuptools.
   2017-05-17 12:46:27 by Andreas Gustafsson | Files touched by this commit (1)
Log message:
Spelling
   2017-05-17 12:46:02 by Andreas Gustafsson | Files touched by this commit (4)
Log message:
Initial import of devel/py-Spans 0.5.0.

Spans is a pure Python implementation of PostgreSQL's range types.
Range types are convenient when working with intervals of any kind.