kumquat-buildroot/package/python-pytrie/python-pytrie.mk
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

15 lines
543 B
Makefile

################################################################################
#
# python-pytrie
#
################################################################################
PYTHON_PYTRIE_VERSION = 0.4.0
PYTHON_PYTRIE_SOURCE = PyTrie-$(PYTHON_PYTRIE_VERSION).tar.gz
PYTHON_PYTRIE_LICENSE = BSD-3-Clause
PYTHON_PYTRIE_LICENSE_FILES = LICENSE
PYTHON_PYTRIE_SITE = https://files.pythonhosted.org/packages/d3/19/15ec77ab9c85f7c36eb590d6ab7dd529f8c8516c0e2219f1a77a99d7ee77
PYTHON_PYTRIE_SETUP_TYPE = setuptools
$(eval $(python-package))