Merge pull request #18400 from nmav/tmp-tang-self-contained
[feed/packages.git] / lang / python / python-docutils / Makefile
1 include $(TOPDIR)/rules.mk
2
3 PKG_NAME:=docutils
4 PKG_VERSION:=0.19
5 PKG_RELEASE:=2
6
7 PYPI_NAME:=$(PKG_NAME)
8 PKG_HASH:=33995a6753c30b7f577febfc2c50411fec6aac7f7ffeb7c4cfe5991072dcf9e6
9
10 PKG_MAINTAINER:=Daniel Danzberger <daniel@dd-wrt.com>
11 PKG_LICENSE:=MIT
12
13 include ../pypi.mk
14 include $(INCLUDE_DIR)/package.mk
15 include ../python3-package.mk
16
17 define Package/python3-docutils
18 SUBMENU:=Python
19 SECTION:=lang
20 CATEGORY:=Languages
21 TITLE:=docutils
22 URL:=http://docutils.sourceforge.net
23 DEPENDS:=+python3
24 endef
25
26 define Package/python3-docutils/description
27 Docutils is a modular system for processing documentation into useful formats,
28 such as HTML, XML, and LaTeX. For input Docutils supports reStructuredText,
29 an easy-to-read, what-you-see-is-what-you-get plaintext markup syntax.
30 endef
31
32 $(eval $(call Py3Package,python3-docutils))
33 $(eval $(call BuildPackage,python3-docutils))
34 $(eval $(call BuildPackage,python3-docutils-src))