Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: New package: python3-Flask-Migrate-2.5.2
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19007@inbox.vuxu.org>
@ 2020-02-10 17:12 ` voidlinux-github
  2020-02-10 17:12 ` voidlinux-github
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2020-02-10 17:12 UTC (permalink / raw)
  To: ml

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

New comment by misuchiru03 on void-packages repository

https://github.com/void-linux/void-packages/pull/19007#issuecomment-584230289

Comment:
Already packaged as python3-sqlalchemy-migrate

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

* Re: New package: python3-Flask-Migrate-2.5.2
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19007@inbox.vuxu.org>
  2020-02-10 17:12 ` New package: python3-Flask-Migrate-2.5.2 voidlinux-github
@ 2020-02-10 17:12 ` voidlinux-github
  2020-02-10 17:13 ` voidlinux-github
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2020-02-10 17:12 UTC (permalink / raw)
  To: ml

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

New comment by misuchiru03 on void-packages repository

https://github.com/void-linux/void-packages/pull/19007#issuecomment-584230289

Comment:
Already packaged as python3-sqlalchemy-migrate

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

* Re: New package: python3-Flask-Migrate-2.5.2
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19007@inbox.vuxu.org>
  2020-02-10 17:12 ` New package: python3-Flask-Migrate-2.5.2 voidlinux-github
  2020-02-10 17:12 ` voidlinux-github
@ 2020-02-10 17:13 ` voidlinux-github
  2021-11-07  0:04 ` [PR PATCH] [Updated] " misuchiru03
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2020-02-10 17:13 UTC (permalink / raw)
  To: ml

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

New comment by misuchiru03 on void-packages repository

https://github.com/void-linux/void-packages/pull/19007#issuecomment-584231163

Comment:
Sorry about that, closed the wrong PR.

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

* Re: [PR PATCH] [Updated] New package: python3-Flask-Migrate-2.5.2
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19007@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2020-02-10 17:13 ` voidlinux-github
@ 2021-11-07  0:04 ` misuchiru03
  2021-11-07  0:08 ` misuchiru03
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: misuchiru03 @ 2021-11-07  0:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/misuchiru03/void-packages np_python3-Flask-Migrate_2.5.2
https://github.com/void-linux/void-packages/pull/19007

New package: python3-Flask-Migrate-2.5.2


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-np_python3-Flask-Migrate_2.5.2-19007.patch --]
[-- Type: text/x-diff, Size: 1226 bytes --]

From 0616296b39e0e2af2b72fe9bb041c3e975658849 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Mon, 10 Feb 2020 11:04:46 -0600
Subject: [PATCH] New package: python3-Flask-Migrate-2.5.2

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

diff --git a/srcpkgs/python3-Flask-Migrate/template b/srcpkgs/python3-Flask-Migrate/template
new file mode 100644
index 000000000000..f65b005aa2bf
--- /dev/null
+++ b/srcpkgs/python3-Flask-Migrate/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-Flask-Migrate'
+pkgname=python3-Flask-Migrate
+version=2.5.2
+revision=1
+wrksrc="Flask-Migrate-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="SQLAlchemy database migrations for Flask applications using Alembic"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="MIT"
+homepage="https://github.com/miguelgrinberg/flask-migrate"
+distfiles="${PYPI_SITE}/F/Flask-Migrate/Flask-Migrate-${version}.tar.gz"
+checksum=a96ff1875a49a40bd3e8ac04fce73fdb0870b9211e6168608cbafa4eb839d502
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: python3-Flask-Migrate-2.5.2
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19007@inbox.vuxu.org>
                   ` (3 preceding siblings ...)
  2021-11-07  0:04 ` [PR PATCH] [Updated] " misuchiru03
@ 2021-11-07  0:08 ` misuchiru03
  2021-11-11  1:34 ` misuchiru03
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: misuchiru03 @ 2021-11-07  0:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/misuchiru03/void-packages np_python3-Flask-Migrate_2.5.2
https://github.com/void-linux/void-packages/pull/19007

New package: python3-Flask-Migrate-2.5.2


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-np_python3-Flask-Migrate_2.5.2-19007.patch --]
[-- Type: text/x-diff, Size: 1238 bytes --]

From ca81446b182c34e9543c2c6bdb55ac9ef1d3862d Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Mon, 10 Feb 2020 11:04:46 -0600
Subject: [PATCH] New package: python3-Flask-Migrate-3.1.0

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

diff --git a/srcpkgs/python3-Flask-Migrate/template b/srcpkgs/python3-Flask-Migrate/template
new file mode 100644
index 000000000000..506d819b87c5
--- /dev/null
+++ b/srcpkgs/python3-Flask-Migrate/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-Flask-Migrate'
+pkgname=python3-Flask-Migrate
+version=3.1.0
+revision=1
+wrksrc="Flask-Migrate-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-pip"
+depends="python3"
+short_desc="SQLAlchemy database migrations for Flask applications using Alembic"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="MIT"
+homepage="https://github.com/miguelgrinberg/flask-migrate"
+distfiles="${PYPI_SITE}/F/Flask-Migrate/Flask-Migrate-${version}.tar.gz"
+checksum=57d6060839e3a7f150eaab6fe4e726d9e3e7cffe2150fb223d73f92421c6d1d9
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: python3-Flask-Migrate-2.5.2
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19007@inbox.vuxu.org>
                   ` (4 preceding siblings ...)
  2021-11-07  0:08 ` misuchiru03
