Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-yapf: fix egg-info permission
@ 2023-05-03 20:53 icp1994
  2023-05-03 21:00 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: icp1994 @ 2023-05-03 20:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 555 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/43732

python3-yapf: fix egg-info permission
#### 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**

Fixes https://github.com/void-linux/void-packages/issues/43726

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

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

From ffb80bf3fd958ef37d06f4eb37c9b37285615c9c Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 4 May 2023 02:21:39 +0530
Subject: [PATCH] python3-yapf: fix egg-info permission

---
 srcpkgs/python3-yapf/template | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yapf/template b/srcpkgs/python3-yapf/template
index 1e8bedc6528b..7dbea9f8cf77 100644
--- a/srcpkgs/python3-yapf/template
+++ b/srcpkgs/python3-yapf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yapf'
 pkgname=python3-yapf
 version=0.33.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-tomli"
@@ -12,3 +12,7 @@ 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
+
+post_install() {
+	chmod -R a+r "${DESTDIR}/${py3_sitelib}/yapf-${version}-py${py3_ver}.egg-info/"
+}

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

* Re: [PR PATCH] [Merged]: python3-yapf: fix egg-info permission
  2023-05-03 20:53 [PR PATCH] python3-yapf: fix egg-info permission icp1994
@ 2023-05-03 21:00 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2023-05-03 21:00 UTC (permalink / raw)
  To: ml

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

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

python3-yapf: fix egg-info permission
https://github.com/void-linux/void-packages/pull/43732

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

Fixes https://github.com/void-linux/void-packages/issues/43726

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

end of thread, other threads:[~2023-05-03 21:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-03 20:53 [PR PATCH] python3-yapf: fix egg-info permission icp1994
2023-05-03 21:00 ` [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).