Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (eb4b11165c8267167e170475439a4cb55749eccf)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (eb4b11165c8267167e170475439a4cb55749eccf)
  • Date: Sat, 18 Mar 2023 20:57:56 +0000

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

python-pypi/typing-extensions/DETAILS | 1 +
python-pypi/typing-extensions/HISTORY | 3 +++
smgl/smgl-foma/DEPENDS | 2 +-
smgl/smgl-foma/HISTORY | 3 +++
4 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit eb4b11165c8267167e170475439a4cb55749eccf
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

typing-extensions: Disable staged install, breaks finding
/root/.cache/pip/wheels/

WARNING: Building wheel for typing_extensions failed: [Errno 2] No such
file or directory:
'/root/.cache/pip/wheels/85/d2/7f/3d99fdafc6d7ff941f8b1b2fe18ecbc441916a11e922ee0a66/typing_extensions-4.1.1-py3-none-any.whl'
Failed to build typing_extensions
ERROR: Could not build wheels for typing_extensions, which is required to
install pyproject.toml-based projects

commit bff6c27dc91719826b658bfc264a8a02179adcf9
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

smgl-foma: mkfontdir is deprecated, use mkfontscale

diff --git a/python-pypi/typing-extensions/DETAILS
b/python-pypi/typing-extensions/DETAILS
index 22627d7..bf392a7 100755
--- a/python-pypi/typing-extensions/DETAILS
+++ b/python-pypi/typing-extensions/DETAILS
@@ -7,6 +7,7 @@
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
WEB_SITE=https://pypi.org/project/$SPELL
SOURCE_URL[0]=https://files.pythonhosted.org/packages/$VX/$SOURCE
+ STAGED_INSTALL=off
LICENSE[0]=PSF
ENTERED=20220313
KEYWORDS=""
diff --git a/python-pypi/typing-extensions/HISTORY
b/python-pypi/typing-extensions/HISTORY
index 138ce9b..b8c63da 100644
--- a/python-pypi/typing-extensions/HISTORY
+++ b/python-pypi/typing-extensions/HISTORY
@@ -1,3 +1,6 @@
+2023-03-18 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Disable staged install, breaks finding
/root/.cache/pip/wheels/
+
2022-03-13 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 4.1.1
spell created
diff --git a/smgl/smgl-foma/DEPENDS b/smgl/smgl-foma/DEPENDS
index a1193a4..1da0f5e 100755
--- a/smgl/smgl-foma/DEPENDS
+++ b/smgl/smgl-foma/DEPENDS
@@ -1,5 +1,5 @@
optional_depends fontconfig '' '' \
'font support for applications that use fontconfig' &&
-optional_depends mkfontdir '' '' \
+optional_depends mkfontscale '' '' \
'font support for applications that do not use fontconfig' &&
optional_depends xfs '' '' 'X11 font server'
diff --git a/smgl/smgl-foma/HISTORY b/smgl/smgl-foma/HISTORY
index 1ae1798..09015eb 100644
--- a/smgl/smgl-foma/HISTORY
+++ b/smgl/smgl-foma/HISTORY
@@ -1,3 +1,6 @@
+2023-03-18 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: mkfontdir is deprecated, use mkfontscale
+
2010-06-13 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: added SOURCE2_IGNORE for signature




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (eb4b11165c8267167e170475439a4cb55749eccf), Eric Sandall, 03/18/2023

Archive powered by MHonArc 2.6.24.

Top of Page