Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-poetry-core: update to 1.9.0, adopt.
@ 2024-04-01 13:08 adigitoleo
  2024-04-01 13:32 ` [PR REVIEW] " ahesford
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: adigitoleo @ 2024-04-01 13:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/adigitoleo/void-packages python3-poetry-core
https://github.com/void-linux/void-packages/pull/49648

python3-poetry-core: update to 1.9.0, adopt.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (crossbuilds):
  - aarch64-musl
  - armv7l

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

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

From f32760dd9490f4b408baca4603e74aac88d02ba0 Mon Sep 17 00:00:00 2001
From: adigitoleo <adigitoleo@posteo.net>
Date: Tue, 2 Apr 2024 00:05:54 +1100
Subject: [PATCH] python3-poetry-core: update to 1.9.0, adopt.

---
 srcpkgs/python3-poetry-core/template | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/python3-poetry-core/template b/srcpkgs/python3-poetry-core/template
index 4a05d62a02c200..950dc54877d1c7 100644
--- a/srcpkgs/python3-poetry-core/template
+++ b/srcpkgs/python3-poetry-core/template
@@ -1,24 +1,20 @@
 # Template file for 'python3-poetry-core'
 pkgname=python3-poetry-core
-version=1.5.0
-revision=2
+version=1.9.0
+revision=1
 build_style="python3-pep517"
 depends="python3"
 checkdepends="python3-devel python3-setuptools python3-virtualenv python3-pyrsistent
- python3-pytest-mock"
+ python3-pytest-mock python3-tomli-w"
 short_desc="Poetry PEP 517 Build Backend & Core Utilities"
-maintainer="Kye Shi <shi.kye@gmail.com>"
+maintainer="Leon (adigitoleo) <adigitoleo@posteo.net>"
 license="MIT"
 homepage="https://github.com/python-poetry/poetry-core"
 changelog="https://raw.githubusercontent.com/python-poetry/poetry-core/main/CHANGELOG.md"
 distfiles="https://github.com/python-poetry/poetry-core/archive/refs/tags/${version}.tar.gz"
-checksum=c186b6212224fddae1de8ad7c5e660f40f295cf42559550523f15e72c562f5a8
+checksum=642f63ec06ba4e581b720def3a162bc23d11588fef9e9c5c57ab8a1e4f36e721
 make_check_pre="env PYTHONPATH=src PATH=/usr/libexec/chroot-git:${PATH}"
 
-pre_check() {
-	rm -r tests/integration
-}
-
 post_install() {
 	vlicense LICENSE
 }

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

* Re: [PR REVIEW] python3-poetry-core: update to 1.9.0, adopt.
  2024-04-01 13:08 [PR PATCH] python3-poetry-core: update to 1.9.0, adopt adigitoleo
@ 2024-04-01 13:32 ` ahesford
  2024-04-01 13:40 ` [PR PATCH] [Updated] " adigitoleo
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2024-04-01 13:32 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/49648#discussion_r1546336334

Comment:
We like to see a longer history of contributions before packages are adopted. Please leave the maintainer field as-is for now.

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

* Re: [PR PATCH] [Updated] python3-poetry-core: update to 1.9.0, adopt.
  2024-04-01 13:08 [PR PATCH] python3-poetry-core: update to 1.9.0, adopt adigitoleo
  2024-04-01 13:32 ` [PR REVIEW] " ahesford
@ 2024-04-01 13:40 ` adigitoleo
  2024-04-01 13:48 ` [PR REVIEW] " adigitoleo
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: adigitoleo @ 2024-04-01 13:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/adigitoleo/void-packages python3-poetry-core
https://github.com/void-linux/void-packages/pull/49648

python3-poetry-core: update to 1.9.0, adopt.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (crossbuilds):
  - aarch64-musl
  - armv7l

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

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

From bd03c5c1dfe74cd92784a40db41978a42c41a805 Mon Sep 17 00:00:00 2001
From: adigitoleo <adigitoleo@posteo.net>
Date: Tue, 2 Apr 2024 00:05:54 +1100
Subject: [PATCH] python3-poetry-core: update to 1.9.0.

