Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-yapf: update to 0.40.1.
@ 2023-06-27 19:21 icp1994
  2023-06-27 19:35 ` [PR REVIEW] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: icp1994 @ 2023-06-27 19:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages python3-yapf
https://github.com/void-linux/void-packages/pull/44664

python3-yapf: update to 0.40.1.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

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

From d56ba5644739d8ec42e63f8007f7505575c230e7 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 28 Jun 2023 00:51:09 +0530
Subject: [PATCH] python3-yapf: update to 0.40.1.

---
 srcpkgs/python3-yapf/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-yapf/template b/srcpkgs/python3-yapf/template
index 7dbea9f8cf770..6a78d5f0cca7d 100644
--- a/srcpkgs/python3-yapf/template
+++ b/srcpkgs/python3-yapf/template
@@ -1,17 +1,18 @@
 # Template file for 'python3-yapf'
 pkgname=python3-yapf
-version=0.33.0
-revision=2
+version=0.40.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-tomli"
+depends="python3-importlib_metadata python3-platformdirs python3-tomli"
+checkdepends="${depends} python3-pytest"
 short_desc="Formatter for Python code"
 maintainer="RinsedSloth <afernandezh@protonmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/google/yapf"
 changelog="https://raw.githubusercontent.com/google/yapf/main/CHANGELOG"
 distfiles="${PYPI_SITE}/y/yapf/yapf-${version}.tar.gz"
-checksum=da62bdfea3df3673553351e6246abed26d9fe6780e548a5af9e70f6d2b4f5b9a
+checksum=958587eb5c8ec6c860119a9c25d02addf30a44f75aa152a4220d30e56a98037c
 
 post_install() {
 	chmod -R a+r "${DESTDIR}/${py3_sitelib}/yapf-${version}-py${py3_ver}.egg-info/"

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

* Re: [PR REVIEW] python3-yapf: update to 0.40.1.
  2023-06-27 19:21 [PR PATCH] python3-yapf: update to 0.40.1 icp1994
@ 2023-06-27 19:35 ` classabbyamp
  2023-06-27 19:45 ` [PR PATCH] [Updated] " icp1994
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-06-27 19:35 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/44664#discussion_r1244254371

Comment:
are you interested in adopting this? current maintainer hasn't touched it since addition and you've done all the updates

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

* Re: [PR PATCH] [Updated] python3-yapf: update to 0.40.1.
  2023-06-27 19:21 [PR PATCH] python3-yapf: update to 0.40.1 icp1994
  2023-06-27 19:35 ` [PR REVIEW] " classabbyamp
@ 2023-06-27 19:45 ` icp1994
  2023-06-27 19:46 ` [PR REVIEW] " icp1994
  2023-06-27 19:56 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: icp1994 @ 2023-06-27 19:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages python3-yapf
https://github.com/void-linux/void-packages/pull/44664

python3-yapf: update to 0.40.1.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

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

From f141ff957877962b8ae844cb28fd716099fedfdc Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 28 Jun 2023 00:51:09 +0530
Subject: [PATCH] python3-yapf: update to 0.40.1.

Adopt.
---
 srcpkgs/python3-yapf/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-yapf/template b/srcpkgs/python3-yapf/template
index 7dbea9f8cf77..81fa11d73539 100644
--- a/srcpkgs/python3-yapf/template
+++ b/srcpkgs/python3-yapf/template
@@ -1,17 +1,18 @@
 # Template file for 'python3-yapf'
 pkgname=python3-yapf
-version=0.33.0
-revision=2
+version=0.40.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-tomli"
+depends="python3-importlib_metadata python3-platformdirs python3-tomli"
+checkdepends="${depends} python3-pytest"
 short_desc="Formatter for Python code"
-maintainer="RinsedSloth <afernandezh@protonmail.com>"
+maintainer="icp <pangolin@vivaldi.net>"
 license="Apache-2.0"
 homepage="https://github.com/google/yapf"
 changelog="https://raw.githubusercontent.com/google/yapf/main/CHANGELOG"
 distfiles="${PYPI_SITE}/y/yapf/yapf-${version}.tar.gz"
-checksum=da62bdfea3df3673553351e6246abed26d9fe6780e548a5af9e70f6d2b4f5b9a
+checksum=958587eb5c8ec6c860119a9c25d02addf30a44f75aa152a4220d30e56a98037c
 
 post_install() {
 	chmod -R a+r "${DESTDIR}/${py3_sitelib}/yapf-${version}-py${py3_ver}.egg-info/"

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

* Re: [PR REVIEW] python3-yapf: update to 0.40.1.
  2023-06-27 19:21 [PR PATCH] python3-yapf: update to 0.40.1 icp1994
  2023-06-27 19:35 ` [PR REVIEW] " classabbyamp
  2023-06-27 19:45 ` [PR PATCH] [Updated] " icp1994
@ 2023-06-27 19:46 ` icp1994
  2023-06-27 19:56 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: icp1994 @ 2023-06-27 19:46 UTC (permalink / raw)
  To: ml

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

New review comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/44664#discussion_r1244269794

Comment:
thanks, pushed the changes

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

* Re: [PR PATCH] [Merged]: python3-yapf: update to 0.40.1.
  2023-06-27 19:21 [PR PATCH] python3-yapf: update to 0.40.1 icp1994
                   ` (2 preceding siblings ...)
  2023-06-27 19:46 ` [PR REVIEW] " icp1994
@ 2023-06-27 19:56 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-06-27 19:56 UTC (permalink / raw)
  To: ml

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

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

python3-yapf: update to 0.40.1.
https://github.com/void-linux/void-packages/pull/44664

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

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

end of thread, other threads:[~2023-06-27 19:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-27 19:21 [PR PATCH] python3-yapf: update to 0.40.1 icp1994
2023-06-27 19:35 ` [PR REVIEW] " classabbyamp
2023-06-27 19:45 ` [PR PATCH] [Updated] " icp1994
2023-06-27 19:46 ` [PR REVIEW] " icp1994
2023-06-27 19:56 ` [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).