Path to this page:
./
devel/py-ordered-set,
MutableSet that remembers its order
Branch: CURRENT,
Version: 4.1.0nb1,
Package name: py311-ordered-set-4.1.0nb1,
Maintainer: pkgsrc-usersAn OrderedSet is a custom MutableSet that remembers its order, so that every
entry has an index that can be looked up.
Required to run:[
devel/py-setuptools] [
lang/python37]
Required to build:[
pkgtools/cwrappers] [
devel/py-test-runner]
Master sites:
Filesize: 12.525 KB
Version history: (Expand)
- (2023-11-30) Updated to version: py311-ordered-set-4.1.0nb1
- (2023-02-09) Updated to version: py310-ordered-set-4.1.0
- (2022-01-27) Updated to version: py39-ordered-set-4.1.0
- (2022-01-05) Updated to version: py39-ordered-set-4.0.2nb1
- (2021-10-07) Updated to version: py39-ordered-set-4.0.2
- (2021-07-13) Updated to version: py38-ordered-set-4.0.2
CVS history: (Expand)
2023-12-10 10:35:35 by Thomas Klausner | Files touched by this commit (1) |
Log message:
rdered-set: use correct TOOLS
|
2023-11-30 06:54:55 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
py-ordered-set: fix PLIST; switch to wheel.mk; bump revision
|
2022-04-24 20:42:47 by Tobias Nygren | Files touched by this commit (1) |
Log message:
py-ordered-set: fix PLIST
|
2022-01-27 09:34:19 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-ordered-set: updated to 4.1.0
Version 4.1 (January 2022)
Packaged using flit. Wheels now exist, and setuptools is no longer required.
This package now has a typical package structure, instead of being a single \
module. The code is in ordered_set/__init__.py instead of ordered_set.py.
There is an ordered_set/py.typed so that type checkers know about the types.
Use the type aliases SetLike[T] and OrderedSetInitializer[T] to simplify some types.
Updated the way overloaded type signatures are written to what MyPy currently \
expects.
Minimum Python version is 3.7.
|
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-07-09 20:56:29 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-ordered-set: updated to 4.0.2
4.0.2:
Fix Python 3.5 support
|