Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: python3-crossplane-0.5.8
@ 2024-01-26 19:28 c0m4r
  2024-01-26 19:31 ` [PR PATCH] [Updated] " c0m4r
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: c0m4r @ 2024-01-26 19:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/c0m4r/void-packages patch-2
https://github.com/void-linux/void-packages/pull/48385

New package: python3-crossplane-0.5.8
Reliable and fast NGINX configuration file parser and builder

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

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

#### Local build testing
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - x86_64-glibc



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

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

From 95dbe25ec371d1a1cc20697e6b930c7c0332a434 Mon Sep 17 00:00:00 2001
From: c0m4r <github@wolfet.pl>
Date: Fri, 26 Jan 2024 20:20:54 +0100
Subject: [PATCH] Create template

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

diff --git a/srcpkgs/python3-crossplane/template b/srcpkgs/python3-crossplane/template
new file mode 100644
index 0000000000000..4bdc50f00ec6d
--- /dev/null
+++ b/srcpkgs/python3-crossplane/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-crossplane'
+pkgname=python3-crossplane
+version=0.5.8
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-wheel"
+makedepends="python3-devel"
+depends="python3"
+checkdepends="python3-pytest tox python3-pluggy"
+short_desc="NGINX configuration file parser and builder module for Python3"
+maintainer="c0m4r <github@wolfet.pl>"
+license="Apache-2.0"
+homepage="https://github.com/nginxinc/crossplane"
+distfiles="https://github.com/nginxinc/crossplane/archive/refs/tags/v${version}.tar.gz"
+checksum=e4992f267b3fd6318334140a842131daa37124f6d0c4f9300c836d21949ec70e
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: python3-crossplane-0.5.8
  2024-01-26 19:28 [PR PATCH] New package: python3-crossplane-0.5.8 c0m4r
@ 2024-01-26 19:31 ` c0m4r
  2024-01-26 20:06 ` c0m4r
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: c0m4r @ 2024-01-26 19:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/c0m4r/void-packages patch-2
https://github.com/void-linux/void-packages/pull/48385

New package: python3-crossplane-0.5.8
Reliable and fast NGINX configuration file parser and builder

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

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

#### Local build testing
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - x86_64-glibc



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

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

From 95dbe25ec371d1a1cc20697e6b930c7c0332a434 Mon Sep 17 00:00:00 2001
From: c0m4r <github@wolfet.pl>
Date: Fri, 26 Jan 2024 20:20:54 +0100
Subject: [PATCH 1/2] Create template

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

diff --git a/srcpkgs/python3-crossplane/template b/srcpkgs/python3-crossplane/template
new file mode 100644
index 0000000000000..4bdc50f00ec6d
--- /dev/null
+++ b/srcpkgs/python3-crossplane/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-crossplane'
+pkgname=python3-crossplane
+version=0.5.8
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-wheel"
+makedepends="python3-devel"
+depends="python3"
+checkdepends="python3-pytest tox python3-pluggy"
+short_desc="NGINX configuration file parser and builder module for Python3"
+maintainer="c0m4r <github@wolfet.pl>"
+license="Apache-2.0"
+homepage="https://github.com/nginxinc/crossplane"
+distfiles="https://github.com/nginxinc/crossplane/archive/refs/tags/v${version}.tar.gz"
+checksum=e4992f267b3fd6318334140a842131daa37124f6d0c4f9300c836d21949ec70e
+
+post_install() {
+	vlicense LICENSE
+}

From 91bebb22e8073cbf44482be60468dc99372a0da6 Mon Sep 17 00:00:00 2001
From: c0m4r <github@wolfet.pl>
Date: Fri, 26 Jan 2024 20:31:26 +0100
Subject: [PATCH 2/2] Update template

---
 srcpkgs/python3-crossplane/template | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/srcpkgs/python3-crossplane/template b/srcpkgs/python3-crossplane/template
index 4bdc50f00ec6d..45b9b58ff53f2 100644
--- a/srcpkgs/python3-crossplane/template
+++ b/srcpkgs/python3-crossplane/template
@@ -13,7 +13,3 @@ license="Apache-2.0"
 homepage="https://github.com/nginxinc/crossplane"
 distfiles="https://github.com/nginxinc/crossplane/archive/refs/tags/v${version}.tar.gz"
 checksum=e4992f267b3fd6318334140a842131daa37124f6d0c4f9300c836d21949ec70e
-
-post_install() {
-	vlicense LICENSE
-}

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

* Re: [PR PATCH] [Updated] New package: python3-crossplane-0.5.8
  2024-01-26 19:28 [PR PATCH] New package: python3-crossplane-0.5.8 c0m4r
  2024-01-26 19:31 ` [PR PATCH] [Updated] " c0m4r
