Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pgcli: remove unneeded dependency on python3-pendulum.
@ 2024-08-19 15:12 TinfoilSubmarine
  2024-08-19 15:19 ` TinfoilSubmarine
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: TinfoilSubmarine @ 2024-08-19 15:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages maint/pgcli
https://github.com/void-linux/void-packages/pull/51915

pgcli: remove unneeded dependency on python3-pendulum.
- **python3-pendulum: orphan package**
- **pgcli: remove unneeded dependency on python3-pendulum.**

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

#### 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**|**NO**
-->

<!-- 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From e070fc9ab6973bb066c329c5cd159556cc75b06e Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Mon, 19 Aug 2024 10:26:27 -0400
Subject: [PATCH 1/2] python3-pendulum: orphan package

---
 srcpkgs/python3-pendulum/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pendulum/template b/srcpkgs/python3-pendulum/template
index 3fc2f6a5fa6bd1..684daf3a0d19a9 100644
--- a/srcpkgs/python3-pendulum/template
+++ b/srcpkgs/python3-pendulum/template
@@ -8,7 +8,7 @@ makedepends="python3-devel"
 depends="python3-dateutil python3-pytzdata"
 checkdepends="python3-pytest python3-pytz python3-freezegun ${depends}"
 short_desc="Python datetimes made easy"
-maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://pendulum.eustace.io"
 changelog="https://github.com/sdispater/pendulum/blob/master/CHANGELOG.md"

From c92ec54215f0fc8f63a069994e3e542804120608 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Mon, 19 Aug 2024 10:26:31 -0400
Subject: [PATCH 2/2] pgcli: remove unneeded dependency on python3-pendulum.

---
 srcpkgs/pgcli/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/pgcli/template b/srcpkgs/pgcli/template
index 1001a09f118366..9d213fdc6c0954 100644
--- a/srcpkgs/pgcli/template
+++ b/srcpkgs/pgcli/template
@@ -1,11 +1,11 @@
 # Template file for 'pgcli'
 pkgname=pgcli
 version=4.1.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-pgspecial python3-click python3-Pygments python3-prompt_toolkit
- python3-psycopg python3-sqlparse python3-configobj python3-pendulum
+depends="python3-pgspecial python3-click python3-Pygments
+ python3-prompt_toolkit python3-psycopg python3-sqlparse python3-configobj
  python3-cli_helpers python3-setproctitle"
 short_desc="PostgreSQL CLI with autocompletion and syntax highlighting"
 maintainer="Joel Beckmeyer <joel@beckmeyer.us>"

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

* Re: pgcli: remove unneeded dependency on python3-pendulum.
  2024-08-19 15:12 [PR PATCH] pgcli: remove unneeded dependency on python3-pendulum TinfoilSubmarine
@ 2024-08-19 15:19 ` TinfoilSubmarine
  2024-08-21 19:23 ` [PR PATCH] [Updated] " TinfoilSubmarine
  2024-09-22 17:16 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: TinfoilSubmarine @ 2024-08-19 15:19 UTC (permalink / raw)
  To: ml

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

New comment by TinfoilSubmarine on void-packages repository

https://github.com/void-linux/void-packages/pull/51915#issuecomment-2296834130

Comment:
CI is failing because of some broken tests with `python3-pendulum`, but there are no changes to the actual package, just orphaning, so should be fine. pgcli is same way and I have already tested it locally.

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

* Re: [PR PATCH] [Updated] pgcli: remove unneeded dependency on python3-pendulum.
  2024-08-19 15:12 [PR PATCH] pgcli: remove unneeded dependency on python3-pendulum TinfoilSubmarine
  2024-08-19 15:19 ` TinfoilSubmarine
