Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] added package python3-Frozen-Flask
@ 2024-08-24 19:25 OHNONOTAMOTH
  2024-08-24 19:28 ` abenson
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: OHNONOTAMOTH @ 2024-08-24 19:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/OHNONOTAMOTH/void-packages new-package-flask-frozen
https://github.com/void-linux/void-packages/pull/51970

added package python3-Frozen-Flask
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**


#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-package-flask-frozen-51970.patch --]
[-- Type: text/x-diff, Size: 1134 bytes --]

From 1f729ddb10100962f883befc57aedab6613a813b Mon Sep 17 00:00:00 2001
From: ohnonotamoth <dilanjohnson@outlook.com>
Date: Sat, 24 Aug 2024 15:12:37 -0400
Subject: [PATCH] added package python3-Frozen-Flask

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

diff --git a/srcpkgs/python3-Frozen-Flask/template b/srcpkgs/python3-Frozen-Flask/template
new file mode 100644
index 00000000000000..39fdf78f602cdc
--- /dev/null
+++ b/srcpkgs/python3-Frozen-Flask/template
@@ -0,0 +1,13 @@
+# Template file for 'python3-Frozen-Flask'
+pkgname=python3-Frozen-Flask
+version=1.0.2
+revision=1
+makedepends="hatch"
+build_style=python3-pep517
+depends="python3-Flask"
+short_desc="library that can turn flask sites into static sites"
+maintainer="ohnonotamoth <dilanjohnson@outlook.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/Frozen-Flask/Frozen-Flask/"
+distfiles="https://github.com/Frozen-Flask/Frozen-Flask/archive/refs/tags/v${version}.tar.gz"
+checksum=f03c86f63a446153df17c6e6d11d4c1cf712dd5cead1a58b81c6971198e3e228

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

* Re: added package python3-Frozen-Flask
  2024-08-24 19:25 [PR PATCH] added package python3-Frozen-Flask OHNONOTAMOTH
@ 2024-08-24 19:28 ` abenson
  2024-08-24 19:45 ` [PR PATCH] [Updated] " OHNONOTAMOTH
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: abenson @ 2024-08-24 19:28 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/51970#issuecomment-2308509233

Comment:
Please fix the commit message to [follow our guidelines](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#committing-your-changes) by [amending the commit](https://www.atlassian.com/git/tutorials/rewriting-history) and force pushing to this branch. (Please avoid closing this PR and opening a new PR.)

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

* Re: [PR PATCH] [Updated] added package python3-Frozen-Flask
  2024-08-24 19:25 [PR PATCH] added package python3-Frozen-Flask OHNONOTAMOTH
  2024-08-24 19:28 ` abenson
@ 2024-08-24 19:45 ` OHNONOTAMOTH
  2024-08-24 19:46 ` OHNONOTAMOTH
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: OHNONOTAMOTH @ 2024-08-24 19:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/OHNONOTAMOTH/void-packages new-package-flask-frozen
https://github.com/void-linux/void-packages/pull/51970

added package python3-Frozen-Flask
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**


#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-package-flask-frozen-51970.patch --]
[-- Type: text/x-diff, Size: 1139 bytes --]

From b81a66d7ee233e2496e4d2564dae6342b80a2e36 Mon Sep 17 00:00:00 2001
From: ohnonotamoth <dilanjohnson@outlook.com>
Date: Sat, 24 Aug 2024 15:12:37 -0400
Subject: [PATCH] New package: python3-Frozen-Flask-1.0.2

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

diff --git a/srcpkgs/python3-Frozen-Flask/template b/srcpkgs/python3-Frozen-Flask/template
new file mode 100644
index 00000000000000..39fdf78f602cdc
--- /dev/null
+++ b/srcpkgs/python3-Frozen-Flask/template
@@ -0,0 +1,13 @@
+# Template file for 'python3-Frozen-Flask'
+pkgname=python3-Frozen-Flask
+version=1.0.2
+revision=1
+makedepends="hatch"
+build_style=python3-pep517
+depends="python3-Flask"
+short_desc="library that can turn flask sites into static sites"
+maintainer="ohnonotamoth <dilanjohnson@outlook.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/Frozen-Flask/Frozen-Flask/"
+distfiles="https://github.com/Frozen-Flask/Frozen-Flask/archive/refs/tags/v${version}.tar.gz"
+checksum=f03c86f63a446153df17c6e6d11d4c1cf712dd5cead1a58b81c6971198e3e228

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

