NOTICE: This package has been removed from pkgsrc

./devel/py-bintrees, Provides Binary-, RedBlack- and AVL-Trees in Python and Cython

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.2.0nb1, Package name: py310-bintrees-2.2.0nb1, Maintainer: khorben

This package provides Binary- RedBlack- and AVL-Trees written in Python and
Cython/C.

This Classes are much slower than the built-in *dict* class, but all
iterators/generators yielding data in sorted key order. Trees can be
uses as drop in replacement for *dicts* in most cases.


Master sites:

Filesize: 105.735 KB

Version history: (Expand)


CVS history: (Expand)


   2022-11-14 18:52:19 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-bintrees: fix build with python 3.11
   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
   2021-03-09 07:00:47 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-bintrees: updated to 2.2.0

v2.2.0:
build c-extensions inplace for testing by github action
   2020-10-08 23:46:26 by Pierre Pronchery | Files touched by this commit (1)
Log message:
py-bintrees: remove redundant dependency on setuptools

While there, allow building with Python >= 3.5.
   2020-10-08 19:13:12 by Pierre Pronchery | Files touched by this commit (2)
Log message:
py-bintrees: register additional missing dependencies

This restores building the *.so file submitted in the initial PLIST.

Bump PKGREVISION again.

Thanks wiz@ for the heads up!
   2020-10-05 23:22:39 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-bintrees: use egg.mk

Previously, this had a missing build dependency.
Now this does not install the *.so file listed in the PLIST, so perhaps
there are more optional dependencies. khorben@?

Bump PKGREVISION to be on the safe side.