@ 2024-01-26 20:06 ` c0m4r
  2024-01-26 20:14 ` c0m4r
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: c0m4r @ 2024-01-26 20:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/c0m4r/void-packages patch-2
https://github.com/void-linux/void-packages/pull/48385

New package: python3-crossplane-0.5.8
Reliable and fast NGINX configuration file parser and builder

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

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

#### Local build testing
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - x86_64-glibc



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

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

From 96ea56ff4f947f717a9c64219571e40c8dae2516 Mon Sep 17 00:00:00 2001
From: c0m4r <github@wolfet.pl>
Date: Fri, 26 Jan 2024 20:53:23 +0100
Subject: [PATCH] python3-crossplane template

---
 srcpkgs/python3-crossplane/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-crossplane/template

diff --git a/srcpkgs/python3-crossplane/template b/srcpkgs/python3-crossplane/template
new file mode 100644
index 0000000000000..45b9b58ff53f2
--- /dev/null
+++ b/srcpkgs/python3-crossplane/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-crossplane'
+pkgname=python3-crossplane
+version=0.5.8
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-wheel"
+makedepends="python3-devel"
+depends="python3"
+checkdepends="python3-pytest tox python3-pluggy"
+short_desc="NGINX configuration file parser and builder module for Python3"
+maintainer="c0m4r <github@wolfet.pl>"
+license="Apache-2.0"
+homepage="https://github.com/nginxinc/crossplane"
+distfiles="https://github.com/nginxinc/crossplane/archive/refs/tags/v${version}.tar.gz"
+checksum=e4992f267b3fd6318334140a842131daa37124f6d0c4f9300c836d21949ec70e

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

* Re: New package: python3-crossplane-0.5.8
  2024-01-26 19:28 [PR PATCH] New package: python3-crossplane-0.5.8 c0m4r
  2024-01-26 19:31 ` [PR PATCH] [Updated] " c0m4r
  2024-01-26 20:06 ` c0m4r
@ 2024-01-26 20:14 ` c0m4r
  2024-01-26 20:16 ` c0m4r
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: c0m4r @ 2024-01-26 20:14 UTC (permalink / raw)
  To: ml

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

New comment by c0m4r on void-packages repository

https://github.com/void-linux/void-packages/pull/48385#issuecomment-1912634589

Comment:
Ok, I give up. Linter locally says it's happy, here it's failing, the package builds, runs flawlessly. I would appreciate some help in determining what I should correct further.

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

* Re: New package: python3-crossplane-0.5.8
  2024-01-26 19:28 [PR PATCH] New package: python3-crossplane-0.5.8 c0m4r
                   ` (2 preceding siblings ...)
  2024-01-26 20:14 ` c0m4r
@ 2024-01-26 20:16 ` c0m4r
  2024-01-28  3:25 ` classabbyamp
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: c0m4r @ 2024-01-26 20:16 UTC (permalink / raw)
  To: ml

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

New comment by c0m4r on void-packages repository

https://github.com/void-linux/void-packages/pull/48385#issuecomment-1912634589

Comment:
Ok, I give up. Linter locally says it's happy, here it's failing, the package builds and runs flawlessly. I would appreciate some help in determining what I should correct further.

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

* Re: New package: python3-crossplane-0.5.8
  2024-01-26 19:28 [PR PATCH] New package: python3-crossplane-0.5.8 c0m4r
                   ` (3 preceding siblings ...)
  2024-01-26 20:16 ` c0m4r
@ 2024-01-28  3:25 ` classabbyamp
  2024-01-28  4:46 ` c0m4r
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2024-01-28  3:25 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/48385#issuecomment-1913432412

Comment:
see https://github.com/void-linux/void-packages/actions/runs/7672865186/job/20914297421?pr=48385#step:7:8

