Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Fix path virtual environment message
@ 2023-11-09 15:58 Eloitor
  2023-12-30 20:01 ` [PR PATCH] [Updated] " Eloitor
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Eloitor @ 2023-11-09 15:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages python-message
https://github.com/void-linux/void-packages/pull/47139

Fix path virtual environment message
#### Testing the changes
- I tested the changes in this PR: **YES**

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-message-47139.patch --]
[-- Type: text/x-diff, Size: 2997 bytes --]

From 7b6078722ed414e916ea8fc0269473e91e6f149c Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@duck.com>
Date: Thu, 9 Nov 2023 16:56:40 +0100
Subject: [PATCH] Fix path virtual environment message

---
 srcpkgs/python3.11/files/EXTERNALLY-MANAGED | 4 ++--
 srcpkgs/python3.11/template                 | 2 +-
 srcpkgs/python3/files/EXTERNALLY-MANAGED    | 4 ++--
 srcpkgs/python3/template                    | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3.11/files/EXTERNALLY-MANAGED b/srcpkgs/python3.11/files/EXTERNALLY-MANAGED
index 22743f8d51db5..9fc7da0973404 100644
--- a/srcpkgs/python3.11/files/EXTERNALLY-MANAGED
+++ b/srcpkgs/python3.11/files/EXTERNALLY-MANAGED
@@ -8,7 +8,7 @@ Error=
  environment, e.g.:
 
    python3 -m venv /path/to/venv
-   /path/to/venv/pip install <package>
+   /path/to/venv/bin/pip install <package>
 
  Appending the flag --system-site-packages to the first command will give the
  virtual environment access to any Python package installed via XBPS.
@@ -17,7 +17,7 @@ Error=
  should automatically use the virtual environment. Alternatively, source its
  activation script to add the environment to the command search path for a shell:
 
-   . /path/to/venv/activate
+   . /path/to/venv/bin/activate
 
  After activation, running
 
diff --git a/srcpkgs/python3.11/template b/srcpkgs/python3.11/template
index b384398c17520..cb6eec8a0c774 100644
--- a/srcpkgs/python3.11/template
+++ b/srcpkgs/python3.11/template
@@ -1,7 +1,7 @@
 # Template file for 'python3.11'
 pkgname=python3.11
 version=3.11.6
-revision=1
+revision=2
 build_style="gnu-configure"
 configure_args="--enable-shared --enable-ipv6 --enable-optimizations
  --enable-loadable-sqlite-extensions --with-computed-gotos
diff --git a/srcpkgs/python3/files/EXTERNALLY-MANAGED b/srcpkgs/python3/files/EXTERNALLY-MANAGED
index 22743f8d51db5..9fc7da0973404 100644
--- a/srcpkgs/python3/files/EXTERNALLY-MANAGED
+++ b/srcpkgs/python3/files/EXTERNALLY-MANAGED
@@ -8,7 +8,7 @@ Error=
  environment, e.g.:
 
    python3 -m venv /path/to/venv
-   /path/to/venv/pip install <package>
+   /path/to/venv/bin/pip install <package>
 
  Appending the flag --system-site-packages to the first command will give the
  virtual environment access to any Python package installed via XBPS.
@@ -17,7 +17,7 @@ Error=
  should automatically use the virtual environment. Alternatively, source its
  activation script to add the environment to the command search path for a shell:
 
-   . /path/to/venv/activate
+   . /path/to/venv/bin/activate
 
  After activation, running
 
diff --git a/srcpkgs/python3/template b/srcpkgs/python3/template
index 970eb5dbf96a4..0c163dd500b55 100644
--- a/srcpkgs/python3/template
+++ b/srcpkgs/python3/template
@@ -4,7 +4,7 @@
 #
 pkgname=python3
 version=3.12.0
-revision=1
+revision=2
 build_style="gnu-configure"
 configure_args="--enable-shared --enable-ipv6 --enable-optimizations
  --enable-loadable-sqlite-extensions --with-computed-gotos

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

* Re: [PR PATCH] [Updated] Fix path virtual environment message
  2023-11-09 15:58 [PR PATCH] Fix path virtual environment message Eloitor
@ 2023-12-30 20:01 ` Eloitor
  2023-12-30 20:04 ` Eloitor
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Eloitor @ 2023-12-30 20:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages python-message
https://github.com/void-linux/void-packages/pull/47139

Fix path virtual environment message
#### Testing the changes
- I tested the changes in this PR: **YES**

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-message-47139.patch --]
[-- Type: text/x-diff, Size: 2998 bytes --]

From fa46ccfdb5b80b80f8a46b1b52e9fd1639b86b63 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@duck.com>
Date: Sat, 30 Dec 2023 20:57:35 +0100
Subject: [PATCH] Fix path virtual environment message

---
 srcpkgs/python3.11/files/EXTERNALLY-MANAGED | 4 ++--
 srcpkgs/python3.11/template                 | 2 +-
 srcpkgs/python3/files/EXTERNALLY-MANAGED    | 4 ++--
 srcpkgs/python3/template                    | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3.11/files/EXTERNALLY-MANAGED b/srcpkgs/python3.11/files/EXTERNALLY-MANAGED
index 22743f8d51db5..9fc7da0973404 100644
--- a/srcpkgs/python3.11/files/EXTERNALLY-MANAGED
+++ b/srcpkgs/python3.11/files/EXTERNALLY-MANAGED
@@ -8,7 +8,7 @@ Error=
  environment, e.g.:
 
    python3 -m venv /path/to/venv
-   /path/to/venv/pip install <package>
+   /path/to/venv/bin/pip install <package>
 
  Appending the flag --system-site-packages to the first command will give the
  virtual environment access to any Python package installed via XBPS.
@@ -17,7 +17,7 @@ Error=
  should automatically use the virtual environment. Alternatively, source its
  activation script to add the environment to the command search path for a shell:
 
-   . /path/to/venv/activate
+   . /path/to/venv/bin/activate
 
  After activation, running
 
diff --git a/srcpkgs/python3.11/template b/srcpkgs/python3.11/template
index 2431cdb682b67..f313e5405b160 100644
--- a/srcpkgs/python3.11/template
+++ b/srcpkgs/python3.11/template
@@ -1,7 +1,7 @@
 # Template file for 'python3.11'
 pkgname=python3.11
 version=3.11.7
-revision=2
+revision=3
 build_style="gnu-configure"
 configure_args="--enable-shared --enable-ipv6 --enable-optimizations
  --enable-loadable-sqlite-extensions --with-computed-gotos
diff --git a/srcpkgs/python3/files/EXTERNALLY-MANAGED b/srcpkgs/python3/files/EXTERNALLY-MANAGED
index 22743f8d51db5..9fc7da0973404 100644
--- a/srcpkgs/python3/files/EXTERNALLY-MANAGED
+++ b/srcpkgs/python3/files/EXTERNALLY-MANAGED
@@ -8,7 +8,7 @@ Error=
  environment, e.g.:
 
    python3 -m venv /path/to/venv
-   /path/to/venv/pip install <package>
+   /path/to/venv/bin/pip install <package>
 
  Appending the flag --system-site-packages to the first command will give the
  virtual environment access to any Python package installed via XBPS.
@@ -17,7 +17,7 @@ Error=
  should automatically use the virtual environment. Alternatively, source its
  activation script to add the environment to the command search path for a shell:
 
-   . /path/to/venv/activate
+   . /path/to/venv/bin/activate
 
  After activation, running
 
diff --git a/srcpkgs/python3/template b/srcpkgs/python3/template
index 2efbba95f9afa..16056a34c0d2c 100644
--- a/srcpkgs/python3/template
+++ b/srcpkgs/python3/template
@@ -4,7 +4,7 @@
 #
 pkgname=python3
 version=3.12.1
-revision=4
+revision=5
 build_style="gnu-configure"
 configure_args="--enable-shared --enable-ipv6 --enable-optimizations
  --enable-loadable-sqlite-extensions --with-computed-gotos

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

* Re: [PR PATCH] [Updated] Fix path virtual environment message
  2023-11-09 15:58 [PR PATCH] Fix path virtual environment message Eloitor
  2023-12-30 20:01 ` [PR PATCH] [Updated] " Eloitor
