9324d53bc5
Remove the obsolete patch as docutils is now a setuptools package. The package also includes code licensed under BSD-3-Clause licence. COPYING.txt has the following changes: * copyright year * more exceptions from the Public Domain added * BSD-3-Clause license added * emacs mode is GPL-3.0+ instead of just GPL-3.0 * added Python-2.0 for roman.py The "other" license is removed since the list covers all licenses mentioned in COPYING.txt. Also update hash file whitespace to two spaces. Fixes: http://autobuild.buildroot.net/results/02dd94c09dabdbdd8b47673393577a7fd3af3aeb Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
16 lines
661 B
Makefile
16 lines
661 B
Makefile
################################################################################
|
|
#
|
|
# python-docutils
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_DOCUTILS_VERSION = 0.18.1
|
|
PYTHON_DOCUTILS_SOURCE = docutils-$(PYTHON_DOCUTILS_VERSION).tar.gz
|
|
PYTHON_DOCUTILS_SITE = https://files.pythonhosted.org/packages/57/b1/b880503681ea1b64df05106fc7e3c4e3801736cf63deffc6fa7fc5404cf5
|
|
PYTHON_DOCUTILS_LICENSE = Public Domain, BSD-2-Clause, BSD-3-Clause, Python-2.0, GPL-3.0+ (emacs mode)
|
|
PYTHON_DOCUTILS_LICENSE_FILES = COPYING.txt
|
|
PYTHON_DOCUTILS_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|
|
$(eval $(host-python-package))
|