buildroot/package/python-pytrie/python-pytrie.mk
Asaf Kahlon 6c43732a18 python-pytrie: bump to version 0.3.1
For some reason (probably not on purpose) the license file was
removed from MANIFEST.in, and it's not available after package extraction.
I replaced it with PKG-INFO for now, and opened a PR on github:
https://github.com/gsakkis/pytrie/pull/3

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-10-04 13:24:30 +02:00

15 lines
544 B
Makefile

################################################################################
#
# python-pytrie
#
################################################################################
PYTHON_PYTRIE_VERSION = 0.3.1
PYTHON_PYTRIE_SOURCE = PyTrie-$(PYTHON_PYTRIE_VERSION).tar.gz
PYTHON_PYTRIE_LICENSE = BSD-3-Clause
PYTHON_PYTRIE_LICENSE_FILES = PKG-INFO
PYTHON_PYTRIE_SITE = https://files.pythonhosted.org/packages/e1/eb/ae1f098969c9e9b81e821fb8e916cbf720b900ec1c0f3359e47a427395ec
PYTHON_PYTRIE_SETUP_TYPE = setuptools
$(eval $(python-package))