sm-commit AT lists.ibiblio.org
Subject: Source Mage code commit list
List archive
[[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (c7350bc015e5c83babec810fbecb82636491af6f)
- From: Treeve Jelbert <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 Treeve Jelbert (c7350bc015e5c83babec810fbecb82636491af6f)
- Date: Thu, 9 Apr 2026 12:00:40 +0000
GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:
ChangeLog | 3 +++
python-pypi/setuptools_scm/BUILD | 1 -
python-pypi/setuptools_scm/DEPENDS | 8 +++++---
python-pypi/setuptools_scm/DETAILS | 9 +++++----
python-pypi/setuptools_scm/HISTORY | 5 +++++
python-pypi/setuptools_scm/INSTALL | 6 ------
python-pypi/vcs-versioning/DEPENDS | 5 +++++
python-pypi/vcs-versioning/DETAILS | 16 ++++++++++++++++
python-pypi/vcs-versioning/HISTORY | 3 +++
9 files changed, 42 insertions(+), 14 deletions(-)
New commits:
commit c7350bc015e5c83babec810fbecb82636491af6f
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
setuptools_scm: => 10.0.5
commit 4b3e55ffccebf20934d7f1dd34dcd7fe0e16b981
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
add vcs-versioning-1.1.1
diff --git a/ChangeLog b/ChangeLog
index e1b9502..3ca510d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2026-04-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * vcs-versioning: added
+
2026-04-08 Treeve Jelbert <treeve AT sourcemage.org>
* kdsingleapplication: added
diff --git a/python-pypi/setuptools_scm/BUILD
b/python-pypi/setuptools_scm/BUILD
deleted file mode 100755
index cd36579..0000000
--- a/python-pypi/setuptools_scm/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-python3 -m build --wheel --skip-dependency-check --no-isolation
diff --git a/python-pypi/setuptools_scm/DEPENDS
b/python-pypi/setuptools_scm/DEPENDS
index 9f9fd41..ed5aad6 100755
--- a/python-pypi/setuptools_scm/DEPENDS
+++ b/python-pypi/setuptools_scm/DEPENDS
@@ -1,4 +1,6 @@
depends python3 &&
-depends flit-core &&
-depends wheel &&
-depends py-build
+depends vcs-versioning &&
+depends pip
+#depends flit-core &&
+#depends wheel &&
+#depends py-build
diff --git a/python-pypi/setuptools_scm/DETAILS
b/python-pypi/setuptools_scm/DETAILS
index 41b9c6b..a67f972 100755
--- a/python-pypi/setuptools_scm/DETAILS
+++ b/python-pypi/setuptools_scm/DETAILS
@@ -1,10 +1,11 @@
SPELL=setuptools_scm
SPELLX="${SPELL/_/-}"
- VERSION=9.2.2
-
SOURCE_HASH=sha512:3454202f55d782caf467e41f5e04f871415bd62349b36af24dff750dd5cbaa4e32fcfbd5aa9c9a8fe8d20a225aec7ee1e2805785890c92d8ad6094a9489dcbf0
+ VERSION=10.0.5
+
VX=a5/b1/2a6a8ecd6f9e263754036a0b573360bdbd6873b595725e49e11139722041
+
SOURCE_HASH=sha512:7384b3d27497e298265aadb03dc7edd907c46cce9caf4c086751a84e5ae151e41cd4af7b07e641a5d799374c348585c118bb82a9715568b01a5cc814d71057fa
SOURCE="${SPELL}-${VERSION}.tar.gz"
-
SOURCE_URL[0]="https://github.com/pypa/${SPELLX}/archive/refs/tags/v${VERSION}.tar.gz"
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ SOURCE_URL[0]="https://files.pythonhosted.org/packages/$VX/$SOURCE"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE=https://github.com/pypa/setuptools_scm
LICENSE[0]=MIT
ENTERED=20170222
diff --git a/python-pypi/setuptools_scm/HISTORY
b/python-pypi/setuptools_scm/HISTORY
index 18b2695..5f6bb21 100644
--- a/python-pypi/setuptools_scm/HISTORY
+++ b/python-pypi/setuptools_scm/HISTORY
@@ -1,3 +1,8 @@
+2026-04-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 10.0.5
+ * DEPENDS: add vcs-versioning
+ * BUILD INSTALL: deleted
+
2026-03-15 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 9.2.2, swithed to github source url,
updated BUILD_DIRECTORY
diff --git a/python-pypi/setuptools_scm/INSTALL
b/python-pypi/setuptools_scm/INSTALL
deleted file mode 100755
index 0ed5bbc..0000000
--- a/python-pypi/setuptools_scm/INSTALL
+++ /dev/null
@@ -1,6 +0,0 @@
-mkdir -p "${SOURCE_DIRECTORY}/builddir" &&
-PYTHONPATH=src python3 -m installer --destdir="${SOURCE_DIRECTORY}/builddir"
dist/*.whl &&
-
-cd builddir &&
-find . | cpio --pass-through --make-directories --unconditional --verbose \
- "${INSTALL_ROOT}/"
diff --git a/python-pypi/vcs-versioning/DEPENDS
b/python-pypi/vcs-versioning/DEPENDS
new file mode 100755
index 0000000..f54aec7
--- /dev/null
+++ b/python-pypi/vcs-versioning/DEPENDS
@@ -0,0 +1,5 @@
+depends python3 &&
+depends pip
+#depends flit-core &&
+#depends wheel &&
+#depends py-build
diff --git a/python-pypi/vcs-versioning/DETAILS
b/python-pypi/vcs-versioning/DETAILS
new file mode 100755
index 0000000..94df9a7
--- /dev/null
+++ b/python-pypi/vcs-versioning/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=vcs-versioning
+ SPELLX="${SPELL/-/_}"
+ VERSION=1.1.1
+
VX=49/42/d97a7795055677961c63a1eef8e7b19d5968ed992ed3a70ab8eb012efad8
+
SOURCE_HASH=sha512:e5bf9fa68eeb38c8d884f4bad6f93f1354854ad0ab04919d369ed1b40832c2ed117f4c9d9458ae5a8a71c84497f6d0ff0ca5b38881c7a3a057619b3da3cbbbbc
+ SOURCE="${SPELLX}-${VERSION}.tar.gz"
+ SOURCE_URL[0]="https://files.pythonhosted.org/packages/$VX/$SOURCE"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ WEB_SITE=https://github.com/pypa/setuptools_scm
+ LICENSE[0]=MIT
+ ENTERED=20260321
+ SHORT=""
+cat << EOF
+Core VCS versioning functionality extracted as a standalone library that can
be used independently of
+setuptools.
+EOF
diff --git a/python-pypi/vcs-versioning/HISTORY
b/python-pypi/vcs-versioning/HISTORY
new file mode 100644
index 0000000..7930201
--- /dev/null
+++ b/python-pypi/vcs-versioning/HISTORY
@@ -0,0 +1,3 @@
+2026-04-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.1.1
+ spell created
- [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (c7350bc015e5c83babec810fbecb82636491af6f), Treeve Jelbert, 04/09/2026
Archive powered by MHonArc 2.6.24.