Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] python-docutils: new package
@ 2016-09-21 13:40 yegorslists at googlemail.com
  2016-09-21 13:40 ` [Buildroot] [PATCH 2/2] python-daemon: add missing dependencies yegorslists at googlemail.com
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: yegorslists at googlemail.com @ 2016-09-21 13:40 UTC (permalink / raw)
  To: buildroot

From: Yegor Yefremov <yegorslists@googlemail.com>

Host variant is needed for building python-daemon package.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 package/Config.in                            |  1 +
 package/python-docutils/Config.in            |  9 +++++++++
 package/python-docutils/python-docutils.hash |  3 +++
 package/python-docutils/python-docutils.mk   | 15 +++++++++++++++
 4 files changed, 28 insertions(+)
 create mode 100644 package/python-docutils/Config.in
 create mode 100644 package/python-docutils/python-docutils.hash
 create mode 100644 package/python-docutils/python-docutils.mk

diff --git a/package/Config.in b/package/Config.in
index a9f6bc7..4e78faa 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -669,6 +669,7 @@ menu "External python modules"
 	source "package/python-dicttoxml/Config.in"
 	source "package/python-django/Config.in"
 	source "package/python-docopt/Config.in"
+	source "package/python-docutils/Config.in"
 	source "package/python-dominate/Config.in"
 	source "package/python-dpkt/Config.in"
 	source "package/python-ecdsa/Config.in"
diff --git a/package/python-docutils/Config.in b/package/python-docutils/Config.in
new file mode 100644
index 0000000..e7bf7e6
--- /dev/null
+++ b/package/python-docutils/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_PYTHON_DOCUTILS
+	bool "python-docutils"
+	help
+	  Docutils is a modular system for processing documentation
+	  into useful formats, such as HTML, XML, and LaTeX. For input
+	  Docutils supports reStructuredText, an easy-to-read,
+	  what-you-see-is-what-you-get plaintext markup syntax.
+
+	  http://docutils.sourceforge.net/
diff --git a/package/python-docutils/python-docutils.hash b/package/python-docutils/python-docutils.hash
new file mode 100644
index 0000000..9d45058
--- /dev/null
+++ b/package/python-docutils/python-docutils.hash
@@ -0,0 +1,3 @@
+# md5 from https://pypi.python.org/pypi/docutils/json, sha256 locally computed
+md5     4622263b62c5c771c03502afa3157768 docutils-0.12.tar.gz
+sha256  c7db717810ab6965f66c8cf0398a98c9d8df982da39b4cd7f162911eb89596fa  docutils-0.12.tar.gz
diff --git a/package/python-docutils/python-docutils.mk b/package/python-docutils/python-docutils.mk
new file mode 100644
index 0000000..3bbed00
--- /dev/null
+++ b/package/python-docutils/python-docutils.mk
@@ -0,0 +1,15 @@
+#############################################################
+#
+# python-docutils
+#
+#############################################################
+
+PYTHON_DOCUTILS_VERSION = 0.12
+PYTHON_DOCUTILS_SOURCE = docutils-$(PYTHON_DOCUTILS_VERSION).tar.gz
+PYTHON_DOCUTILS_SITE = https://pypi.python.org/packages/37/38/ceda70135b9144d84884ae2fc5886c6baac4edea39550f28bcd144c1234d
+PYTHON_DOCUTILS_LICENSE = BSD-2c
+PYTHON_DOCUTILS_LICENSE_FILES = COPYING.txt
+PYTHON_DOCUTILS_SETUP_TYPE = distutils
+
+$(eval $(python-package))
+$(eval $(host-python-package))
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-09-21 18:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-21 13:40 [Buildroot] [PATCH 1/2] python-docutils: new package yegorslists at googlemail.com
2016-09-21 13:40 ` [Buildroot] [PATCH 2/2] python-daemon: add missing dependencies yegorslists at googlemail.com
2016-09-21 18:52   ` Thomas Petazzoni
2016-09-21 13:42 ` [Buildroot] [PATCH 1/2] python-docutils: new package Yegor Yefremov
2016-09-21 18:51 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox