Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-yapf: update to 0.40.2.
@ 2023-09-27 19:46 icp1994
  2023-10-10  5:53 ` [PR PATCH] [Updated] " icp1994
  2023-10-11  7:55 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: icp1994 @ 2023-09-27 19:46 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/46295

python3-yapf: update to 0.40.2.
#### 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/46295.patch is attached

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

From 2c227b7e46d1cb6418f95f33d02fd13a8a5f657e Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 25 Sep 2023 11:22:38 +0530
Subject: [PATCH] python3-yapf: update to 0.40.2.

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

diff --git a/srcpkgs/python3-yapf/template b/srcpkgs/python3-yapf/template
index 81fa11d735395..e560cbd900c0c 100644
--- a/srcpkgs/python3-yapf/template
+++ b/srcpkgs/python3-yapf/template
@@ -1,9 +1,9 @@
 # Template file for 'python3-yapf'
 pkgname=python3-yapf
-version=0.40.1
+version=0.40.2
 revision=1
-build_style=python3-module
-hostmakedepends="python3-setuptools"
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
 depends="python3-importlib_metadata python3-platformdirs python3-tomli"
 checkdepends="${depends} python3-pytest"
 short_desc="Formatter for Python code"
@@ -12,8 +12,4 @@ 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=958587eb5c8ec6c860119a9c25d02addf30a44f75aa152a4220d30e56a98037c
-
-post_install() {
-	chmod -R a+r "${DESTDIR}/${py3_sitelib}/yapf-${version}-py${py3_ver}.egg-info/"
-}
+checksum=4dab8a5ed7134e26d57c1647c7483afb3f136878b579062b786c9ba16b94637b

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

* Re: [PR PATCH] [Updated] python3-yapf: update to 0.40.2.
  2023-09-27 19:46 [PR PATCH] python3-yapf: update to 0.40.2 icp1994
@ 2023-10-10  5:53 ` icp1994
  2023-10-11  7:55 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: icp1994 @ 2023-10-10  5:53 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/46295

python3-yapf: update to 0.40.2.
#### 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/46295.patch is attached

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

From 63211da0ed40bb7b268d0623c0d05e4f9b4225e0 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 25 Sep 2023 11:22:38 +0530
Subject: [PATCH] python3-yapf: update to 0.40.2.

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

diff --git a/srcpkgs/python3-yapf/template b/srcpkgs/python3-yapf/template
index 16893e03ef522..e560cbd900c0c 100644
--- a/srcpkgs/python3-yapf/template
+++ b/srcpkgs/python3-yapf/template
@@ -1,9 +1,9 @@
 # Template file for 'python3-yapf'
 pkgname=python3-yapf
-version=0.40.1
-revision=2
-build_style=python3-module
-hostmakedepends="python3-setuptools"
+version=0.40.2
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
 depends="python3-importlib_metadata python3-platformdirs python3-tomli"
 checkdepends="${depends} python3-pytest"
 short_desc="Formatter for Python code"
@@ -12,8 +12,4 @@ 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=958587eb5c8ec6c860119a9c25d02addf30a44f75aa152a4220d30e56a98037c
-
-post_install() {
-	chmod -R a+r "${DESTDIR}/${py3_sitelib}/yapf-${version}-py${py3_ver}.egg-info/"
-}
+checksum=4dab8a5ed7134e26d57c1647c7483afb3f136878b579062b786c9ba16b94637b

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

* Re: [PR PATCH] [Merged]: python3-yapf: update to 0.40.2.
  2023-09-27 19:46 [PR PATCH] python3-yapf: update to 0.40.2 icp1994
  2023-10-10  5:53 ` [PR PATCH] [Updated] " icp1994
@ 2023-10-11  7:55 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-10-11  7:55 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.2.
https://github.com/void-linux/void-packages/pull/46295

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

end of thread, other threads:[~2023-10-11  7:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-27 19:46 [PR PATCH] python3-yapf: update to 0.40.2 icp1994
2023-10-10  5:53 ` [PR PATCH] [Updated] " icp1994
2023-10-11  7:55 ` [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).