Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] borg, safeeyes: remove pip from build depends
@ 2022-11-06 18:40 paper42
  2022-11-08 17:11 ` [PR PATCH] [Updated] " paper42
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: paper42 @ 2022-11-06 18:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages no-pip
https://github.com/void-linux/void-packages/pull/40366

borg, safeeyes: remove pip from build depends
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

@leahneukirchen is there a reason for borg to have pip in hostmakedepends?
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-no-pip-40366.patch --]
[-- Type: text/x-diff, Size: 2034 bytes --]

From 66f7d51344d3374aacab448903ccd0279974ecba Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 6 Nov 2022 18:29:24 +0100
Subject: [PATCH 1/2] borg: remove pip from build depends

---
 srcpkgs/borg/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/borg/template b/srcpkgs/borg/template
index 34c5813fa88c..c5f71a1a7ded 100644
--- a/srcpkgs/borg/template
+++ b/srcpkgs/borg/template
@@ -6,8 +6,7 @@ wrksrc="borgbackup-${version}"
 build_style=python3-module
 make_check_args="-k not((benchmark)or(test_readonly_check)or(test_readonly_diff)or(test_readonly_export_tar)or(test_readonly_extract)or(test_readonly_info)or(test_readonly_list))"
 make_check_target="build/lib.*/borg/testsuite"
-hostmakedepends="python3-dateutil python3-pip python3-pkgconfig
- python3-setuptools python3-wheel"
+hostmakedepends="python3-dateutil python3-pkgconfig python3-setuptools"
 makedepends="python3-devel openssl-devel acl-devel liblz4-devel libzstd-devel"
 depends="python3-llfuse python3-msgpack python3-packaging python3-argon2"
 # llfuse is purposefully not included in checkdepends since the tests using it

From 08d7070552aaa4e4e4298405d8ec83aaf277fc16 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 6 Nov 2022 18:30:50 +0100
Subject: [PATCH 2/2] safeeyes: remove pip from build depends

---
 srcpkgs/safeeyes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/safeeyes/template b/srcpkgs/safeeyes/template
index a11542556b67..1a976a30b399 100644
--- a/srcpkgs/safeeyes/template
+++ b/srcpkgs/safeeyes/template
@@ -3,7 +3,7 @@ pkgname=safeeyes
 version=2.1.3
 revision=3
 build_style=python3-module
-hostmakedepends="python3-setuptools python3-pip python3-devel pkg-config"
+hostmakedepends="python3-setuptools python3-devel pkg-config"
 makedepends="python3-devel cairo-devel libgirepository-devel"
 depends="python3-psutil libappindicator python3-gobject python3-Babel
  python3-dbus xprop alsa-utils python3-xlib"

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

* Re: [PR PATCH] [Updated] borg, safeeyes: remove pip from build depends
  2022-11-06 18:40 [PR PATCH] borg, safeeyes: remove pip from build depends paper42
@ 2022-11-08 17:11 ` paper42
  2022-11-08 20:30 ` leahneukirchen
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2022-11-08 17:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages no-pip
https://github.com/void-linux/void-packages/pull/40366

borg, safeeyes: remove pip from build depends
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

@leahneukirchen is there a reason for borg to have pip in hostmakedepends?
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-no-pip-40366.patch --]
[-- Type: text/x-diff, Size: 2014 bytes --]

From 957d638668a563b36752e55322ecffed78ef6c11 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 6 Nov 2022 18:29:24 +0100
Subject: [PATCH 1/2] borg: remove pip from build depends

---
 srcpkgs/borg/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/borg/template b/srcpkgs/borg/template
index 72a211758787..6b3712d9c3a4 100644
--- a/srcpkgs/borg/template
+++ b/srcpkgs/borg/template
@@ -5,8 +5,7 @@ revision=3
 build_style=python3-module
 make_check_args="-k not((benchmark)or(test_readonly_check)or(test_readonly_diff)or(test_readonly_export_tar)or(test_readonly_extract)or(test_readonly_info)or(test_readonly_list))"
 make_check_target="build/lib.*/borg/testsuite"
-hostmakedepends="python3-dateutil python3-pip python3-pkgconfig
- python3-setuptools python3-wheel"
+hostmakedepends="python3-dateutil python3-pkgconfig python3-setuptools"
 makedepends="python3-devel openssl-devel acl-devel liblz4-devel libzstd-devel"
 depends="python3-llfuse python3-msgpack python3-packaging python3-argon2"
 # llfuse is purposefully not included in checkdepends since the tests using it

From e9ef2fd070c94bb60ee924a9c7414f4cc6c19d16 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 6 Nov 2022 18:30:50 +0100
Subject: [PATCH 2/2] safeeyes: remove pip from build depends

---
 srcpkgs/safeeyes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/safeeyes/template b/srcpkgs/safeeyes/template
index a11542556b67..1a976a30b399 100644
--- a/srcpkgs/safeeyes/template
+++ b/srcpkgs/safeeyes/template
@@ -3,7 +3,7 @@ pkgname=safeeyes
 version=2.1.3
 revision=3
 build_style=python3-module
-hostmakedepends="python3-setuptools python3-pip python3-devel pkg-config"
+hostmakedepends="python3-setuptools python3-devel pkg-config"
 makedepends="python3-devel cairo-devel libgirepository-devel"
 depends="python3-psutil libappindicator python3-gobject python3-Babel
  python3-dbus xprop alsa-utils python3-xlib"

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

* Re: borg, safeeyes: remove pip from build depends
  2022-11-06 18:40 [PR PATCH] borg, safeeyes: remove pip from build depends paper42
  2022-11-08 17:11 ` [PR PATCH] [Updated] " paper42
