Updated license file name and hash due to upstream commits:9950f3863911d5ba71f0Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
597 B
Makefile
15 lines
597 B
Makefile
################################################################################
|
|
#
|
|
# python-setproctitle
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_SETPROCTITLE_VERSION = 1.3.7
|
|
PYTHON_SETPROCTITLE_SOURCE = setproctitle-$(PYTHON_SETPROCTITLE_VERSION).tar.gz
|
|
PYTHON_SETPROCTITLE_SITE = https://files.pythonhosted.org/packages/8d/48/49393a96a2eef1ab418b17475fb92b8fcfad83d099e678751b05472e69de
|
|
PYTHON_SETPROCTITLE_LICENSE = BSD-3-Clause
|
|
PYTHON_SETPROCTITLE_LICENSE_FILES = LICENSE
|
|
PYTHON_SETPROCTITLE_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|