Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Adam Duskett <aduskett@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 5/5] python-flask-bootstrap: new package
Date: Mon,  5 Feb 2018 07:33:08 -0500	[thread overview]
Message-ID: <20180205123308.22479-5-aduskett@gmail.com> (raw)
In-Reply-To: <20180205123308.22479-1-aduskett@gmail.com>

Flask-Bootstrap packages Bootstrap into an extension that mostly consists of a
blueprint named 'bootstrap'. It can also create links to serve Bootstrap from
a CDN and works with no boilerplate code in your application.

Signed-off-by: Adam Duskett <aduskett@gmail.com>
---
 DEVELOPERS                                                 |  1 +
 package/Config.in                                          |  1 +
 package/python-flask-bootstrap/Config.in                   | 12 ++++++++++++
 package/python-flask-bootstrap/python-flask-bootstrap.hash |  3 +++
 package/python-flask-bootstrap/python-flask-bootstrap.mk   | 13 +++++++++++++
 5 files changed, 30 insertions(+)
 create mode 100644 package/python-flask-bootstrap/Config.in
 create mode 100644 package/python-flask-bootstrap/python-flask-bootstrap.hash
 create mode 100644 package/python-flask-bootstrap/python-flask-bootstrap.mk

diff --git a/DEVELOPERS b/DEVELOPERS
index e35e56841f..5259c5503a 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -51,6 +51,7 @@ F:	package/libsemanage/
 F:	package/libsepol/
 F:	package/nginx-naxsi/
 F:	package/policycoreutils/
+F:	package/python-flask-bootstrap/
 F:	package/python-flask-sqlalchemy/
 F:	package/python-mutagen/
 F:	package/python-psycopg2/
diff --git a/package/Config.in b/package/Config.in
index 430fa86707..6f162e4bbe 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -772,6 +772,7 @@ menu "External python modules"
 	source "package/python-flask/Config.in"
 	source "package/python-flask-cors/Config.in"
 	source "package/python-flask-babel/Config.in"
+	source "package/python-flask-bootstrap/Config.in"
 	source "package/python-flask-jsonrpc/Config.in"
 	source "package/python-flask-login/Config.in"
 	source "package/python-flask-sqlalchemy/Config.in"
diff --git a/package/python-flask-bootstrap/Config.in b/package/python-flask-bootstrap/Config.in
new file mode 100644
index 0000000000..19d9dcac52
--- /dev/null
+++ b/package/python-flask-bootstrap/Config.in
@@ -0,0 +1,12 @@
+config BR2_PACKAGE_PYTHON_FLASK_BOOTSTRAP
+	bool "python-flask-bootstrap"
+	select BR2_PACKAGE_PYTHON_FLASK # runtime
+	select BR2_PACKAGE_PYTHON_DOMINATE # runtime
+	select BR2_PACKAGE_PYTHON_VISITOR # runtime
+	help
+	  Flask-Bootstrap packages Bootstrap into an extension that
+	  mostly consists of a blueprint named 'bootstrap'. It can also
+	  create links to serve Bootstrap from a CDN and works with no
+	  boilerplate code in your application.
+
+	  http://github.com/mbr/flask-bootstrap
diff --git a/package/python-flask-bootstrap/python-flask-bootstrap.hash b/package/python-flask-bootstrap/python-flask-bootstrap.hash
new file mode 100644
index 0000000000..589a6c8db9
--- /dev/null
+++ b/package/python-flask-bootstrap/python-flask-bootstrap.hash
@@ -0,0 +1,3 @@
+# md5 from https://pypi.python.org/pypi/Flask-Bootstrap/json, sha256 locally computed
+md5	e40d50f5c5b6438c1c6200a6f2871f81  Flask-Bootstrap-3.3.7.1.tar.gz
+sha256	cb08ed940183f6343a64e465e83b3a3f13c53e1baabb8d72b5da4545ef123ac8  Flask-Bootstrap-3.3.7.1.tar.gz
diff --git a/package/python-flask-bootstrap/python-flask-bootstrap.mk b/package/python-flask-bootstrap/python-flask-bootstrap.mk
new file mode 100644
index 0000000000..08f221f37d
--- /dev/null
+++ b/package/python-flask-bootstrap/python-flask-bootstrap.mk
@@ -0,0 +1,13 @@
+################################################################################
+#
+# python-flask-bootstrap
+#
+################################################################################
+
+PYTHON_FLASK_BOOTSTRAP_VERSION = 3.3.7.1
+PYTHON_FLASK_BOOTSTRAP_SOURCE = Flask-Bootstrap-$(PYTHON_FLASK_BOOTSTRAP_VERSION).tar.gz
+PYTHON_FLASK_BOOTSTRAP_SITE = https://pypi.python.org/packages/88/53/958ce7c2aa26280b7fd7f3eecbf13053f1302ee2acb1db58ef32e1c23c2a
+PYTHON_FLASK_BOOTSTRAP_SETUP_TYPE = setuptools
+PYTHON_FLASK_BOOTSTRAP_LICENSE = BSD
+
+$(eval $(python-package))
-- 
2.14.3

  parent reply	other threads:[~2018-02-05 12:33 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-05 12:33 [Buildroot] [PATCH 1/5] python-psycopg2: new package Adam Duskett
2018-02-05 12:33 ` [Buildroot] [PATCH 2/5] python-sqlalchemy: " Adam Duskett
2018-02-05 12:54   ` Yegor Yefremov
2018-02-05 12:33 ` [Buildroot] [PATCH 3/3] python-flask-sqlalchemy: " Adam Duskett
2018-02-05 12:58   ` Yegor Yefremov
2018-02-05 12:33 ` [Buildroot] [PATCH 4/5] python-visitor: " Adam Duskett
2018-02-05 12:52   ` Yegor Yefremov
2018-02-05 12:33 ` Adam Duskett [this message]
2018-02-05 12:50   ` [Buildroot] [PATCH 5/5] python-flask-bootstrap: " Yegor Yefremov
2018-02-05 12:58     ` Yegor Yefremov

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=20180205123308.22479-5-aduskett@gmail.com \
    --to=aduskett@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox