mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-24 00:01:07 -09:00
https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-22-3-2025-11-06 The license file was update: - Renamed from COPYING.txt to COPYING.rst in: https://sourceforge.net/p/docutils/code/9906/ - The ZPL was removed in: https://sourceforge.net/p/docutils/code/9977/ This commit updates _LICENSE and _LICENSE_FILES accordingly. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> [Julien: fix license hash] Signed-off-by: Julien Olivain <ju.o@free.fr>
16 lines
643 B
Makefile
16 lines
643 B
Makefile
################################################################################
|
|
#
|
|
# python-docutils
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_DOCUTILS_VERSION = 0.22.3
|
|
PYTHON_DOCUTILS_SOURCE = docutils-$(PYTHON_DOCUTILS_VERSION).tar.gz
|
|
PYTHON_DOCUTILS_SITE = https://files.pythonhosted.org/packages/d9/02/111134bfeb6e6c7ac4c74594e39a59f6c0195dc4846afbeac3cba60f1927
|
|
PYTHON_DOCUTILS_LICENSE = Public Domain, BSD-2-Clause, BSD-3-Clause, GPL-3.0+ (emacs mode)
|
|
PYTHON_DOCUTILS_LICENSE_FILES = COPYING.rst
|
|
PYTHON_DOCUTILS_SETUP_TYPE = flit
|
|
|
|
$(eval $(python-package))
|
|
$(eval $(host-python-package))
|