Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Conner Clere (78ecb4b8702ac8dc0f745bd4273d5b653b2c0e76)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Conner Clere <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 Conner Clere (78ecb4b8702ac8dc0f745bd4273d5b653b2c0e76)
  • Date: Sun, 12 May 2024 21:17:24 +0000

GIT changes to master grimoire by Conner Clere <xenanthropy AT sourcemage.org>:

python-pypi/py-build/BUILD | 2 +-
python-pypi/py-build/DEPENDS | 7 +++++--
python-pypi/py-build/HISTORY | 5 +++++
python-pypi/py-build/INSTALL | 2 +-
4 files changed, 12 insertions(+), 4 deletions(-)

New commits:
commit 78ecb4b8702ac8dc0f745bd4273d5b653b2c0e76
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

python-pypi/py-build: fix build and install

also added needed dependencies that were missing

diff --git a/python-pypi/py-build/BUILD b/python-pypi/py-build/BUILD
index 27ba77d..dbefb64 100755
--- a/python-pypi/py-build/BUILD
+++ b/python-pypi/py-build/BUILD
@@ -1 +1 @@
-true
+pip wheel -w dist --no-cache-dir --no-build-isolation --no-deps "${PWD}"
diff --git a/python-pypi/py-build/DEPENDS b/python-pypi/py-build/DEPENDS
index 14c7969..b356740 100755
--- a/python-pypi/py-build/DEPENDS
+++ b/python-pypi/py-build/DEPENDS
@@ -1,2 +1,5 @@
-depends python3 &&
-depends pip
+depends python3 &&
+depends pip &&
+depends python-packaging &&
+depends flit-core &&
+depends pyproject-hooks
diff --git a/python-pypi/py-build/HISTORY b/python-pypi/py-build/HISTORY
index 9d2c36f..630ff2c 100644
--- a/python-pypi/py-build/HISTORY
+++ b/python-pypi/py-build/HISTORY
@@ -1,2 +1,7 @@
+2024-05-12 Conner Clere <xenanthropy AT sourcemage.org>
+ * BUILD: edit to properly build spell
+ * DEPENDS: added flit-core, python-packaging, pyproject-hooks
+ * INSTALL: edit INSTALL to properly install spell
+
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
index c1f809e..ed62d6b 100755
--- a/python-pypi/py-build/INSTALL
+++ b/python-pypi/py-build/INSTALL
@@ -1 +1 @@
-pip install --no-deps build
+pip install --no-index --no-user --find-links dist build


  • [[SM-Commit] ] GIT changes to master grimoire by Conner Clere (78ecb4b8702ac8dc0f745bd4273d5b653b2c0e76), Conner Clere, 05/12/2024

Archive powered by MHonArc 2.6.24.

Top of Page