@ 2024-08-21 19:23 ` TinfoilSubmarine
  2024-09-22 17:16 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: TinfoilSubmarine @ 2024-08-21 19:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages maint/pgcli
https://github.com/void-linux/void-packages/pull/51915

pgcli: remove unneeded dependency on python3-pendulum.
- **python3-pendulum: orphan package**
- **pgcli: remove unneeded dependency on python3-pendulum.**

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

#### 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**|**NO**
-->

<!-- 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 4bc8596764f537ed0665ab8a9e94704b442e632c Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 21 Aug 2024 15:18:36 -0400
Subject: [PATCH 1/3] python3-pytzdata: orphan package

---
 srcpkgs/python3-pytzdata/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytzdata/template b/srcpkgs/python3-pytzdata/template
index 99778621478b1e..4745ce9fdbdce4 100644
--- a/srcpkgs/python3-pytzdata/template
+++ b/srcpkgs/python3-pytzdata/template
@@ -7,7 +7,7 @@ hostmakedepends="python3-poetry-core"
 depends="python3 tzdata"
 checkdepends="python3-pytest"
 short_desc="Olson timezone database for Python"
-maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/sdispater/pytzdata"
 distfiles="https://github.com/sdispater/pytzdata/archive/refs/tags/${version}.tar.gz"

From 4671ebbac70b81abb0e8b947299c52af4e71ff22 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Mon, 19 Aug 2024 10:26:27 -0400
Subject: [PATCH 2/3] python3-pendulum: orphan package

---
 srcpkgs/python3-pendulum/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pendulum/template b/srcpkgs/python3-pendulum/template
index 3fc2f6a5fa6bd1..684daf3a0d19a9 100644
--- a/srcpkgs/python3-pendulum/template
+++ b/srcpkgs/python3-pendulum/template
@@ -8,7 +8,7 @@ makedepends="python3-devel"
 depends="python3-dateutil python3-pytzdata"
 checkdepends="python3-pytest python3-pytz python3-freezegun ${depends}"
 short_desc="Python datetimes made easy"
-maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://pendulum.eustace.io"
 changelog="https://github.com/sdispater/pendulum/blob/master/CHANGELOG.md"

From 5f987342c7cb390f9df0dc9e01e583381f3d276e Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Mon, 19 Aug 2024 10:26:31 -0400
Subject: [PATCH 3/3] pgcli: remove unneeded dependency on python3-pendulum.

---
 srcpkgs/pgcli/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/pgcli/template b/srcpkgs/pgcli/template
index 1001a09f118366..9d213fdc6c0954 100644
--- a/srcpkgs/pgcli/template
+++ b/srcpkgs/pgcli/template
@@ -1,11 +1,11 @@
 # Template file for 'pgcli'
 pkgname=pgcli
 version=4.1.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-pgspecial python3-click python3-Pygments python3-prompt_toolkit
- python3-psycopg python3-sqlparse python3-configobj python3-pendulum
+depends="python3-pgspecial python3-click python3-Pygments
+ python3-prompt_toolkit python3-psycopg python3-sqlparse python3-configobj
  python3-cli_helpers python3-setproctitle"
 short_desc="PostgreSQL CLI with autocompletion and syntax highlighting"
 maintainer="Joel Beckmeyer <joel@beckmeyer.us>"

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

* Re: [PR PATCH] [Merged]: pgcli: remove unneeded dependency on python3-pendulum.
  2024-08-19 15:12 [PR PATCH] pgcli: remove unneeded dependency on python3-pendulum TinfoilSubmarine
  2024-08-19 15:19 ` TinfoilSubmarine
  2024-08-21 19:23 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2024-09-22 17:16 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2024-09-22 17:16 UTC (permalink / raw)
  To: ml

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

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

pgcli: remove unneeded dependency on python3-pendulum.
https://github.com/void-linux/void-packages/pull/51915

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

#### 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**|**NO**
-->

<!-- 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2024-09-22 17:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-19 15:12 [PR PATCH] pgcli: remove unneeded dependency on python3-pendulum TinfoilSubmarine
2024-08-19 15:19 ` TinfoilSubmarine
2024-08-21 19:23 ` [PR PATCH] [Updated] " TinfoilSubmarine
2024-09-22 17:16 ` [PR PATCH] [Merged]: " classabbyamp

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