@ 2023-12-30 20:04 ` Eloitor
  2024-02-15  5:42 ` [PR PATCH] [Updated] python3: fix " classabbyamp
  2024-02-15  6:08 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: Eloitor @ 2023-12-30 20:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages python-message
https://github.com/void-linux/void-packages/pull/47139

Fix path virtual environment message
#### Testing the changes
- I tested the changes in this PR: **YES**

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-message-47139.patch --]
[-- Type: text/x-diff, Size: 3007 bytes --]

From 8325a4802c6a4978c6e01adef50e8a1496b2d0e8 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@duck.com>
Date: Sat, 30 Dec 2023 20:57:35 +0100
Subject: [PATCH] python3: fix path virtual environment message

---
 srcpkgs/python3.11/files/EXTERNALLY-MANAGED | 4 ++--
 srcpkgs/python3.11/template                 | 2 +-
 srcpkgs/python3/files/EXTERNALLY-MANAGED    | 4 ++--
 srcpkgs/python3/template                    | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3.11/files/EXTERNALLY-MANAGED b/srcpkgs/python3.11/files/EXTERNALLY-MANAGED
index 22743f8d51db5..9fc7da0973404 100644
--- a/srcpkgs/python3.11/files/EXTERNALLY-MANAGED
+++ b/srcpkgs/python3.11/files/EXTERNALLY-MANAGED
@@ -8,7 +8,7 @@ Error=
  environment, e.g.:
 
    python3 -m venv /path/to/venv
