summaryrefslogtreecommitdiff
path: root/misc/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2020-01-08 20:01:40 +0000
committeradam <adam@pkgsrc.org>2020-01-08 20:01:40 +0000
commit29d17fd0ed0cc3f4ce733e25671ac0d45b360814 (patch)
treebe32b93f67151b0b65fde33f5dc0ea84ab28e821 /misc/Makefile
parent51fc2bea8fd893639a09b8b27db47f1977a99f78 (diff)
downloadpkgsrc-29d17fd0ed0cc3f4ce733e25671ac0d45b360814.tar.gz
py-immutables: added version 0.11
An immutable mapping type for Python. The underlying datastructure is a Hash Array Mapped Trie (HAMT) used in Clojure, Scala, Haskell, and other functional languages. This implementation is used in CPython 3.7 in the contextvars module (see PEP 550 and PEP 567 for more details). Immutable mappings based on HAMT have O(log N) performance for both set() and get() operations, which is essentially O(1) for relatively small mappings.
Diffstat (limited to 'misc/Makefile')
-rw-r--r--misc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 14003694064..680673970ee 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.527 2020/01/04 13:13:59 nia Exp $
+# $NetBSD: Makefile,v 1.528 2020/01/08 20:01:40 adam Exp $
#
COMMENT= Miscellaneous utilities
@@ -246,6 +246,7 @@ SUBDIR+= py-anita
SUBDIR+= py-ansi
SUBDIR+= py-asciinema
SUBDIR+= py-carddav
+SUBDIR+= py-immutables
SUBDIR+= py-stdnum
SUBDIR+= py-tqdm
SUBDIR+= py-trytond-carrier