Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (85efd68de6e5adf6423f0a19cd120a57e712ac22)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (85efd68de6e5adf6423f0a19cd120a57e712ac22)
  • Date: Sun, 17 Mar 2024 10:19:16 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 5 +++++
devel/mold/DETAILS | 4 ++--
devel/mold/HISTORY | 3 +++
python-pypi/firebird-base/BUILD | 1 +
python-pypi/firebird-base/DEPENDS | 1 +
python-pypi/firebird-base/DETAILS | 16 ++++++++++++++++
python-pypi/firebird-base/HISTORY | 4 ++++
python-pypi/firebird-base/INSTALL | 4 ++++
python-pypi/firebird-driver/BUILD | 1 +
python-pypi/firebird-driver/DEPENDS | 2 ++
python-pypi/firebird-driver/DETAILS | 19 +++++++++++++++++++
python-pypi/firebird-driver/HISTORY | 4 ++++
python-pypi/firebird-driver/INSTALL | 4 ++++
python-pypi/py-build/BUILD | 1 +
python-pypi/py-build/DEPENDS | 2 ++
python-pypi/py-build/DETAILS | 15 +++++++++++++++
python-pypi/py-build/HISTORY | 2 ++
python-pypi/py-build/INSTALL | 1 +
python-pypi/pyparsing/BUILD | 2 ++
python-pypi/pyparsing/DEPENDS | 4 +++-
python-pypi/pyparsing/DETAILS | 4 ++--
python-pypi/pyparsing/HISTORY | 5 +++++
python-pypi/pyparsing/INSTALL | 1 +
python-pypi/sqlalchemy-firebird/BUILD | 1 +
python-pypi/sqlalchemy-firebird/DEPENDS | 3 +--
python-pypi/sqlalchemy-firebird/HISTORY | 6 ++++++
python-pypi/sqlalchemy-firebird/INSTALL | 5 ++++-
python-pypi/typing-extensions/DETAILS | 6 +++---
python-pypi/typing-extensions/HISTORY | 3 +++
python-pypi/wheel/DETAILS | 4 ++--
python-pypi/wheel/HISTORY | 3 +++
31 files changed, 123 insertions(+), 13 deletions(-)

New commits:
commit 85efd68de6e5adf6423f0a19cd120a57e712ac22
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

mold: => 2.30.0

commit b0801cb2def3539b31cd41f7c1c99b86902a52eb
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

sqlalchemy-firebird - fix

commit eefc14f381b8a2c00dd2704a777512c48a6cc19d
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

firebird-base-1.7.2

commit ef6132c228603b9a2550ad658dfa32bb19547259
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

pyparsing - fix build
py-build = added

commit 9e794ccb6ea35a685f05494cb70680ee904f4722
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

pyparsing: => 3.1.2

commit 0be23340f360ed32a4f9b2d89a0e7c05b79eaf11
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

wheel: => 0.43.0

commit cacc80783a47301a24eb90e153f960ba59362915
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

firebird-driver-1.10.1

commit b5f010bf15b9162ed1873aa456022ddaeadac55d
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

typing-extensions: => 4.10.0

diff --git a/ChangeLog b/ChangeLog
index 52ff6c8..5b0464d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-03-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * /python-pypi/firebird-driver: firebird driver for python3
+ * python-pypi/py-build: added, build tool for python
+ * python-pypi/firebird-base: added
+
2024-03-05 Conner Clere <xenanthropy AT sourcemage.org>
* libs/clblast: new spell, tuned openCL BLAS libs
* utils/ocl-icd: new spell, openCL ICD loader
diff --git a/devel/mold/DETAILS b/devel/mold/DETAILS
index 86265fa..ab0adb9 100755
--- a/devel/mold/DETAILS
+++ b/devel/mold/DETAILS
@@ -1,9 +1,9 @@
. "${GRIMOIRE}"/CMAKE_FUNCTIONS
SPELL=mold
- VERSION=2.4.0
+ VERSION=2.30.0
SOURCE="$SPELL-$VERSION.tar.gz"