* Re: [PR PATCH] [Updated] added package python3-Frozen-Flask
  2024-08-24 19:25 [PR PATCH] added package python3-Frozen-Flask OHNONOTAMOTH
  2024-08-24 19:28 ` abenson
  2024-08-24 19:45 ` [PR PATCH] [Updated] " OHNONOTAMOTH
@ 2024-08-24 19:46 ` OHNONOTAMOTH
  2024-08-24 19:48 ` OHNONOTAMOTH
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: OHNONOTAMOTH @ 2024-08-24 19:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/OHNONOTAMOTH/void-packages new-package-flask-frozen
https://github.com/void-linux/void-packages/pull/51970

added package python3-Frozen-Flask
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**


#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-package-flask-frozen-51970.patch --]
[-- Type: text/x-diff, Size: 1139 bytes --]

From e08d17cc9d8b9aac14c773504993157929c64e68 Mon Sep 17 00:00:00 2001
From: ohnonotamoth <dilanjohnson@outlook.com>
Date: Sat, 24 Aug 2024 15:12:37 -0400
Subject: [PATCH] New package: python3-Frozen-Flask-1.0.2

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

diff --git a/srcpkgs/python3-Frozen-Flask/template b/srcpkgs/python3-Frozen-Flask/template
new file mode 100644
index 00000000000000..39fdf78f602cdc
--- /dev/null
+++ b/srcpkgs/python3-Frozen-Flask/template
@@ -0,0 +1,13 @@
+# Template file for 'python3-Frozen-Flask'
+pkgname=python3-Frozen-Flask
+version=1.0.2
+revision=1
+makedepends="hatch"
+build_style=python3-pep517
+depends="python3-Flask"
+short_desc="library that can turn flask sites into static sites"
+maintainer="ohnonotamoth <dilanjohnson@outlook.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/Frozen-Flask/Frozen-Flask/"
+distfiles="https://github.com/Frozen-Flask/Frozen-Flask/archive/refs/tags/v${version}.tar.gz"
+checksum=f03c86f63a446153df17c6e6d11d4c1cf712dd5cead1a58b81c6971198e3e228

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

* Re: [PR PATCH] [Updated] added package python3-Frozen-Flask
  2024-08-24 19:25 [PR PATCH] added package python3-Frozen-Flask OHNONOTAMOTH
                   ` (2 preceding siblings ...)
  2024-08-24 19:46 ` OHNONOTAMOTH
@ 2024-08-24 19:48 ` OHNONOTAMOTH
  2024-08-24 19:55 ` OHNONOTAMOTH
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: OHNONOTAMOTH @ 2024-08-24 19:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/OHNONOTAMOTH/void-packages new-package-flask-frozen
https://github.com/void-linux/void-packages/pull/51970

added package python3-Frozen-Flask
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**


#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-package-flask-frozen-51970.patch --]
[-- Type: text/x-diff, Size: 1185 bytes --]

From 15be4ba80c6a625bed9c482c4973f3b1c6fa2d31 Mon Sep 17 00:00:00 2001
From: ohnonotamoth <dilanjohnson@outlook.com>
Date: Sat, 24 Aug 2024 15:12:37 -0400
Subject: [PATCH] New package: python3-Frozen-Flask-1.0.2

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

diff --git a/srcpkgs/python3-Frozen-Flask/template b/srcpkgs/python3-Frozen-Flask/template
new file mode 100644
index 00000000000000..bb5bc315d04a49
--- /dev/null
+++ b/srcpkgs/python3-Frozen-Flask/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-Frozen-Flask'
+pkgname=python3-Frozen-Flask
+version=1.0.2
+revision=1
+makedepends="hatch"
+build_style=python3-pep517
+depends="python3-Flask"
+short_desc="Library that can turn flask sites into static sites"
+maintainer="ohnonotamoth <dilanjohnson@outlook.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/Frozen-Flask/Frozen-Flask/"
+distfiles="https://github.com/Frozen-Flask/Frozen-Flask/archive/refs/tags/v${version}.tar.gz"
+checksum=f03c86f63a446153df17c6e6d11d4c1cf712dd5cead1a58b81c6971198e3e228
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] added package python3-Frozen-Flask
  2024-08-24 19:25 [PR PATCH] added package python3-Frozen-Flask OHNONOTAMOTH
                   ` (3 preceding siblings ...)
  2024-08-24 19:48 ` OHNONOTAMOTH
