buildroot/package/python-shutilwhich/python-shutilwhich.mk
Rahul Bedarkar a2af56464f python-shutilwhich: add version to license string
LICENSE file refers to Python license version 2. Use SPDX short
identifier for license string while at it.

Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-04-09 13:48:25 +02:00

14 lines
489 B
Makefile

################################################################################
#
# python-shutilwhich
#
################################################################################
PYTHON_SHUTILWHICH_VERSION = 1.1.0
PYTHON_SHUTILWHICH_SOURCE = shutilwhich-$(PYTHON_SHUTILWHICH_VERSION).tar.gz
PYTHON_SHUTILWHICH_SITE = http://pypi.python.org/packages/source/s/shutilwhich
PYTHON_SHUTILWHICH_LICENSE = Python-2.0
PYTHON_SHUTILWHICH_SETUP_TYPE = setuptools
$(eval $(python-package))