SOURCE_URL[0]=https://github.com/rui314/${SPELL}/archive/refs/tags/v${VERSION}.tar.gz
-
SOURCE_HASH=sha512:e332d027f783dfb0a4f48b1fb7daf98e11e830f8de82b971b58ee8a7bae59eaa30b8155e7491b6057f0ce8e0b09ddd0ab1d364f01ea15517e1d089fdb292a4e5
+
SOURCE_HASH=sha512:7cfba4f0fb332799ad267d3eafb8e2f0057af4484467b3e3fbaf8044220163a2c7e26cd1786510f250844c8b57e30c15167c8dd9688af1773abc580c5605abf3
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="https://github.com/rui314/mold";
LICENSE[0]=MIT
diff --git a/devel/mold/HISTORY b/devel/mold/HISTORY
index 055fc90..e1fbf42 100644
--- a/devel/mold/HISTORY
+++ b/devel/mold/HISTORY
@@ -1,3 +1,6 @@
+2024-03-16 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.30.0
+
2023-12-04 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.4.0

diff --git a/python-pypi/firebird-base/BUILD b/python-pypi/firebird-base/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/python-pypi/firebird-base/BUILD
@@ -0,0 +1 @@
+true
diff --git a/python-pypi/firebird-base/DEPENDS
b/python-pypi/firebird-base/DEPENDS
new file mode 100755
index 0000000..8c09196
--- /dev/null
+++ b/python-pypi/firebird-base/DEPENDS
@@ -0,0 +1 @@
+depends python3
diff --git a/python-pypi/firebird-base/DETAILS
b/python-pypi/firebird-base/DETAILS
new file mode 100755
index 0000000..3384db3
--- /dev/null
+++ b/python-pypi/firebird-base/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=firebird-base
+ SPELLX=firebird_base
+ VERSION=1.7.2
+
VX=be/13/a591a6db727ace09d50af6fa72867dadc9263599d4d5be0e0ce065c84f27
+
SOURCE_HASH=sha512:4c88f12267462c6abc68efc594973ad759ec4956fdecf0beaf06ce3d311bbd8a9c7baf39e3dff53eb66649541d65414810dd5cdd57f9ce766db210480fb058bc
+ SOURCE=$SPELLX-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
+ WEB_SITE=https://pypi.org/project/firebird-base
+ SOURCE_URL=https://files.pythonhosted.org/packages/$VX/$SOURCE
+ LICENSE[0]=MIT
+ ENTERED=20240315
+ KEYWORDS=""
+ SHORT=""
+cat << EOF
+Firebird base modules for Python
+EOF
diff --git a/python-pypi/firebird-base/HISTORY
b/python-pypi/firebird-base/HISTORY
new file mode 100644
index 0000000..0a2f0ac
--- /dev/null
+++ b/python-pypi/firebird-base/HISTORY
@@ -0,0 +1,4 @@
+2024-03-16 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.7.2
+ spell created
+
diff --git a/python-pypi/firebird-base/INSTALL
b/python-pypi/firebird-base/INSTALL
new file mode 100755
index 0000000..d26604a
--- /dev/null
+++ b/python-pypi/firebird-base/INSTALL
@@ -0,0 +1,4 @@
+cd $SOURCE_DIRECTORY &&
+# install python tree
+PY=`python3 -V | cut -d\ -f2` &&
+cp -a src/firebird $INSTALL_ROOT/usr/lib/python${PY%.?}/site-packages
diff --git a/python-pypi/firebird-driver/BUILD
b/python-pypi/firebird-driver/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/python-pypi/firebird-driver/BUILD
@@ -0,0 +1 @@
+true
diff --git a/python-pypi/firebird-driver/DEPENDS
b/python-pypi/firebird-driver/DEPENDS
new file mode 100755
index 0000000..010159f
--- /dev/null
+++ b/python-pypi/firebird-driver/DEPENDS
@@ -0,0 +1,2 @@
+depends python3 &&
+depends firebird-base
diff --git a/python-pypi/firebird-driver/DETAILS
b/python-pypi/firebird-driver/DETAILS
new file mode 100755
index 0000000..836c615
--- /dev/null
+++ b/python-pypi/firebird-driver/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=firebird-driver
+ SPELLX=firebird_driver
+ VERSION=1.10.1
+
VX=be/30/96d0e496ca544cc7a962a17e92992b01e58768ff0ed652e31762058eb3bf
+
SOURCE_HASH=sha512:10c0c4e4efb6b7cb3be57fabc9517fb5de871fe291580924950aa84f611b2bcc5d1db97f2157eba8219f956f91c0d35479964cf3ec27eafcd3d19cbbaf957b3a
+ SOURCE=$SPELLX-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
+ WEB_SITE=https://pypi.org/project/firebird-driver
+ SOURCE_URL=https://files.pythonhosted.org/packages/$VX/$SOURCE
+ LICENSE[0]=MIT
+ ENTERED=20240315
+ KEYWORDS=""
+ SHORT=""
+cat << EOF
+This package provides official Python Database API 2.0-compliant driver for
+the open source relational database Firebird®. In addition to the minimal
feature set of the standard Python
+DB API, this driver also exposes the new (interface-based) client API
introduced in Firebird 3, and number
+of additional extensions and enhancements for convenient use of Firebird
RDBMS
+EOF
diff --git a/python-pypi/firebird-driver/HISTORY
b/python-pypi/firebird-driver/HISTORY
new file mode 100644
index 0000000..8573f0f
--- /dev/null
+++ b/python-pypi/firebird-driver/HISTORY
@@ -0,0 +1,4 @@
+2024-03-16 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.10.1
+ spell created
+
diff --git a/python-pypi/firebird-driver/INSTALL
b/python-pypi/firebird-driver/INSTALL
new file mode 100755
index 0000000..d26604a
--- /dev/null
+++ b/python-pypi/firebird-driver/INSTALL
@@ -0,0 +1,4 @@
+cd $SOURCE_DIRECTORY &&
+# install python tree
+PY=`python3 -V | cut -d\ -f2` &&
+cp -a src/firebird $INSTALL_ROOT/usr/lib/python${PY%.?}/site-packages
diff --git a/python-pypi/py-build/BUILD b/python-pypi/py-build/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/python-pypi/py-build/BUILD
@@ -0,0 +1 @@
+true
diff --git a/python-pypi/py-build/DEPENDS b/python-pypi/py-build/DEPENDS
new file mode 100755
index 0000000..14c7969
--- /dev/null
+++ b/python-pypi/py-build/DEPENDS
@@ -0,0 +1,2 @@
+depends python3 &&
+depends pip
diff --git a/python-pypi/py-build/DETAILS b/python-pypi/py-build/DETAILS
new file mode 100755
index 0000000..504c9e4
--- /dev/null
+++ b/python-pypi/py-build/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=py-build
+ SPELLX=build
+ VERSION=1.1.1
+
SOURCE_HASH=sha512:8e36cf50ffd5b57596128f20c929d210f1ee189bdc89e30570a2448db4d3d4f379389dc052e4c8f8e01ef2d485b1fb6035781e0b7833d71c14658a69438dd528
+ SOURCE="$SPELLX-$VERSION.tar.gz"
+ SOURCE_URL[0]=https://pypi.io/packages/source/p/${SPELLX}/${SOURCE}
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
+ WEB_SITE=https://build.pypa.io/en/stable
+ LICENSE[0]='MIT'
+ KEYWORDS="python devel"
+ SHORT=
+cat << EOF
+A simple, correct Python packaging build frontend. build manages
pyproject.toml-based builds, invoking
+build-backend hooks as appropriate to build a distribution package. It is a
simple build tool and does not
+perform any dependency management. EOF
diff --git a/python-pypi/py-build/HISTORY b/python-pypi/py-build/HISTORY
new file mode 100644
index 0000000..9d2c36f
--- /dev/null
+++ b/python-pypi/py-build/HISTORY
@@ -0,0 +1,2 @@
+2024-03-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.1.1
diff --git a/python-pypi/py-build/INSTALL b/python-pypi/py-build/INSTALL
new file mode 100755
index 0000000..c1f809e
--- /dev/null
+++ b/python-pypi/py-build/INSTALL
@@ -0,0 +1 @@
+pip install --no-deps build
diff --git a/python-pypi/pyparsing/BUILD b/python-pypi/pyparsing/BUILD
new file mode 100755
index 0000000..f8ed939
--- /dev/null
+++ b/python-pypi/pyparsing/BUILD
@@ -0,0 +1,2 @@
+#true
+python3 -m build -x
diff --git a/python-pypi/pyparsing/DEPENDS b/python-pypi/pyparsing/DEPENDS
index cffbf2e..0296971 100755
--- a/python-pypi/pyparsing/DEPENDS
+++ b/python-pypi/pyparsing/DEPENDS
@@ -1 +1,3 @@
- . $SECTION_DIRECTORY/PY_DEPENDS
+depends python3 &&
+depends py-build &&
+depends pip
diff --git a/python-pypi/pyparsing/DETAILS b/python-pypi/pyparsing/DETAILS
index f73aa29..9b53d07 100755
--- a/python-pypi/pyparsing/DETAILS
+++ b/python-pypi/pyparsing/DETAILS
@@ -1,6 +1,6 @@
SPELL=pyparsing
- VERSION=3.0.7
-
SOURCE_HASH=sha512:1e692f4cdaa6b6e8ca2729d0a3e2ba16d978f1957c538b6de3a4220ec7d996bdbe87c41c43abab851fffa3b0498a05841373e435602917b8c095042e273badb5
+ VERSION=3.1.2
+
SOURCE_HASH=sha512:1134949f3576edbec4438eefe952eb5cc6e734fb060905d714b6a77f71e90d364b01345df5e7b8fb5ffa798c530be9c65f6d152b3f591cba787660c4dd8894d2
SOURCE="$SPELL-$VERSION.tar.gz"
SOURCE_URL[0]=https://pypi.io/packages/source/p/${SPELL}/${SOURCE}
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/python-pypi/pyparsing/HISTORY b/python-pypi/pyparsing/HISTORY
index 147c484..b10a2bb 100644
--- a/python-pypi/pyparsing/HISTORY
+++ b/python-pypi/pyparsing/HISTORY
@@ -1,3 +1,8 @@
+2024-03-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.1.2
+ * DEPENDS: add py-build
+ * BUILD INSTALL: added
+
2022-01-29 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 3.0.7

