Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: python3-SQLAlchemy-Utils-0.36.8
@ 2020-09-24  9:09 pfpulux
  2020-09-24 17:50 ` Chocimier
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: pfpulux @ 2020-09-24  9:09 UTC (permalink / raw)
  To: ml

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

There is a new pull request by pfpulux against master on the void-packages repository

https://github.com/pfpulux/void-packages python3-SQLAlchemy-Utils
https://github.com/void-linux/void-packages/pull/25067

New package: python3-SQLAlchemy-Utils-0.36.8


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-SQLAlchemy-Utils-25067.patch --]
[-- Type: text/x-diff, Size: 1240 bytes --]

From 2c5a0128e765edaaed8388df10f32a9915321bc4 Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.de>
Date: Thu, 24 Sep 2020 11:05:17 +0200
Subject: [PATCH] New package: python3-SQLAlchemy-Utils-0.36.8

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

diff --git a/srcpkgs/python3-SQLAlchemy-Utils/template b/srcpkgs/python3-SQLAlchemy-Utils/template
new file mode 100644
index 00000000000..6b4388661c5
--- /dev/null
+++ b/srcpkgs/python3-SQLAlchemy-Utils/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-SQLAlchemy-Utils'
+pkgname=python3-SQLAlchemy-Utils
+version=0.36.8
+revision=1
+wrksrc="SQLAlchemy-Utils-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+checkdepends="python3-SQLAlchemy"
+short_desc="Various utility functions and custom data types for SQLAlchemy"
+maintainer="Pulux <pulux@pf4sh.de>"
+license="BSD-3-Clause"
+homepage="https://github.com/kvesteri/sqlalchemy-utils"
+distfiles="${PYPI_SITE}/S/SQLAlchemy-Utils/SQLAlchemy-Utils-${version}.tar.gz"
+checksum=fb66e9956e41340011b70b80f898fde6064ec1817af77199ee21ace71d7d6ab0
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: python3-SQLAlchemy-Utils-0.36.8
  2020-09-24  9:09 [PR PATCH] New package: python3-SQLAlchemy-Utils-0.36.8 pfpulux
@ 2020-09-24 17:50 ` Chocimier
  2020-09-25  7:15 ` [PR PATCH] [Updated] " pfpulux
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Chocimier @ 2020-09-24 17:50 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/25067#issuecomment-698493403

Comment:
Needs SQLAlchemy and six on runtime, for test [much more](https://github.com/kvesteri/sqlalchemy-utils/blob/7430af62ed49f9ca0f2e7e832101180ec6329f5b/setup.py#L25).

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

* Re: [PR PATCH] [Updated] New package: python3-SQLAlchemy-Utils-0.36.8
  2020-09-24  9:09 [PR PATCH] New package: python3-SQLAlchemy-Utils-0.36.8 pfpulux
  2020-09-24 17:50 ` Chocimier
@ 2020-09-25  7:15 ` pfpulux
  2020-12-20  2:00 ` ericonr
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pfpulux @ 2020-09-25  7:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pfpulux/void-packages python3-SQLAlchemy-Utils
https://github.com/void-linux/void-packages/pull/25067

New package: python3-SQLAlchemy-Utils-0.36.8


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-SQLAlchemy-Utils-25067.patch --]
[-- Type: text/x-diff, Size: 1252 bytes --]

From 31e1f6dfb61220b78c57d5699e47ef468d66eec4 Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.de>
Date: Thu, 24 Sep 2020 11:05:17 +0200
Subject: [PATCH] New package: python3-SQLAlchemy-Utils-0.36.8

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

diff --git a/srcpkgs/python3-SQLAlchemy-Utils/template b/srcpkgs/python3-SQLAlchemy-Utils/template
new file mode 100644
index 00000000000..3f823d2fea5
--- /dev/null
+++ b/srcpkgs/python3-SQLAlchemy-Utils/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-SQLAlchemy-Utils'
+pkgname=python3-SQLAlchemy-Utils
+version=0.36.8
+revision=1
+wrksrc="SQLAlchemy-Utils-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+checkdepends="python3-SQLAlchemy python3-six"
+short_desc="Various utility functions and custom data types for SQLAlchemy"
+maintainer="Pulux <pulux@pf4sh.de>"
+license="BSD-3-Clause"
+homepage="https://github.com/kvesteri/sqlalchemy-utils"
+distfiles="${PYPI_SITE}/S/SQLAlchemy-Utils/SQLAlchemy-Utils-${version}.tar.gz"
+checksum=fb66e9956e41340011b70b80f898fde6064ec1817af77199ee21ace71d7d6ab0
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: python3-SQLAlchemy-Utils-0.36.8
  2020-09-24  9:09 [PR PATCH] New package: python3-SQLAlchemy-Utils-0.36.8 pfpulux
  2020-09-24 17:50 ` Chocimier
  2020-09-25  7:15 ` [PR PATCH] [Updated] " pfpulux
@ 2020-12-20  2:00 ` ericonr
  2022-04-20  2:14 ` github-actions
  2022-05-04  2:15 ` [PR PATCH] [Closed]: " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2020-12-20  2:00 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25067#issuecomment-748551934

Comment:
For cross reference, alternative PR in #19011

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

* Re: New package: python3-SQLAlchemy-Utils-0.36.8
  2020-09-24  9:09 [PR PATCH] New package: python3-SQLAlchemy-Utils-0.36.8 pfpulux
                   ` (2 preceding siblings ...)
  2020-12-20  2:00 ` ericonr
@ 2022-04-20  2:14 ` github-actions
  2022-05-04  2:15 ` [PR PATCH] [Closed]: " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2022-04-20  2:14 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/25067#issuecomment-1103384660

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] 6+ messages in thread

* Re: [PR PATCH] [Closed]: New package: python3-SQLAlchemy-Utils-0.36.8
  2020-09-24  9:09 [PR PATCH] New package: python3-SQLAlchemy-Utils-0.36.8 pfpulux
                   ` (3 preceding siblings ...)
  2022-04-20  2:14 ` github-actions
@ 2022-05-04  2:15 ` github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2022-05-04  2:15 UTC (permalink / raw)
  To: ml

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

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

New package: python3-SQLAlchemy-Utils-0.36.8
https://github.com/void-linux/void-packages/pull/25067

Description:


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

end of thread, other threads:[~2022-05-04  2:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-24  9:09 [PR PATCH] New package: python3-SQLAlchemy-Utils-0.36.8 pfpulux
2020-09-24 17:50 ` Chocimier
2020-09-25  7:15 ` [PR PATCH] [Updated] " pfpulux
2020-12-20  2:00 ` ericonr
2022-04-20  2:14 ` github-actions
2022-05-04  2:15 ` [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).