Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (a10c2b7cc0d3d492be06a291bfb50377fd2a073b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (a10c2b7cc0d3d492be06a291bfb50377fd2a073b)
  • Date: Tue, 3 Apr 2018 00:13:13 +0000

GIT changes to master games grimoire by Ismael Luceno <ismael AT sourcemage.org>:

games-cards/pysolfc/DEPENDS | 4 ++--
games-cards/pysolfc/DETAILS | 1 +
games-cards/pysolfc/HISTORY | 4 ++++
3 files changed, 7 insertions(+), 2 deletions(-)

New commits:
commit a10c2b7cc0d3d492be06a291bfb50377fd2a073b
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

pysolfc: Switch dependency from pil to pillow

diff --git a/games-cards/pysolfc/DEPENDS b/games-cards/pysolfc/DEPENDS
index bc25acc..ae6d371 100755
--- a/games-cards/pysolfc/DEPENDS
+++ b/games-cards/pysolfc/DEPENDS
@@ -1,5 +1,5 @@
depends tk &&
message "${MESSAGE_COLOR}Needs python built against tk${DEFAULT_COLOR}" &&
depends python &&
-depends pil &&
-sub_depends pil TK
+depends pillow &&
+sub_depends pillow TK
diff --git a/games-cards/pysolfc/DETAILS b/games-cards/pysolfc/DETAILS
index 3e98cc7..dc73b16 100755
--- a/games-cards/pysolfc/DETAILS
+++ b/games-cards/pysolfc/DETAILS
@@ -1,5 +1,6 @@
SPELL=pysolfc
VERSION=2.0
+ PATCHLEVEL=1
SOURCE=PySolFC-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/PySolFC-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/PySolFC/PySolFC-2.0/$SOURCE
diff --git a/games-cards/pysolfc/HISTORY b/games-cards/pysolfc/HISTORY
index 5479522..e472364 100644
--- a/games-cards/pysolfc/HISTORY
+++ b/games-cards/pysolfc/HISTORY
@@ -1,3 +1,7 @@
+2018-04-02 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Switched from pil to pillow
+ * DETAILS: PATCHLEVEL++
+
2013-03-16 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: Fixed SOURCE_URL[0]
* DEPENDS: Added dependency on pil



  • [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (a10c2b7cc0d3d492be06a291bfb50377fd2a073b), Ismael Luceno, 04/02/2018

Archive powered by MHonArc 2.6.24.

Top of Page