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

Flask-SQLAlchemy is a Flask microframework extension which adds support for
the SQLAlchemy SQL toolkit/ORM.

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

diff --git a/DEVELOPERS b/DEVELOPERS
index d81c0d7ee1..0241c97c65 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-sqlalchemy/
 F:	package/python-mutagen/
 F:	package/python-psycopg2/
 F:	package/python-sqlalchemy/
diff --git a/package/Config.in b/package/Config.in
index d250b59995..6ee6bc533e 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -774,6 +774,7 @@ menu "External python modules"
 	source "package/python-flask-babel/Config.in"
 	source "package/python-flask-jsonrpc/Config.in"
 	source "package/python-flask-login/Config.in"
+	source "package/python-flask-sqlalchemy/Config.in"
 	source "package/python-flup/Config.in"
 	source "package/python-futures/Config.in"
 	source "package/python-gobject/Config.in"
diff --git a/package/python-flask-sqlalchemy/Config.in b/package/python-flask-sqlalchemy/Config.in
new file mode 100644
index 0000000000..fa4a035110
--- /dev/null
+++ b/package/python-flask-sqlalchemy/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_PYTHON_FLASK_SQLALCHEMY
+	bool "python-flask-sqlalchemy"
+	select BR2_PACKAGE_PYTHON_FLASK # runtime
+	select BR2_PACKAGE_PYTHON_SQLALCHEMY # runtime
+	help
+	  Flask-SQLAlchemy is a Flask microframework extension which
+	  adds support for the SQLAlchemy SQL toolkit/ORM.
+
+	  http://github.com/mitsuhiko/flask-sqlalchemy
diff --git a/package/python-flask-sqlalchemy/python-flask-sqlalchemy.hash b/package/python-flask-sqlalchemy/python-flask-sqlalchemy.hash
new file mode 100644
index 0000000000..92d7c390a1
--- /dev/null
+++ b/package/python-flask-sqlalchemy/python-flask-sqlalchemy.hash
@@ -0,0 +1,4 @@
+# md5 from https://pypi.python.org/pypi/Flask-SQLAlchemy/json, sha256 locally computed
+md5	373ce61dfd03b593ad2eaba68c9fee35  Flask-SQLAlchemy-2.3.2.tar.gz
+sha256	5971b9852b5888655f11db634e87725a9031e170f37c0ce7851cf83497f56e53  Flask-SQLAlchemy-2.3.2.tar.gz
+sha256	de2011f25501c45f2b78bfa4f851ce021cfbab0f1e7ab763233688e0b969821f  PKG-INFO
diff --git a/package/python-flask-sqlalchemy/python-flask-sqlalchemy.mk b/package/python-flask-sqlalchemy/python-flask-sqlalchemy.mk
new file mode 100644
index 0000000000..d6139af8e5
--- /dev/null
+++ b/package/python-flask-sqlalchemy/python-flask-sqlalchemy.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# python-flask-sqlalchemy
+#
+################################################################################
+
+PYTHON_FLASK_SQLALCHEMY_VERSION = 2.3.2
+PYTHON_FLASK_SQLALCHEMY_SOURCE = Flask-SQLAlchemy-$(PYTHON_FLASK_SQLALCHEMY_VERSION).tar.gz
+PYTHON_FLASK_SQLALCHEMY_SITE = https://pypi.python.org/packages/3a/66/f5ace276517c075f102457dd2f7d8645b033758f9c6effb4e0970a90fec1
+PYTHON_FLASK_SQLALCHEMY_SETUP_TYPE = setuptools
+PYTHON_FLASK_SQLALCHEMY_LICENSE = BSD
+PYTHON_FLASK_SQLALCHEMY_LICENSE_FILES = PKG-INFO
+
+$(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 ` Adam Duskett [this message]
2018-02-05 12:58   ` [Buildroot] [PATCH 3/3] python-flask-sqlalchemy: " 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 ` [Buildroot] [PATCH 5/5] python-flask-bootstrap: " Adam Duskett
2018-02-05 12:50   ` 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-3-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