@ 2022-11-08 20:30 ` leahneukirchen
  2022-11-08 22:14 ` [PR PATCH] [Updated] " paper42
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: leahneukirchen @ 2022-11-08 20:30 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/40366#issuecomment-1307790312

Comment:
I don't remember, drop it if it works.

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

* Re: [PR PATCH] [Updated] borg, safeeyes: remove pip from build depends
  2022-11-06 18:40 [PR PATCH] borg, safeeyes: remove pip from build depends paper42
  2022-11-08 17:11 ` [PR PATCH] [Updated] " paper42
  2022-11-08 20:30 ` leahneukirchen
@ 2022-11-08 22:14 ` paper42
  2023-02-07  2:27 ` github-actions
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2022-11-08 22:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages no-pip
https://github.com/void-linux/void-packages/pull/40366

borg, safeeyes: remove pip from build depends
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

@leahneukirchen is there a reason for borg to have pip in hostmakedepends?
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-no-pip-40366.patch --]
[-- Type: text/x-diff, Size: 2014 bytes --]

From 31d2fb4404c107ab67951f575da5a96bacd8d70a Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 6 Nov 2022 18:29:24 +0100
Subject: [PATCH 1/2] borg: remove pip from build depends

---
 srcpkgs/borg/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/borg/template b/srcpkgs/borg/template
index 72a211758787..6b3712d9c3a4 100644
--- a/srcpkgs/borg/template
+++ b/srcpkgs/borg/template
@@ -5,8 +5,7 @@ revision=3
 build_style=python3-module
 make_check_args="-k not((benchmark)or(test_readonly_check)or(test_readonly_diff)or(test_readonly_export_tar)or(test_readonly_extract)or(test_readonly_info)or(test_readonly_list))"
 make_check_target="build/lib.*/borg/testsuite"
-hostmakedepends="python3-dateutil python3-pip python3-pkgconfig
- python3-setuptools python3-wheel"
+hostmakedepends="python3-dateutil python3-pkgconfig python3-setuptools"
 makedepends="python3-devel openssl-devel acl-devel liblz4-devel libzstd-devel"
 depends="python3-llfuse python3-msgpack python3-packaging python3-argon2"
 # llfuse is purposefully not included in checkdepends since the tests using it

From dee10a2db89da1048a674ff18827d477bcacc992 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 6 Nov 2022 18:30:50 +0100
Subject: [PATCH 2/2] safeeyes: remove pip from build depends

