mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Signed-off-by: Alexandre Ondet <hellohacker.dev@gmail.com> [Julien: - add a new line before homepage url in Config.in - add LICENSE hash - fix check-package error ] Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
540 B
Makefile
15 lines
540 B
Makefile
################################################################################
|
|
#
|
|
# python-deprecation
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_DEPRECATION_VERSION = 2.1.0
|
|
PYTHON_DEPRECATION_SOURCE = deprecation-$(PYTHON_DEPRECATION_VERSION).tar.gz
|
|
PYTHON_DEPRECATION_SITE = https://files.pythonhosted.org/packages/source/d/deprecation
|
|
PYTHON_DEPRECATION_SETUP_TYPE = setuptools
|
|
PYTHON_DEPRECATION_LICENSE = Apache-2.0
|
|
PYTHON_DEPRECATION_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|