-   /path/to/venv/pip install <package>
+   /path/to/venv/bin/pip install <package>
 
  Appending the flag --system-site-packages to the first command will give the
  virtual environment access to any Python package installed via XBPS.
@@ -17,7 +17,7 @@ Error=
  should automatically use the virtual environment. Alternatively, source its
  activation script to add the environment to the command search path for a shell:
 
-   . /path/to/venv/activate
+   . /path/to/venv/bin/activate
 
  After activation, running
 
diff --git a/srcpkgs/python3.11/template b/srcpkgs/python3.11/template
index 2431cdb682b67..f313e5405b160 100644
--- a/srcpkgs/python3.11/template
+++ b/srcpkgs/python3.11/template
@@ -1,7 +1,7 @@
 # Template file for 'python3.11'
 pkgname=python3.11
 version=3.11.7
-revision=2
+revision=3
 build_style="gnu-configure"
 configure_args="--enable-shared --enable-ipv6 --enable-optimizations
  --enable-loadable-sqlite-extensions --with-computed-gotos
diff --git a/srcpkgs/python3/files/EXTERNALLY-MANAGED b/srcpkgs/python3/files/EXTERNALLY-MANAGED
index 22743f8d51db5..9fc7da0973404 100644
--- a/srcpkgs/python3/files/EXTERNALLY-MANAGED
+++ b/srcpkgs/python3/files/EXTERNALLY-MANAGED
@@ -8,7 +8,7 @@ Error=
  environment, e.g.:
 
    python3 -m venv /path/to/venv
-   /path/to/venv/pip install <package>
+   /path/to/venv/bin/pip install <package>
 
  Appending the flag --system-site-packages to the first command will give the
  virtual environment access to any Python package installed via XBPS.
@@ -17,7 +17,7 @@ Error=
  should automatically use the virtual environment. Alternatively, source its
  activation script to add the environment to the command search path for a shell:
 
-   . /path/to/venv/activate
+   . /path/to/venv/bin/activate
 
  After activation, running
 
diff --git a/srcpkgs/python3/template b/srcpkgs/python3/template
index 2efbba95f9afa..16056a34c0d2c 100644
--- a/srcpkgs/python3/template
+++ b/srcpkgs/python3/template
@@ -4,7 +4,7 @@
 #
 pkgname=python3
 version=3.12.1
-revision=4
+revision=5
 build_style="gnu-configure"
 configure_args="--enable-shared --enable-ipv6 --enable-optimizations
  --enable-loadable-sqlite-extensions --with-computed-gotos

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

* Re: [PR PATCH] [Updated] python3: fix path virtual environment message
  2023-11-09 15:58 [PR PATCH] Fix path virtual environment message Eloitor
  2023-12-30 20:01 ` [PR PATCH] [Updated] " Eloitor
  2023-12-30 20:04 ` Eloitor