@ 2024-08-24 19:55 ` OHNONOTAMOTH
  2024-08-24 19:56 ` OHNONOTAMOTH
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: OHNONOTAMOTH @ 2024-08-24 19:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/OHNONOTAMOTH/void-packages new-package-flask-frozen
https://github.com/void-linux/void-packages/pull/51970

added package python3-Frozen-Flask
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**


#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-package-flask-frozen-51970.patch --]
[-- Type: text/x-diff, Size: 1185 bytes --]

From 33879a487ab9d810c01b41d6aff3c92ecd52b660 Mon Sep 17 00:00:00 2001
From: ohnonotamoth <dilanjohnson@outlook.com>
Date: Sat, 24 Aug 2024 15:12:37 -0400
Subject: [PATCH] New package: python3-Frozen-Flask-1.0.2

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

diff --git a/srcpkgs/python3-Frozen-Flask/template b/srcpkgs/python3-Frozen-Flask/template
new file mode 100644
index 00000000000000..bb5bc315d04a49
--- /dev/null
+++ b/srcpkgs/python3-Frozen-Flask/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-Frozen-Flask'
+pkgname=python3-Frozen-Flask
+version=1.0.2
+revision=1
+makedepends="hatch"
+build_style=python3-pep517
+depends="python3-Flask"
+short_desc="Library that can turn flask sites into static sites"
+maintainer="ohnonotamoth <dilanjohnson@outlook.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/Frozen-Flask/Frozen-Flask/"
+distfiles="https://github.com/Frozen-Flask/Frozen-Flask/archive/refs/tags/v${version}.tar.gz"
+checksum=f03c86f63a446153df17c6e6d11d4c1cf712dd5cead1a58b81c6971198e3e228
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] added package python3-Frozen-Flask
  2024-08-24 19:25 [PR PATCH] added package python3-Frozen-Flask OHNONOTAMOTH
                   ` (4 preceding siblings ...)
  2024-08-24 19:55 ` OHNONOTAMOTH
@ 2024-08-24 19:56 ` OHNONOTAMOTH
  2024-08-24 20:04 ` OHNONOTAMOTH
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: OHNONOTAMOTH @ 2024-08-24 19:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/OHNONOTAMOTH/void-packages new-package-flask-frozen
https://github.com/void-linux/void-packages/pull/51970

added package python3-Frozen-Flask
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**


#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-package-flask-frozen-51970.patch --]
[-- Type: text/x-diff, Size: 1185 bytes --]

From c6464a46509f73c1a5cbc34ae12722857f77d208 Mon Sep 17 00:00:00 2001
From: ohnonotamoth <dilanjohnson@outlook.com>
Date: Sat, 24 Aug 2024 15:12:37 -0400
Subject: [PATCH] New package: python3-Frozen-Flask-1.0.2

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

diff --git a/srcpkgs/python3-Frozen-Flask/template b/srcpkgs/python3-Frozen-Flask/template
new file mode 100644
index 00000000000000..d4cdbc23302c8b
--- /dev/null
+++ b/srcpkgs/python3-Frozen-Flask/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-Frozen-Flask'
+pkgname=python3-Frozen-Flask
+version=1.0.2
+revision=1
+build_style=python3-pep517
+makedepends="hatch"
+depends="python3-Flask"
+short_desc="Library that can turn flask sites into static sites"
+maintainer="ohnonotamoth <dilanjohnson@outlook.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/Frozen-Flask/Frozen-Flask/"
+distfiles="https://github.com/Frozen-Flask/Frozen-Flask/archive/refs/tags/v${version}.tar.gz"
+checksum=f03c86f63a446153df17c6e6d11d4c1cf712dd5cead1a58b81c6971198e3e228
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: added package python3-Frozen-Flask
  2024-08-24 19:25 [PR PATCH] added package python3-Frozen-Flask OHNONOTAMOTH
                   ` (5 preceding siblings ...)
  2024-08-24 19:56 ` OHNONOTAMOTH
