e5744715b6
* The package doesn't support python2 anymore. * hash file: indent with two spaces and bring also sha256 from pypi. * License was updated with a year bump. Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
15 lines
599 B
Makefile
15 lines
599 B
Makefile
################################################################################
|
|
#
|
|
# python-setproctitle
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_SETPROCTITLE_VERSION = 1.2.2
|
|
PYTHON_SETPROCTITLE_SOURCE = setproctitle-$(PYTHON_SETPROCTITLE_VERSION).tar.gz
|
|
PYTHON_SETPROCTITLE_SITE = https://files.pythonhosted.org/packages/a1/7f/a1d4f4c7b66f0fc02f35dc5c85f45a8b4e4a7988357a29e61c14e725ef86
|
|
PYTHON_SETPROCTITLE_LICENSE = BSD-3-Clause
|
|
PYTHON_SETPROCTITLE_LICENSE_FILES = COPYRIGHT
|
|
PYTHON_SETPROCTITLE_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|