@ 2024-02-15  5:42 ` classabbyamp
  2024-02-15  6:08 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2024-02-15  5:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages python-message
https://github.com/void-linux/void-packages/pull/47139

python3: fix path virtual environment message
#### Testing the changes
- I tested the changes in this PR: **YES**

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-message-47139.patch --]
[-- Type: text/x-diff, Size: 3323 bytes --]

From f400681a6722d581a8ef3eb0d70c482764d67b1d Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Thu, 15 Feb 2024 00:41:40 -0500
Subject: [PATCH 1/2] python3.11: fix virtual environment path in
 EXTERNALLY-MANAGED msg

---
 srcpkgs/python3.11/files/EXTERNALLY-MANAGED | 4 ++--
 srcpkgs/python3.11/template                 | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3.11/files/EXTERNALLY-MANAGED b/srcpkgs/python3.11/files/EXTERNALLY-MANAGED
index 22743f8d51db5..9fc7da0973404 100644
--- a/srcpkgs/python3.11/files/EXTERNALLY-MANAGED
+++ b/srcpkgs/python3.11/files/EXTERNALLY-MANAGED
@@ -8,7 +8,7 @@ Error=
  environment, e.g.:
 
    python3 -m venv /path/to/venv
-   /path/to/venv/pip install <package>
+   /path/to/venv/bin/pip install <package>
 
  Appending the flag --system-site-packages to the first command will give the
  virtual environment access to any Python package installed via XBPS.
@@ -17,7 +17,7 @@ Error=
  should automatically use the virtual environment. Alternatively, source its
  activation script to add the environment to the command search path for a shell:
 
-   . /path/to/venv/activate
+   . /path/to/venv/bin/activate
 
  After activation, running
 
diff --git a/srcpkgs/python3.11/template b/srcpkgs/python3.11/template
index d4c634c3f16df..78dc3b8ca838e 100644
--- a/srcpkgs/python3.11/template
+++ b/srcpkgs/python3.11/template
@@ -1,7 +1,7 @@
 # Template file for 'python3.11'
 pkgname=python3.11
 version=3.11.8
-revision=1
+revision=2
 build_style="gnu-configure"
 configure_args="--enable-shared --enable-ipv6 --enable-optimizations
  --enable-loadable-sqlite-extensions --with-computed-gotos

From b86936d598c3326a0b8a014a3278600aa274e823 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@duck.com>
Date: Sat, 30 Dec 2023 20:57:35 +0100
Subject: [PATCH 2/2] python3: fix virtual environment path in
 EXTERNALLY-MANAGED msg

---
 srcpkgs/python3/files/EXTERNALLY-MANAGED | 4 ++--
 srcpkgs/python3/template                 | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3/files/EXTERNALLY-MANAGED b/srcpkgs/python3/files/EXTERNALLY-MANAGED
index 22743f8d51db5..9fc7da0973404 100644
--- a/srcpkgs/python3/files/EXTERNALLY-MANAGED
+++ b/srcpkgs/python3/files/EXTERNALLY-MANAGED
@@ -8,7 +8,7 @@ Error=
  environment, e.g.:
 
    python3 -m venv /path/to/venv
-   /path/to/venv/pip install <package>
+   /path/to/venv/bin/pip install <package>
 
  Appending the flag --system-site-packages to the first command will give the
  virtual environment access to any Python package installed via XBPS.
@@ -17,7 +17,7 @@ Error=
  should automatically use the virtual environment. Alternatively, source its
  activation script to add the environment to the command search path for a shell:
 
-   . /path/to/venv/activate
+   . /path/to/venv/bin/activate
 
  After activation, running
 
diff --git a/srcpkgs/python3/template b/srcpkgs/python3/template
index 2540a1f8a160f..d3342dda925a8 100644
--- a/srcpkgs/python3/template
+++ b/srcpkgs/python3/template
@@ -4,7 +4,7 @@
 #
 pkgname=python3
 version=3.12.2
-revision=1
+revision=2
 build_style="gnu-configure"
 configure_args="--enable-shared --enable-ipv6 --enable-optimizations
  --enable-loadable-sqlite-extensions --with-computed-gotos

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

* Re: [PR PATCH] [Merged]: python3: fix path virtual environment message
  2023-11-09 15:58 [PR PATCH] Fix path virtual environment message Eloitor
                   ` (2 preceding siblings ...)
  2024-02-15  5:42 ` [PR PATCH] [Updated] python3: fix " classabbyamp
@ 2024-02-15  6:08 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2024-02-15  6:08 UTC (permalink / raw)
  To: ml

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

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

python3: fix path virtual environment message
https://github.com/void-linux/void-packages/pull/47139

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

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

end of thread, other threads:[~2024-02-15  6:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-09 15:58 [PR PATCH] Fix path virtual environment message Eloitor
2023-12-30 20:01 ` [PR PATCH] [Updated] " Eloitor
2023-12-30 20:04 ` Eloitor
2024-02-15  5:42 ` [PR PATCH] [Updated] python3: fix " classabbyamp
2024-02-15  6:08 ` [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).