python-backports-abc: add version to license string

LICENSE file refers to Python license version 2. Use SPDX short
identifier for license string and add license file while at it.

Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017.05.x
Rahul Bedarkar 2017-04-09 14:04:20 +05:30 committed by Thomas Petazzoni
parent a863c7ab5e
commit 6a29fce598
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@
PYTHON_BACKPORTS_ABC_VERSION = 0.5
PYTHON_BACKPORTS_ABC_SOURCE = backports_abc-$(PYTHON_BACKPORTS_ABC_VERSION).tar.gz
PYTHON_BACKPORTS_ABC_SITE = https://pypi.python.org/packages/68/3c/1317a9113c377d1e33711ca8de1e80afbaf4a3c950dd0edfaf61f9bfe6d8
PYTHON_BACKPORTS_ABC_LICENSE = Python Software Foundation License
PYTHON_BACKPORTS_ABC_LICENSE = Python-2.0
PYTHON_BACKPORTS_ABC_LICENSE_FILES = LICENSE
PYTHON_BACKPORTS_ABC_SETUP_TYPE = setuptools
$(eval $(python-package))