@ 2024-08-24 20:04 ` OHNONOTAMOTH
  2024-08-28 12:06 ` [PR REVIEW] " Bnyro
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: OHNONOTAMOTH @ 2024-08-24 20:04 UTC (permalink / raw)
  To: ml

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

New comment by OHNONOTAMOTH on void-packages repository

https://github.com/void-linux/void-packages/pull/51970#issuecomment-2308522677

Comment:
amended commit to satisfy xlint

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

* Re: [PR REVIEW] added package python3-Frozen-Flask
  2024-08-24 19:25 [PR PATCH] added package python3-Frozen-Flask OHNONOTAMOTH
                   ` (6 preceding siblings ...)
  2024-08-24 20:04 ` OHNONOTAMOTH
@ 2024-08-28 12:06 ` Bnyro
  2024-08-28 12:08 ` Bnyro
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Bnyro @ 2024-08-28 12:06 UTC (permalink / raw)
  To: ml

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

New review comment by Bnyro on void-packages repository

https://github.com/void-linux/void-packages/pull/51970#discussion_r1734557662

Comment:
```suggestion
homepage="https://github.com/Frozen-Flask/Frozen-Flask/"
changelog="https://github.com/Frozen-Flask/Frozen-Flask/releases"
```

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

* Re: [PR REVIEW] added package python3-Frozen-Flask
  2024-08-24 19:25 [PR PATCH] added package python3-Frozen-Flask OHNONOTAMOTH
                   ` (7 preceding siblings ...)
  2024-08-28 12:06 ` [PR REVIEW] " Bnyro
@ 2024-08-28 12:08 ` Bnyro
  2024-11-27  2:44 ` github-actions
  2024-12-12  2:06 ` [PR PATCH] [Closed]: " github-actions
  10 siblings, 0 replies; 12+ messages in thread
From: Bnyro @ 2024-08-28 12:08 UTC (permalink / raw)
  To: ml

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

New review comment by Bnyro on void-packages repository

https://github.com/void-linux/void-packages/pull/51970#discussion_r1734559923

Comment:
```suggestion
short_desc="Library that freezes Flask apps into static files"
```

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

* Re: added package python3-Frozen-Flask
  2024-08-24 19:25 [PR PATCH] added package python3-Frozen-Flask OHNONOTAMOTH
                   ` (8 preceding siblings ...)
  2024-08-28 12:08 ` Bnyro
@ 2024-11-27  2:44 ` github-actions
  2024-12-12  2:06 ` [PR PATCH] [Closed]: " github-actions
  10 siblings, 0 replies; 12+ messages in thread
From: github-actions @ 2024-11-27  2:44 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/51970#issuecomment-2502564188

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

* Re: [PR PATCH] [Closed]: added package python3-Frozen-Flask
  2024-08-24 19:25 [PR PATCH] added package python3-Frozen-Flask OHNONOTAMOTH
                   ` (9 preceding siblings ...)
  2024-11-27  2:44 ` github-actions
@ 2024-12-12  2:06 ` github-actions
  10 siblings, 0 replies; 12+ messages in thread
From: github-actions @ 2024-12-12  2:06 UTC (permalink / raw)
  To: ml

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

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

added package python3-Frozen-Flask
https://github.com/void-linux/void-packages/pull/51970

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**


#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)



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

end of thread, other threads:[~2024-12-12  2:06 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-24 19:25 [PR PATCH] added package python3-Frozen-Flask OHNONOTAMOTH
2024-08-24 19:28 ` abenson
2024-08-24 19:45 ` [PR PATCH] [Updated] " OHNONOTAMOTH
2024-08-24 19:46 ` OHNONOTAMOTH
2024-08-24 19:48 ` OHNONOTAMOTH
2024-08-24 19:55 ` OHNONOTAMOTH
2024-08-24 19:56 ` OHNONOTAMOTH
2024-08-24 20:04 ` OHNONOTAMOTH
2024-08-28 12:06 ` [PR REVIEW] " Bnyro
2024-08-28 12:08 ` Bnyro
2024-11-27  2:44 ` github-actions
2024-12-12  2:06 ` [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).