diff --git a/python-pypi/pyparsing/INSTALL b/python-pypi/pyparsing/INSTALL
new file mode 100755
index 0000000..11b4adf
--- /dev/null
+++ b/python-pypi/pyparsing/INSTALL
@@ -0,0 +1 @@
+pip install --no-deps pyparsing
diff --git a/python-pypi/sqlalchemy-firebird/BUILD
b/python-pypi/sqlalchemy-firebird/BUILD
index 27ba77d..7eead1e 100755
--- a/python-pypi/sqlalchemy-firebird/BUILD
+++ b/python-pypi/sqlalchemy-firebird/BUILD
@@ -1 +1,2 @@
true
+
diff --git a/python-pypi/sqlalchemy-firebird/DEPENDS
b/python-pypi/sqlalchemy-firebird/DEPENDS
index 9d21d5f..569da15 100755
--- a/python-pypi/sqlalchemy-firebird/DEPENDS
+++ b/python-pypi/sqlalchemy-firebird/DEPENDS
@@ -1,4 +1,3 @@
depends python3 &&
-depends pip &&
depends sqlalchemy &&
-depends fdb
+depends firebird-driver
diff --git a/python-pypi/sqlalchemy-firebird/HISTORY
b/python-pypi/sqlalchemy-firebird/HISTORY
index 90814f7..30e7620 100644
--- a/python-pypi/sqlalchemy-firebird/HISTORY
+++ b/python-pypi/sqlalchemy-firebird/HISTORY
@@ -1,3 +1,9 @@
+2024-03-16 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS BUILD INSTALL: revert to copying files
+
+2024-03-14 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: needs firebird-driver, wheel, py-build
+
2024-03-04 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.1
* DEPENDS BUILD INSTALL: use pip install
diff --git a/python-pypi/sqlalchemy-firebird/INSTALL
b/python-pypi/sqlalchemy-firebird/INSTALL
index c8a8a6c..fd01444 100755
--- a/python-pypi/sqlalchemy-firebird/INSTALL
+++ b/python-pypi/sqlalchemy-firebird/INSTALL
@@ -1 +1,4 @@
-python3 -m pip install --use-pep517 --no-deps ${SOURCE_DIRECTORY}
+cd $SOURCE_DIRECTORY &&
+# install python tree
+PY=`python3 -V | cut -d\ -f2` &&
+cp -a ${SPELL/-/_}* $INSTALL_ROOT/usr/lib/python${PY%.?}/site-packages
diff --git a/python-pypi/typing-extensions/DETAILS
b/python-pypi/typing-extensions/DETAILS
index 8b24f9d..54632ec 100755
--- a/python-pypi/typing-extensions/DETAILS
+++ b/python-pypi/typing-extensions/DETAILS
@@ -1,8 +1,8 @@
SPELL=typing-extensions
SPELLX=typing_extensions
- VERSION=4.9.0
-
VX=0c/1d/eb26f5e75100d531d7399ae800814b069bc2ed2a7410834d57374d010d96
-
SOURCE_HASH=sha512:b4faea71d6d29b5d23f920c8865edc2a891887308aea984dbae0159b722da6ef0f4062e5d89bd96a0037391e91e87f213f789209dc1f8942e551979539d3ae11
+ VERSION=4.10.0
+
VX=16/3a/0d26ce356c7465a19c9ea8814b960f8a36c3b0d07c323176620b7b483e44
+
SOURCE_HASH=sha512:d3d840719ed0cf1435a959f84a65df93f55fb4bfdda926cd74a34a8bb6ab0407108ee8941f40b6cb570e2f7c440abffb0bc1d0f0414814047de6e9c3eeb24093
SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
WEB_SITE=https://pypi.org/project/$SPELL
diff --git a/python-pypi/typing-extensions/HISTORY
b/python-pypi/typing-extensions/HISTORY
index b09524e..c16a19a 100644
--- a/python-pypi/typing-extensions/HISTORY
+++ b/python-pypi/typing-extensions/HISTORY
@@ -1,3 +1,6 @@
+2024-03-14 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 4.10.0
+
2024-02-03 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 4.9.0

