All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steve Calfee <stevecalfee@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH V3 1/1] python-pyratemp: new package
Date: Tue, 15 Sep 2015 09:07:09 -0700	[thread overview]
Message-ID: <1442333229-15152-1-git-send-email-stevecalfee@gmail.com> (raw)

add python simple template module

Signed-off-by: Steve Calfee <stevecalfee@gmail.com>

---
V3 - Changed to pypi source and included the original md5 as well as my sha256.

Signed-off-by: Steve Calfee <stevecalfee@gmail.com>
---
 package/Config.in                            |  1 +
 package/python-pyratemp/Config.in            |  8 ++++++++
 package/python-pyratemp/python-pyratemp.hash |  4 ++++
 package/python-pyratemp/python-pyratemp.mk   | 14 ++++++++++++++
 4 files changed, 27 insertions(+)
 create mode 100644 package/python-pyratemp/Config.in
 create mode 100644 package/python-pyratemp/python-pyratemp.hash
 create mode 100644 package/python-pyratemp/python-pyratemp.mk

diff --git a/package/Config.in b/package/Config.in
index 783fbb4..8c8d099 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -645,6 +645,7 @@ menu "external python modules"
 	source "package/python-pyparsing/Config.in"
 	source "package/python-pypcap/Config.in"
 	source "package/python-pyqt/Config.in"
+	source "package/python-pyratemp/Config.in"
 	source "package/python-pyro/Config.in"
 	source "package/python-pysendfile/Config.in"
 	source "package/python-pysnmp/Config.in"
diff --git a/package/python-pyratemp/Config.in b/package/python-pyratemp/Config.in
new file mode 100644
index 0000000..f86f6c4
--- /dev/null
+++ b/package/python-pyratemp/Config.in
@@ -0,0 +1,8 @@
+config BR2_PACKAGE_PYTHON_PYRATEMP
+	bool "python-pyratemp"
+	help
+	  python-pyratemp is a Python library for doing html templates.
+	  written entirely in Python, that is designed to be very easy to use
+	  and very like writing Python.
+
+	  https://pypi.python.org/pypi/pyratemp/
diff --git a/package/python-pyratemp/python-pyratemp.hash b/package/python-pyratemp/python-pyratemp.hash
new file mode 100644
index 0000000..f3f29a3
--- /dev/null
+++ b/package/python-pyratemp/python-pyratemp.hash
@@ -0,0 +1,4 @@
+#md5 from https://pypi.python.org/pypi?:action=show_md5&digest=e4bbe5d4a98016efef882b2b2f47defb
+md5     e4bbe5d4a98016efef882b2b2f47defb pyratemp-0.3.2.tgz
+# Locally calculated:
+sha256 c45ed656ada482a02fe780495f37a695e7671accb04f918f7e7f18abf877bc71 pyratemp-0.3.2.tgz
diff --git a/package/python-pyratemp/python-pyratemp.mk b/package/python-pyratemp/python-pyratemp.mk
new file mode 100644
index 0000000..055fb30
--- /dev/null
+++ b/package/python-pyratemp/python-pyratemp.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# python-pyratemp
+#
+################################################################################
+
+PYTHON_PYRATEMP_VERSION = 0.3.2
+PYTHON_PYRATEMP_SOURCE = pyratemp-$(PYTHON_PYRATEMP_VERSION).tgz
+PYTHON_PYRATEMP_SITE = https://pypi.python.org/packages/source/p/pyratemp
+PYTHON_PYRATEMP_LICENSE = MIT
+PYTHON_PYRATEMP_LICENSE_FILES = LICENSE
+PYTHON_PYRATEMP_SETUP_TYPE = distutils
+
+$(eval $(python-package))
-- 
1.9.1

             reply	other threads:[~2015-09-15 16:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-15 16:07 Steve Calfee [this message]
2015-09-15 16:21 ` [Buildroot] [PATCH V3 1/1] python-pyratemp: new package Yegor Yefremov
2015-09-15 21:50 ` Thomas Petazzoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1442333229-15152-1-git-send-email-stevecalfee@gmail.com \
    --to=stevecalfee@gmail.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.