---
 srcpkgs/safeeyes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/safeeyes/template b/srcpkgs/safeeyes/template
index a11542556b67..1a976a30b399 100644
--- a/srcpkgs/safeeyes/template
+++ b/srcpkgs/safeeyes/template
@@ -3,7 +3,7 @@ pkgname=safeeyes
 version=2.1.3
 revision=3
 build_style=python3-module
-hostmakedepends="python3-setuptools python3-pip python3-devel pkg-config"
+hostmakedepends="python3-setuptools python3-devel pkg-config"
 makedepends="python3-devel cairo-devel libgirepository-devel"
 depends="python3-psutil libappindicator python3-gobject python3-Babel
  python3-dbus xprop alsa-utils python3-xlib"

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

* Re: borg, safeeyes: remove pip from build depends
  2022-11-06 18:40 [PR PATCH] borg, safeeyes: remove pip from build depends paper42
                   ` (2 preceding siblings ...)
  2022-11-08 22:14 ` [PR PATCH] [Updated] " paper42
@ 2023-02-07  2:27 ` github-actions
  2023-02-26 10:37 ` [PR PATCH] [Updated] " paper42
  2023-02-26 10:37 ` [PR PATCH] [Merged]: " paper42
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2023-02-07  2:27 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/40366#issuecomment-1420105959

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Updated] borg, safeeyes: remove pip from build depends
  2022-11-06 18:40 [PR PATCH] borg, safeeyes: remove pip from build depends paper42
                   ` (3 preceding siblings ...)
  2023-02-07  2:27 ` github-actions
@ 2023-02-26 10:37 ` paper42
  2023-02-26 10:37 ` [PR PATCH] [Merged]: " paper42
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2023-02-26 10:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages no-pip
https://github.com/void-linux/void-packages/pull/40366

borg, safeeyes: remove pip from build depends
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

@leahneukirchen is there a reason for borg to have pip in hostmakedepends?
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-no-pip-40366.patch --]
[-- Type: text/x-diff, Size: 878 bytes --]

From 2abd7e381e80ca278980b48cd54109e3880af223 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 6 Nov 2022 18:30:50 +0100
Subject: [PATCH] safeeyes: remove pip from build depends

---
 srcpkgs/safeeyes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/safeeyes/template b/srcpkgs/safeeyes/template
index ff42de3c805b..f1309ff866d2 100644
--- a/srcpkgs/safeeyes/template
+++ b/srcpkgs/safeeyes/template
@@ -3,7 +3,7 @@ pkgname=safeeyes
 version=2.1.4
 revision=2
 build_style=python3-module
-hostmakedepends="python3-setuptools python3-pip python3-devel pkg-config"
+hostmakedepends="python3-setuptools python3-devel pkg-config"
 makedepends="python3-devel cairo-devel libgirepository-devel"
 depends="python3-psutil libayatana-appindicator python3-gobject python3-Babel
  python3-dbus xprop alsa-utils python3-xlib"

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

* Re: [PR PATCH] [Merged]: safeeyes: remove pip from build depends
  2022-11-06 18:40 [PR PATCH] borg, safeeyes: remove pip from build depends paper42
                   ` (4 preceding siblings ...)
  2023-02-26 10:37 ` [PR PATCH] [Updated] " paper42
@ 2023-02-26 10:37 ` paper42
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2023-02-26 10:37 UTC (permalink / raw)
  To: ml

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

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

safeeyes: remove pip from build depends
https://github.com/void-linux/void-packages/pull/40366

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

@leahneukirchen is there a reason for borg to have pip in hostmakedepends?
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-02-26 10:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-06 18:40 [PR PATCH] borg, safeeyes: remove pip from build depends paper42
2022-11-08 17:11 ` [PR PATCH] [Updated] " paper42
2022-11-08 20:30 ` leahneukirchen
2022-11-08 22:14 ` [PR PATCH] [Updated] " paper42
2023-02-07  2:27 ` github-actions
2023-02-26 10:37 ` [PR PATCH] [Updated] " paper42
2023-02-26 10:37 ` [PR PATCH] [Merged]: " paper42

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