Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: python-Flask-User-0.6.21
Date: Tue, 28 Jan 2020 20:02:13 +0100	[thread overview]
Message-ID: <20200128190213.cL-A2yCrOBG9n_8gSJCipo0bYTuinvC_ECGPqq6NmFs@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-18616@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 337 bytes --]

There is an updated pull request by pfpulux against master on the void-packages repository

https://github.com/pfpulux/void-packages python-Flask-User
https://github.com/void-linux/void-packages/pull/18616

New package: python-Flask-User-0.6.21


A patch file from https://github.com/void-linux/void-packages/pull/18616.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-Flask-User-18616.patch --]
[-- Type: text/x-diff, Size: 4808 bytes --]

From f51ea6c447ce63acd0aaad83298f4a29b3545b52 Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.de>
Date: Tue, 28 Jan 2020 19:47:29 +0100
Subject: [PATCH 1/3] New package: python3-Flask-Mail-0.9.1

---
 srcpkgs/python3-Flask-Mail/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-Flask-Mail/template

diff --git a/srcpkgs/python3-Flask-Mail/template b/srcpkgs/python3-Flask-Mail/template
new file mode 100644
index 00000000000..cc64a6b0672
--- /dev/null
+++ b/srcpkgs/python3-Flask-Mail/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-Flask-Mail'
+pkgname=python3-Flask-Mail
+version=0.9.1
+revision=1
+archs=noarch
+wrksrc="${pkgname#*-}-${version}"
+build_style=python-module
+hostmakedepends="python3-setuptools"
+depends="python3-Flask"
+short_desc="Flask extension for sending email (python3)"
+maintainer="pulux <pulux@pf4sh.de>"
+license="BSD-2-Clause"
+homepage="https://pythonhosted.org/flask-mail/"
+distfiles="${PYPI_SITE}/F/Flask-Mail/Flask-Mail-${version}.tar.gz"
+checksum=22e5eb9a940bf407bcf30410ecc3708f3c56cc44b29c34e1726fe85006935f41
+
+post_install() {
+	vlicense LICENSE
+}

From dd1a3de622e999ae87275d18237ff6988ca01ca9 Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.de>
Date: Tue, 28 Jan 2020 19:47:57 +0100
Subject: [PATCH 2/3] New package: python3-Flask-SQLAlchemy-2.4.1

---
 srcpkgs/python3-Flask-SQLAlchemy/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-Flask-SQLAlchemy/template

diff --git a/srcpkgs/python3-Flask-SQLAlchemy/template b/srcpkgs/python3-Flask-SQLAlchemy/template
new file mode 100644
index 00000000000..cd16db22772
--- /dev/null
+++ b/srcpkgs/python3-Flask-SQLAlchemy/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-Flask-SQLAlchemy'
+pkgname=python3-Flask-SQLAlchemy
+version=2.4.1
+revision=1
+archs=noarch
+wrksrc="${pkgname#*-}-${version}"
+build_style=python-module
+hostmakedepends="python3-setuptools"
+depends="python3-Flask python3-SQLAlchemy"
+short_desc="Adds SQLAlchemy support to your Flask application (python3)"
+maintainer="pulux <pulux@pf4sh.de>"
+license="MIT"
+homepage="https://github.com/pallets/flask-sqlalchemy"
+distfiles="${PYPI_SITE}/F/Flask-SQLAlchemy/Flask-SQLAlchemy-${version}.tar.gz"
+checksum=6974785d913666587949f7c2946f7001e4fa2cb2d19f4e69ead02e4b8f50b33d
+
+post_install() {
+	vlicense LICENSE.rst
+}

From 8806da99df37fe1b5696e751697c55032fa81990 Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.de>
Date: Tue, 28 Jan 2020 19:48:19 +0100
Subject: [PATCH 3/3] New package: python3-Flask-User-0.6.21

---
 srcpkgs/python3-Flask-Mail/template       |  2 +-
 srcpkgs/python3-Flask-SQLAlchemy/template |  2 +-
 srcpkgs/python3-Flask-User/template       | 19 +++++++++++++++++++
 3 files changed, 21 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/python3-Flask-User/template

diff --git a/srcpkgs/python3-Flask-Mail/template b/srcpkgs/python3-Flask-Mail/template
index cc64a6b0672..f1e31e984d0 100644
--- a/srcpkgs/python3-Flask-Mail/template
+++ b/srcpkgs/python3-Flask-Mail/template
@@ -4,7 +4,7 @@ version=0.9.1
 revision=1
 archs=noarch
 wrksrc="${pkgname#*-}-${version}"
-build_style=python-module
+build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-Flask"
 short_desc="Flask extension for sending email (python3)"
diff --git a/srcpkgs/python3-Flask-SQLAlchemy/template b/srcpkgs/python3-Flask-SQLAlchemy/template
index cd16db22772..d02da938b9f 100644
--- a/srcpkgs/python3-Flask-SQLAlchemy/template
+++ b/srcpkgs/python3-Flask-SQLAlchemy/template
@@ -4,7 +4,7 @@ version=2.4.1
 revision=1
 archs=noarch
 wrksrc="${pkgname#*-}-${version}"
-build_style=python-module
+build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-Flask python3-SQLAlchemy"
 short_desc="Adds SQLAlchemy support to your Flask application (python3)"
diff --git a/srcpkgs/python3-Flask-User/template b/srcpkgs/python3-Flask-User/template
new file mode 100644
index 00000000000..9f0288f6562
--- /dev/null
+++ b/srcpkgs/python3-Flask-User/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-Flask-User'
+pkgname=python3-Flask-User
+version=0.6.21
+revision=1
+archs=noarch
+wrksrc="${pkgname#*-}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-Flask python3-Flask-Login python3-Flask-WTF python3-Flask-SQLAlchemy python3-Flask-Mail python3-Flask-Babel"
+short_desc="User session management for Flask (Python3)"
+maintainer="pulux <pulux@pf4sh.de>"
+license="MIT"
+homepage="http://flask-user.readthedocs.io/en/v0.6/"
+distfiles="${PYPI_SITE}/F/Flask-User/Flask-User-${version}.tar.gz"
+checksum=deed4a69b081deea32dee1fc935dead270e79dcd602192ee34204a2859c7d51b
+
+post_install() {
+	vlicense LICENSE.txt
+}

  parent reply	other threads:[~2020-01-28 19:02 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-28 16:27 [PR PATCH] " voidlinux-github
2020-01-28 17:51 ` voidlinux-github
2020-01-28 18:48 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-28 18:56 ` voidlinux-github
2020-01-28 18:58 ` voidlinux-github
2020-01-28 19:02 ` voidlinux-github [this message]
2020-01-29  8:42 ` [PR PATCH] [Merged]: " voidlinux-github

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=20200128190213.cL-A2yCrOBG9n_8gSJCipo0bYTuinvC_ECGPqq6NmFs@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /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;
as well as URLs for NNTP newsgroup(s).