Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-psutil: added python3 in depends
@ 2020-09-25 21:34 misuchiru03
  2020-09-25 23:11 ` sgn
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: misuchiru03 @ 2020-09-25 21:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/misuchiru03/void-packages revup_python3-psutil_5.7.0_2
https://github.com/void-linux/void-packages/pull/25105

python3-psutil: added python3 in depends


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-revup_python3-psutil_5.7.0_2-25105.patch --]
[-- Type: text/x-diff, Size: 934 bytes --]

From 1de2bb129ce334c2302860dd0569a5b464ac10c6 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Fri, 25 Sep 2020 16:34:03 -0500
Subject: [PATCH] python3-psutil: added python3 in depends

---
 srcpkgs/python-psutil/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python-psutil/template b/srcpkgs/python-psutil/template
index 7daf1615a81..b10d302f557 100644
--- a/srcpkgs/python-psutil/template
+++ b/srcpkgs/python-psutil/template
@@ -1,11 +1,12 @@
 # Template file for 'python-psutil'
 pkgname=python-psutil
 version=5.7.0
-revision=1
+revision=2
 wrksrc="psutil-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
 makedepends="python-devel python3-devel"
+depends="python3"
 short_desc="Cross-platform process and system utilities module for Python2"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="BSD-3-Clause"

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

* Re: python3-psutil: added python3 in depends
  2020-09-25 21:34 [PR PATCH] python3-psutil: added python3 in depends misuchiru03
@ 2020-09-25 23:11 ` sgn
  2020-09-25 23:48 ` [PR PATCH] [Updated] " misuchiru03
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2020-09-25 23:11 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/25105#issuecomment-699207134

Comment:
Python 2 package shouldn't depend on python3, it should depend on python instead.

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

* Re: [PR PATCH] [Updated] python3-psutil: added python3 in depends
  2020-09-25 21:34 [PR PATCH] python3-psutil: added python3 in depends misuchiru03
  2020-09-25 23:11 ` sgn
@ 2020-09-25 23:48 ` misuchiru03
  2020-10-02 17:55 ` Chocimier
  2020-10-02 17:55 ` [PR PATCH] [Merged]: " Chocimier
  3 siblings, 0 replies; 5+ messages in thread
From: misuchiru03 @ 2020-09-25 23:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/misuchiru03/void-packages revup_python3-psutil_5.7.0_2
https://github.com/void-linux/void-packages/pull/25105

python3-psutil: added python3 in depends


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-revup_python3-psutil_5.7.0_2-25105.patch --]
[-- Type: text/x-diff, Size: 917 bytes --]

From 963c30e54fbb32112de5b27c5049c9eaad7c7277 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Fri, 25 Sep 2020 16:34:03 -0500
Subject: [PATCH] python3-psutil: added python3 in depends

---
 srcpkgs/python-psutil/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python-psutil/template b/srcpkgs/python-psutil/template
index 7daf1615a81..50a07660278 100644
--- a/srcpkgs/python-psutil/template
+++ b/srcpkgs/python-psutil/template
@@ -1,7 +1,7 @@
 # Template file for 'python-psutil'
 pkgname=python-psutil
 version=5.7.0
-revision=1
+revision=2
 wrksrc="psutil-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,6 +19,7 @@ post_install() {
 
 python3-psutil_package() {
 	short_desc="${short_desc/Python2/Python3}"
+	depends="python3"
 	pkg_install() {
 		vmove usr/lib/python3*
 		vlicense LICENSE

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

* Re: python3-psutil: added python3 in depends
  2020-09-25 21:34 [PR PATCH] python3-psutil: added python3 in depends misuchiru03
  2020-09-25 23:11 ` sgn
  2020-09-25 23:48 ` [PR PATCH] [Updated] " misuchiru03
@ 2020-10-02 17:55 ` Chocimier
  2020-10-02 17:55 ` [PR PATCH] [Merged]: " Chocimier
  3 siblings, 0 replies; 5+ messages in thread
From: Chocimier @ 2020-10-02 17:55 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/25105#issuecomment-702874266

Comment:
py2 variant depend on interpreter as it links to it.

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

* Re: [PR PATCH] [Merged]: python3-psutil: added python3 in depends
  2020-09-25 21:34 [PR PATCH] python3-psutil: added python3 in depends misuchiru03
                   ` (2 preceding siblings ...)
  2020-10-02 17:55 ` Chocimier
@ 2020-10-02 17:55 ` Chocimier
  3 siblings, 0 replies; 5+ messages in thread
From: Chocimier @ 2020-10-02 17:55 UTC (permalink / raw)
  To: ml

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

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

python3-psutil: added python3 in depends
https://github.com/void-linux/void-packages/pull/25105

Description:


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

end of thread, other threads:[~2020-10-02 17:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-25 21:34 [PR PATCH] python3-psutil: added python3 in depends misuchiru03
2020-09-25 23:11 ` sgn
2020-09-25 23:48 ` [PR PATCH] [Updated] " misuchiru03
2020-10-02 17:55 ` Chocimier
2020-10-02 17:55 ` [PR PATCH] [Merged]: " Chocimier

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