5c81a1a833
- python 2 support has been dropped sincea60a601d85
- Use LICENSE instead of PKG-INFO which is available in the official tarball since1ba5d547df
- 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>
15 lines
543 B
Makefile
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))
|