e5d4b2515d
[Thomas: adjust license information to use SPDX code for Python license, add GPLv2+ which is used for the tests, and fix the license file variable.] Signed-off-by: David Bachelart <david.bachelart@bbright.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 lines
474 B
Makefile
14 lines
474 B
Makefile
################################################################################
|
|
#
|
|
# python-daemon
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_DAEMON_VERSION = 1.5.5
|
|
PYTHON_DAEMON_SITE = https://pypi.python.org/packages/source/p/python-daemon/
|
|
PYTHON_DAEMON_LICENSE = Python-2.0 (library), GPLv2+ (test)
|
|
PYTHON_DAEMON_LICENSE_FILES = LICENSE.PSF-2 LICENSE.GPL-2
|
|
PYTHON_DAEMON_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|