kumquat-buildroot/package/python-pytrie/Config.in
Fabrice Fontaine 5c81a1a833 package/python-pytrie: bump to version 0.4.0
- python 2 support has been dropped since
  a60a601d85
- Use LICENSE instead of PKG-INFO which is available in the official
  tarball since
  1ba5d547df
- Update indentation in hash file (two spaces)

https://github.com/gsakkis/pytrie/blob/0.4.0/README.md

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2021-04-24 18:15:49 +02:00

9 lines
247 B
Plaintext

config BR2_PACKAGE_PYTHON_PYTRIE
bool "python-pytrie"
depends on BR2_PACKAGE_PYTHON3
select BR2_PACKAGE_PYTHON_SORTEDCONTAINERS # runtime
help
A pure Python implementation of the trie data structure.
https://pypi.python.org/pypi/PyTrie