diff --git a/python-pypi/wheel/DETAILS b/python-pypi/wheel/DETAILS
index fd853e6..cc44aca 100755
--- a/python-pypi/wheel/DETAILS
+++ b/python-pypi/wheel/DETAILS
@@ -1,6 +1,6 @@
SPELL=wheel
- VERSION=0.41.2
-
SOURCE_HASH=sha512:46632c2e61f286d33609bc7f954da86c537e4c70b30cb57e79ae8fd5e4422f4fb46dcf2434361d3c6b45b9e5adc6cbf33daa1cd2fc40f31a393162c97ed38356
+ VERSION=0.43.0
+
SOURCE_HASH=sha512:b6213c05263026884c07bdc4d529252f0be013c3fc6d0558008b7130ba90d4ef11e57f155f62f5e2528ddcd78d188530b2b7c78acc15b8168f64935fe6e6393b
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=https://pypi.io/packages/source/w/${SPELL}/${SOURCE}
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/python-pypi/wheel/HISTORY b/python-pypi/wheel/HISTORY
index 7b07c94..170235f 100644
--- a/python-pypi/wheel/HISTORY
+++ b/python-pypi/wheel/HISTORY
@@ -1,3 +1,6 @@
+2024-03-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.43.0
+
2023-10-15 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.41.2



  • [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (85efd68de6e5adf6423f0a19cd120a57e712ac22), Treeve Jelbert, 03/17/2024

Archive powered by MHonArc 2.6.24.

Top of Page