Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (666e8b7ebad8564815a26427bddf92a711d635d7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (666e8b7ebad8564815a26427bddf92a711d635d7)
  • Date: Fri, 21 Jun 2024 23:02:25 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

python-pypi/pip/BUILD | 1 +
python-pypi/pip/DEPENDS | 4 +++-
python-pypi/pip/DETAILS | 4 ++--
python-pypi/pip/HISTORY | 5 +++++
python-pypi/pip/INSTALL | 1 +
5 files changed, 12 insertions(+), 3 deletions(-)

New commits:
commit 666e8b7ebad8564815a26427bddf92a711d635d7
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

python-pypi/pip: version 24.1

diff --git a/python-pypi/pip/BUILD b/python-pypi/pip/BUILD
new file mode 100755
index 0000000..63286ea
--- /dev/null
+++ b/python-pypi/pip/BUILD
@@ -0,0 +1 @@
+python3 -m build --wheel --no-isolation
diff --git a/python-pypi/pip/DEPENDS b/python-pypi/pip/DEPENDS
index 431e46a..45fb5b1 100755
--- a/python-pypi/pip/DEPENDS
+++ b/python-pypi/pip/DEPENDS
@@ -1,2 +1,4 @@
depends python3 &&
-depends SETUPTOOLS
+depends python-installer &&
+depends SETUPTOOLS &&
+depends wheel
diff --git a/python-pypi/pip/DETAILS b/python-pypi/pip/DETAILS
index 4ca81ab..4544752 100755
--- a/python-pypi/pip/DETAILS
+++ b/python-pypi/pip/DETAILS
@@ -1,6 +1,6 @@
SPELL=pip
- VERSION=24.0
-
SOURCE_HASH=sha512:0c2ecb2ecde4f155c83468d35bc4f52f37efffc16821ae7c706d035e1e8cc3709b41cb10f8140ff09205e8bbdba2c76128ad76d1cbd18401328b619228e834df
+ VERSION=24.1
+
SOURCE_HASH=sha512:c60ab329fe91202ff64b5f0f90209085fbf8db0f0a05f0703f952ad69e39e2e3edb5dadc006a3f317cdd4ba4fb5abe56dfbd22792249a2d139702eec272186d1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL=https://github.com/pypa/pip/archive/$VERSION.tar.gz
# Watch: https://github.com/pypa/pip/tags tags/([0-9.]+)[.]tar
diff --git a/python-pypi/pip/HISTORY b/python-pypi/pip/HISTORY
index 5befb2a..a4b1524 100644
--- a/python-pypi/pip/HISTORY
+++ b/python-pypi/pip/HISTORY
@@ -1,3 +1,8 @@
+2024-06-21 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 24.1
+ * DEPENDS: needs python-installer and wheel
+ * BUILD, INSTALL: added for custom building/installation
+
2024-02-03 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 24.0

diff --git a/python-pypi/pip/INSTALL b/python-pypi/pip/INSTALL
new file mode 100755
index 0000000..69aa298
--- /dev/null
+++ b/python-pypi/pip/INSTALL
@@ -0,0 +1 @@
+python3 -m installer --destdir="${INSTALL_ROOT}/" dist/*.whl


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (666e8b7ebad8564815a26427bddf92a711d635d7), Pavel Vinogradov, 06/21/2024

Archive powered by MHonArc 2.6.24.

Top of Page