Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: python-Flask-User-0.6.21
@ 2020-01-28 16:27 voidlinux-github
  2020-01-28 17:51 ` voidlinux-github
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: voidlinux-github @ 2020-01-28 16:27 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1887 bytes --]

From 009d7992ec180a27f8aa1a66a6b445926e910c2d Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.de>
Date: Tue, 28 Jan 2020 17:26:18 +0100
Subject: [PATCH] New package: python-Flask-User-0.6.21

---
 srcpkgs/python-Flask-User/template | 29 +++++++++++++++++++++++++++++
 srcpkgs/python3-Flask-User         |  1 +
 2 files changed, 30 insertions(+)
 create mode 100644 srcpkgs/python-Flask-User/template
 create mode 120000 srcpkgs/python3-Flask-User

diff --git a/srcpkgs/python-Flask-User/template b/srcpkgs/python-Flask-User/template
new file mode 100644
index 00000000000..ce44ab189f4
--- /dev/null
+++ b/srcpkgs/python-Flask-User/template
@@ -0,0 +1,29 @@
+# Template file for 'python-Flask-User'
+pkgname=python-Flask-User
+version=0.6.21
+revision=1
+archs=noarch
+wrksrc="${pkgname#*-}-${version}"
+build_style=python-module
+hostmakedepends="python-setuptools python3-setuptools"
+depends="python-Flask python-Flask-Login python-Flask-WTF python-Flask-SQLAlchemy python-Flask-Mail python-Flask-Babel"
+short_desc="User session management for Flask (Python2)"
+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
+}
+
+python3-Flask-User_package() {
+	archs=noarch
+	depends="python3-Flask python3-Flask-Login python3-Flask-WTF python3-Flask-SQLAlchemy python3-Flask-Mail python3-Flask-Babel"
+	short_desc="${short_desc/Python2/Python3}"
+	pkg_install() {
+		vmove usr/lib/python3*
+		vlicense LICENSE.txt
+	}
+}
diff --git a/srcpkgs/python3-Flask-User b/srcpkgs/python3-Flask-User
new file mode 120000
index 00000000000..f3b52822cd6
--- /dev/null
+++ b/srcpkgs/python3-Flask-User
@@ -0,0 +1 @@
+python-Flask-User
\ No newline at end of file

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

* Re: New package: python-Flask-User-0.6.21
  2020-01-28 16:27 [PR PATCH] New package: python-Flask-User-0.6.21 voidlinux-github
@ 2020-01-28 17:51 ` voidlinux-github
  2020-01-28 18:48 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2020-01-28 17:51 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/18616#issuecomment-579373737

Comment:
We do not accept new python2 packages, make it python3 only.

When adding package that needs another new package as dependency, put them in one PR, in separate commit per template.

When done with changes, please update PR by force pushing your branch.

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

* Re: [PR PATCH] [Updated] New package: python-Flask-User-0.6.21
  2020-01-28 16:27 [PR PATCH] New package: python-Flask-User-0.6.21 voidlinux-github
  2020-01-28 17:51 ` voidlinux-github
@ 2020-01-28 18:48 ` voidlinux-github
  2020-01-28 18:56 ` voidlinux-github
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2020-01-28 18:48 UTC (permalink / raw)
  To: ml

[-- 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: 3671 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 cd16e17d0a715d18646bd56b7097853c557dab8b 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-User/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-Flask-User/template

diff --git a/srcpkgs/python3-Flask-User/template b/srcpkgs/python3-Flask-User/template
new file mode 100644
index 00000000000..6a7be3220a8
--- /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=python-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
+}

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

* Re: New package: python-Flask-User-0.6.21
  2020-01-28 16:27 [PR PATCH] New package: python-Flask-User-0.6.21 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
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2020-01-28 18:56 UTC (permalink / raw)
  To: ml

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

New comment by pfpulux on void-packages repository

https://github.com/void-linux/void-packages/pull/18616#issuecomment-579401003

Comment:
ok, but without python2-setuptools the build faild. And now?

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

* Re: New package: python-Flask-User-0.6.21
  2020-01-28 16:27 [PR PATCH] New package: python-Flask-User-0.6.21 voidlinux-github
                   ` (2 preceding siblings ...)
  2020-01-28 18:56 ` voidlinux-github
@ 2020-01-28 18:58 ` voidlinux-github
  2020-01-28 19:02 ` [PR PATCH] [Updated] " voidlinux-github
  2020-01-29  8:42 ` [PR PATCH] [Merged]: " voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2020-01-28 18:58 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/18616#issuecomment-579401606

Comment:
set build_style=python3-module

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

* Re: [PR PATCH] [Updated] New package: python-Flask-User-0.6.21
  2020-01-28 16:27 [PR PATCH] New package: python-Flask-User-0.6.21 voidlinux-github
                   ` (3 preceding siblings ...)
  2020-01-28 18:58 ` voidlinux-github
@ 2020-01-28 19:02 ` voidlinux-github
  2020-01-29  8:42 ` [PR PATCH] [Merged]: " voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2020-01-28 19:02 UTC (permalink / raw)
  To: ml

[-- 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
+}

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

* Re: [PR PATCH] [Merged]: New package: python-Flask-User-0.6.21
  2020-01-28 16:27 [PR PATCH] New package: python-Flask-User-0.6.21 voidlinux-github
                   ` (4 preceding siblings ...)
  2020-01-28 19:02 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-29  8:42 ` voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2020-01-29  8:42 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

New package: python-Flask-User-0.6.21
https://github.com/void-linux/void-packages/pull/18616

Description:


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

end of thread, other threads:[~2020-01-29  8:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-28 16:27 [PR PATCH] New package: python-Flask-User-0.6.21 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 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-29  8:42 ` [PR PATCH] [Merged]: " voidlinux-github

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).