---
 srcpkgs/python3-poetry-core/template | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/python3-poetry-core/template b/srcpkgs/python3-poetry-core/template
index 4a05d62a02c200..2bceb462f049ff 100644
--- a/srcpkgs/python3-poetry-core/template
+++ b/srcpkgs/python3-poetry-core/template
@@ -1,24 +1,20 @@
 # Template file for 'python3-poetry-core'
 pkgname=python3-poetry-core
-version=1.5.0
-revision=2
+version=1.9.0
+revision=1
 build_style="python3-pep517"
 depends="python3"
 checkdepends="python3-devel python3-setuptools python3-virtualenv python3-pyrsistent
- python3-pytest-mock"
+ python3-pytest-mock python3-tomli-w"
 short_desc="Poetry PEP 517 Build Backend & Core Utilities"
 maintainer="Kye Shi <shi.kye@gmail.com>"
 license="MIT"
 homepage="https://github.com/python-poetry/poetry-core"
 changelog="https://raw.githubusercontent.com/python-poetry/poetry-core/main/CHANGELOG.md"
 distfiles="https://github.com/python-poetry/poetry-core/archive/refs/tags/${version}.tar.gz"
-checksum=c186b6212224fddae1de8ad7c5e660f40f295cf42559550523f15e72c562f5a8
+checksum=642f63ec06ba4e581b720def3a162bc23d11588fef9e9c5c57ab8a1e4f36e721
 make_check_pre="env PYTHONPATH=src PATH=/usr/libexec/chroot-git:${PATH}"
 
-pre_check() {
-	rm -r tests/integration
-}
-
 post_install() {
 	vlicense LICENSE
 }

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

* Re: [PR REVIEW] python3-poetry-core: update to 1.9.0, adopt.
  2024-04-01 13:08 [PR PATCH] python3-poetry-core: update to 1.9.0, adopt adigitoleo
  2024-04-01 13:32 ` [PR REVIEW] " ahesford
  2024-04-01 13:40 ` [PR PATCH] [Updated] " adigitoleo
@ 2024-04-01 13:48 ` adigitoleo
  2024-04-02  6:45 ` classabbyamp
  2024-04-02  6:50 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: adigitoleo @ 2024-04-01 13:48 UTC (permalink / raw)
  To: ml

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

New review comment by adigitoleo on void-packages repository

https://github.com/void-linux/void-packages/pull/49648#discussion_r1546350483

Comment:
Understood, although I might humbly suggest that relying on maintainers to "orphan" all of their packages before disappearing (for 16 months in this case) is perhaps not wise.

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

* Re: [PR REVIEW] python3-poetry-core: update to 1.9.0, adopt.
  2024-04-01 13:08 [PR PATCH] python3-poetry-core: update to 1.9.0, adopt adigitoleo
                   ` (2 preceding siblings ...)
  2024-04-01 13:48 ` [PR REVIEW] " adigitoleo
@ 2024-04-02  6:45 ` classabbyamp
  2024-04-02  6:50 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2024-04-02  6:45 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/49648#discussion_r1547226346

Comment:
when noticed, long inactive maintainers get their packages orphaned

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

* Re: [PR REVIEW] python3-poetry-core: update to 1.9.0, adopt.
  2024-04-01 13:08 [PR PATCH] python3-poetry-core: update to 1.9.0, adopt adigitoleo
                   ` (3 preceding siblings ...)
  2024-04-02  6:45 ` classabbyamp
@ 2024-04-02  6:50 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2024-04-02  6:50 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/49648#discussion_r1547231588

Comment:
https://github.com/void-linux/void-packages/commit/872446166b3cc602c1a9cbc4cae4a8f1dbf1b518

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

end of thread, other threads:[~2024-04-02  6:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-01 13:08 [PR PATCH] python3-poetry-core: update to 1.9.0, adopt adigitoleo
2024-04-01 13:32 ` [PR REVIEW] " ahesford
2024-04-01 13:40 ` [PR PATCH] [Updated] " adigitoleo
2024-04-01 13:48 ` [PR REVIEW] " adigitoleo
2024-04-02  6:45 ` classabbyamp
2024-04-02  6:50 ` 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).