the commit message should be changed to match what it says in [CONTRIBUTING.md](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#committing-your-changes)

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

* Re: New package: python3-crossplane-0.5.8
  2024-01-26 19:28 [PR PATCH] New package: python3-crossplane-0.5.8 c0m4r
                   ` (4 preceding siblings ...)
  2024-01-28  3:25 ` classabbyamp
@ 2024-01-28  4:46 ` c0m4r
  2024-01-28  4:47 ` [PR PATCH] [Updated] " c0m4r
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: c0m4r @ 2024-01-28  4:46 UTC (permalink / raw)
  To: ml

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

New comment by c0m4r on void-packages repository

https://github.com/void-linux/void-packages/pull/48385#issuecomment-1913450050

Comment:
Aaaah, ok, I was fixated on the name of the pull request. Still, xlint doesn't let me know about that :/

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

* Re: [PR PATCH] [Updated] New package: python3-crossplane-0.5.8
  2024-01-26 19:28 [PR PATCH] New package: python3-crossplane-0.5.8 c0m4r
                   ` (5 preceding siblings ...)
  2024-01-28  4:46 ` c0m4r
@ 2024-01-28  4:47 ` c0m4r
  2024-01-28  4:55 ` c0m4r
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: c0m4r @ 2024-01-28  4:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/c0m4r/void-packages patch-2
https://github.com/void-linux/void-packages/pull/48385

New package: python3-crossplane-0.5.8
Reliable and fast NGINX configuration file parser and builder

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

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

#### Local build testing
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - x86_64-glibc



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

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

From 96ea56ff4f947f717a9c64219571e40c8dae2516 Mon Sep 17 00:00:00 2001
From: c0m4r <github@wolfet.pl>
Date: Fri, 26 Jan 2024 20:53:23 +0100
Subject: [PATCH] python3-crossplane template

---
 srcpkgs/python3-crossplane/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-crossplane/template

diff --git a/srcpkgs/python3-crossplane/template b/srcpkgs/python3-crossplane/template
new file mode 100644
index 0000000000000..45b9b58ff53f2
--- /dev/null
+++ b/srcpkgs/python3-crossplane/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-crossplane'
+pkgname=python3-crossplane
+version=0.5.8
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-wheel"
+makedepends="python3-devel"
+depends="python3"
+checkdepends="python3-pytest tox python3-pluggy"
+short_desc="NGINX configuration file parser and builder module for Python3"
+maintainer="c0m4r <github@wolfet.pl>"
+license="Apache-2.0"
+homepage="https://github.com/nginxinc/crossplane"
+distfiles="https://github.com/nginxinc/crossplane/archive/refs/tags/v${version}.tar.gz"
+checksum=e4992f267b3fd6318334140a842131daa37124f6d0c4f9300c836d21949ec70e

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

* Re: [PR PATCH] [Updated] New package: python3-crossplane-0.5.8
  2024-01-26 19:28 [PR PATCH] New package: python3-crossplane-0.5.8 c0m4r
                   ` (6 preceding siblings ...)
  2024-01-28  4:47 ` [PR PATCH] [Updated] " c0m4r
@ 2024-01-28  4:55 ` c0m4r
  2024-01-28  4:57 ` c0m4r
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: c0m4r @ 2024-01-28  4:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/c0m4r/void-packages patch-2
https://github.com/void-linux/void-packages/pull/48385

New package: python3-crossplane-0.5.8
Reliable and fast NGINX configuration file parser and builder

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

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

#### Local build testing
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - x86_64-glibc



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

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

From 22a1dfc712acd4d1472a7f783a076c4901a18b44 Mon Sep 17 00:00:00 2001
From: c0m4r <github@wolfet.pl>
Date: Fri, 26 Jan 2024 20:53:23 +0100
Subject: [PATCH] New package: python3-crossplane-0.5.8

---
 srcpkgs/python3-crossplane/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-crossplane/template

diff --git a/srcpkgs/python3-crossplane/template b/srcpkgs/python3-crossplane/template
new file mode 100644
index 0000000000000..45b9b58ff53f2
--- /dev/null
+++ b/srcpkgs/python3-crossplane/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-crossplane'
+pkgname=python3-crossplane
+version=0.5.8
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-wheel"
+makedepends="python3-devel"
+depends="python3"
+checkdepends="python3-pytest tox python3-pluggy"
+short_desc="NGINX configuration file parser and builder module for Python3"
+maintainer="c0m4r <github@wolfet.pl>"
+license="Apache-2.0"
+homepage="https://github.com/nginxinc/crossplane"
+distfiles="https://github.com/nginxinc/crossplane/archive/refs/tags/v${version}.tar.gz"
+checksum=e4992f267b3fd6318334140a842131daa37124f6d0c4f9300c836d21949ec70e

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

* Re: New package: python3-crossplane-0.5.8
  2024-01-26 19:28 [PR PATCH] New package: python3-crossplane-0.5.8 c0m4r
                   ` (7 preceding siblings ...)
  2024-01-28  4:55 ` c0m4r
@ 2024-01-28  4:57 ` c0m4r
  2024-01-28  5:02 ` c0m4r
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: c0m4r @ 2024-01-28  4:57 UTC (permalink / raw)
  To: ml

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

New comment by c0m4r on void-packages repository

https://github.com/void-linux/void-packages/pull/48385#issuecomment-1913451658

Comment:
![image](https://github.com/void-linux/void-packages/assets/6292788/6523def2-370f-41eb-b361-391271d52ca1)


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

* Re: New package: python3-crossplane-0.5.8
  2024-01-26 19:28 [PR PATCH] New package: python3-crossplane-0.5.8 c0m4r
                   ` (8 preceding siblings ...)
  2024-01-28  4:57 ` c0m4r
@ 2024-01-28  5:02 ` c0m4r
  2024-01-28  5:02 ` c0m4r
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: c0m4r @ 2024-01-28  5:02 UTC (permalink / raw)
  To: ml

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

New comment by c0m4r on void-packages repository

https://github.com/void-linux/void-packages/pull/48385#issuecomment-1913450050

Comment:
Aaaah, ok, I was fixated on the name of the pull request. And I don't know why I thought xlint will let me know about that, but how could it do it if it only checks the template :D Silly me ¯\_(ツ)_/¯

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

* Re: New package: python3-crossplane-0.5.8
  2024-01-26 19:28 [PR PATCH] New package: python3-crossplane-0.5.8 c0m4r
                   ` (9 preceding siblings ...)
  2024-01-28  5:02 ` c0m4r
@ 2024-01-28  5:02 ` c0m4r
  2024-02-02  7:38 ` [PR PATCH] [Closed]: " c0m4r
  2024-02-10 21:01 ` melroy89
  12 siblings, 0 replies; 14+ messages in thread
From: c0m4r @ 2024-01-28  5:02 UTC (permalink / raw)
  To: ml

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

New comment by c0m4r on void-packages repository

https://github.com/void-linux/void-packages/pull/48385#issuecomment-1913450050

Comment:
Aaaah, ok, I was fixated on the name of the pull request. And I don't know why I thought xlint will let me know about that, but how could it do it if it only checks the template :D Silly me ¯\\_(ツ)_/¯

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

* Re: [PR PATCH] [Closed]: New package: python3-crossplane-0.5.8
  2024-01-26 19:28 [PR PATCH] New package: python3-crossplane-0.5.8 c0m4r
                   ` (10 preceding siblings ...)
  2024-01-28  5:02 ` c0m4r
@ 2024-02-02  7:38 ` c0m4r
  2024-02-10 21:01 ` melroy89
  12 siblings, 0 replies; 14+ messages in thread
From: c0m4r @ 2024-02-02  7:38 UTC (permalink / raw)
  To: ml

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

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

New package: python3-crossplane-0.5.8
https://github.com/void-linux/void-packages/pull/48385

Description:
Reliable and fast NGINX configuration file parser and builder

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

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

#### Local build testing
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - x86_64-glibc



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

* Re: New package: python3-crossplane-0.5.8
  2024-01-26 19:28 [PR PATCH] New package: python3-crossplane-0.5.8 c0m4r
                   ` (11 preceding siblings ...)
  2024-02-02  7:38 ` [PR PATCH] [Closed]: " c0m4r
@ 2024-02-10 21:01 ` melroy89
  12 siblings, 0 replies; 14+ messages in thread
From: melroy89 @ 2024-02-10 21:01 UTC (permalink / raw)
  To: ml

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

New comment by melroy89 on void-packages repository

https://github.com/void-linux/void-packages/pull/48385#issuecomment-1937134314

Comment:
@c0m4r  Why is it closed? 

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

end of thread, other threads:[~2024-02-10 21:01 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-26 19:28 [PR PATCH] New package: python3-crossplane-0.5.8 c0m4r
2024-01-26 19:31 ` [PR PATCH] [Updated] " c0m4r
2024-01-26 20:06 ` c0m4r
2024-01-26 20:14 ` c0m4r
2024-01-26 20:16 ` c0m4r
2024-01-28  3:25 ` classabbyamp
2024-01-28  4:46 ` c0m4r
2024-01-28  4:47 ` [PR PATCH] [Updated] " c0m4r
2024-01-28  4:55 ` c0m4r
2024-01-28  4:57 ` c0m4r
2024-01-28  5:02 ` c0m4r
2024-01-28  5:02 ` c0m4r
2024-02-02  7:38 ` [PR PATCH] [Closed]: " c0m4r
2024-02-10 21:01 ` melroy89

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