Skip to Content.
Sympa Menu

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

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 (c9181769c44e253a016e70d2e3ec5c582aeda67e)
  • Date: Mon, 24 Jun 2024 00:11:41 +0000

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

python-pypi/python-installer/DEPENDS | 2 +-
python-pypi/python-installer/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

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

python-pypi/python-installer: needs flit-core instead of pygobject3

diff --git a/python-pypi/python-installer/DEPENDS
b/python-pypi/python-installer/DEPENDS
index 01ab931..d4cb20c 100755
--- a/python-pypi/python-installer/DEPENDS
+++ b/python-pypi/python-installer/DEPENDS
@@ -1,5 +1,5 @@
depends PKG-CONFIG &&
depends python3 &&
-depends pygobject3 &&
+depends flit-core &&
depends wheel &&
depends py-build
diff --git a/python-pypi/python-installer/HISTORY
b/python-pypi/python-installer/HISTORY
index b4a2d86..27bae6d 100644
--- a/python-pypi/python-installer/HISTORY
+++ b/python-pypi/python-installer/HISTORY
@@ -1,3 +1,6 @@
+2024-06-23 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: pygobject3 -> flit-core
+
2024-05-12 Conner Clere <xenanthropy AT sourcemage.org>
* BUILD, INSTALL, DEPENDS, DETAILS: version 0.7.0, new spell



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

Archive powered by MHonArc 2.6.24.

Top of Page