package/python-backcall: bump to version 0.2.0

- Update indentation in hash file (two spaces)
- Add license file and its hash

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Fabrice Fontaine
2020-07-13 19:06:25 +02:00
committed by Thomas Petazzoni
parent fc2152758e
commit 5be5ade453
2 changed files with 7 additions and 5 deletions

View File

@@ -4,11 +4,11 @@
#
################################################################################
PYTHON_BACKCALL_VERSION = 0.1.0
PYTHON_BACKCALL_VERSION = 0.2.0
PYTHON_BACKCALL_SOURCE = backcall-$(PYTHON_BACKCALL_VERSION).tar.gz
PYTHON_BACKCALL_SITE = https://files.pythonhosted.org/packages/84/71/c8ca4f5bb1e08401b916c68003acf0a0655df935d74d93bf3f3364b310e0
PYTHON_BACKCALL_SITE = https://files.pythonhosted.org/packages/a2/40/764a663805d84deee23043e1426a9175567db89c8b3287b5c2ad9f71aa93
PYTHON_BACKCALL_SETUP_TYPE = distutils
# From https://github.com/takluyver/backcall/blob/master/LICENSE
PYTHON_BACKCALL_LICENSE = BSD-3-Clause
PYTHON_BACKCALL_LICENSE_FILES = LICENSE
$(eval $(python-package))