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>
This commit is contained in:
Asaf Kahlon
2018-09-26 18:35:00 +03:00
committed by Thomas Petazzoni
parent 28e15dae70
commit 6c43732a18
3 changed files with 10 additions and 7 deletions

View File

@@ -4,11 +4,11 @@
#
################################################################################
PYTHON_PYTRIE_VERSION = 0.2
PYTHON_PYTRIE_SITE = https://pypi.python.org/packages/source/P/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 = LICENSE
PYTHON_PYTRIE_SETUP_TYPE = distutils
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))