@ 2021-11-11  1:34 ` misuchiru03
  2022-04-15  2:13 ` github-actions
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: misuchiru03 @ 2021-11-11  1:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/misuchiru03/void-packages np_python3-Flask-Migrate_2.5.2
https://github.com/void-linux/void-packages/pull/19007

New package: python3-Flask-Migrate-2.5.2


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-np_python3-Flask-Migrate_2.5.2-19007.patch --]
[-- Type: text/x-diff, Size: 1342 bytes --]

From 17f403d989f923217e1fbc8cc537ea5a02cff9ef Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Mon, 10 Feb 2020 11:04:46 -0600
Subject: [PATCH] New package: python3-Flask-Migrate-3.1.0

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

diff --git a/srcpkgs/python3-Flask-Migrate/template b/srcpkgs/python3-Flask-Migrate/template
new file mode 100644
index 000000000000..9a925c86ce0a
--- /dev/null
+++ b/srcpkgs/python3-Flask-Migrate/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-Flask-Migrate'
+pkgname=python3-Flask-Migrate
+version=3.1.0
+revision=1
+wrksrc="Flask-Migrate-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-pip"
+depends="python3-Flask python3-Flask-SQLAlchemy python3-alembic"
+checkdepends="${depends} python3-wheel python3-pytest"
+short_desc="SQLAlchemy database migrations for Flask applications using Alembic"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="MIT"
+homepage="https://github.com/miguelgrinberg/Flask-Migrate"
+distfiles="${PYPI_SITE}/F/Flask-Migrate/Flask-Migrate-${version}.tar.gz"
+checksum=57d6060839e3a7f150eaab6fe4e726d9e3e7cffe2150fb223d73f92421c6d1d9
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: python3-Flask-Migrate-2.5.2
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19007@inbox.vuxu.org>
                   ` (5 preceding siblings ...)
  2021-11-11  1:34 ` misuchiru03
@ 2022-04-15  2:13 ` github-actions
  2022-04-16  3:49 ` [WIP] " misuchiru03
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2022-04-15  2:13 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/19007#issuecomment-1099787001

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [WIP] New package: python3-Flask-Migrate-2.5.2
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19007@inbox.vuxu.org>
                   ` (6 preceding siblings ...)
  2022-04-15  2:13 ` github-actions
@ 2022-04-16  3:49 ` misuchiru03
  2022-07-16  2:13 ` github-actions
  2022-07-30  2:14 ` [PR PATCH] [Closed]: " github-actions
  9 siblings, 0 replies; 10+ messages in thread
From: misuchiru03 @ 2022-04-16  3:49 UTC (permalink / raw)
  To: ml

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

New comment by misuchiru03 on void-packages repository

https://github.com/void-linux/void-packages/pull/19007#issuecomment-1100527786

Comment:
Changed to Work-In-Progress.

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

* Re: [WIP] New package: python3-Flask-Migrate-2.5.2
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19007@inbox.vuxu.org>
                   ` (7 preceding siblings ...)
  2022-04-16  3:49 ` [WIP] " misuchiru03
@ 2022-07-16  2:13 ` github-actions
  2022-07-30  2:14 ` [PR PATCH] [Closed]: " github-actions
  9 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2022-07-16  2:13 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/19007#issuecomment-1186062347

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: [WIP] New package: python3-Flask-Migrate-2.5.2
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19007@inbox.vuxu.org>
                   ` (8 preceding siblings ...)
  2022-07-16  2:13 ` github-actions
@ 2022-07-30  2:14 ` github-actions
  9 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2022-07-30  2:14 UTC (permalink / raw)
  To: ml

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

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

[WIP] New package: python3-Flask-Migrate-2.5.2
https://github.com/void-linux/void-packages/pull/19007

Description:
None

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

end of thread, other threads:[~2022-07-30  2:14 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19007@inbox.vuxu.org>
2020-02-10 17:12 ` New package: python3-Flask-Migrate-2.5.2 voidlinux-github
2020-02-10 17:12 ` voidlinux-github
2020-02-10 17:13 ` voidlinux-github
2021-11-07  0:04 ` [PR PATCH] [Updated] " misuchiru03
2021-11-07  0:08 ` misuchiru03
2021-11-11  1:34 ` misuchiru03
2022-04-15  2:13 ` github-actions
2022-04-16  3:49 ` [WIP] " misuchiru03
2022-07-16  2:13 ` github-actions
2022-07-30  2:14 ` [PR PATCH] [Closed]: " github-actions

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