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

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