Skip to content

Commit dd5163a

Browse files
committed
Use PyGame CE for compatibility
1 parent c8f5d0d commit dd5163a

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ install:
1010
- copy %PYTHON%\python.exe %PYTHON%\python3.exe
1111
- SET PATH=%PYTHON%;%PYTHON%\Scripts;C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH%
1212
- python3 -mpip install Pillow attrs configobj flake8 flake8-import-order==0.18.2
13-
pycotap pygame pyinstaller pysol-cards setuptools
13+
pycotap pygame-ce pyinstaller pysol-cards setuptools
1414
ttkthemes accessible-output2
1515
- perl -v
1616
- copy C:\msys64\mingw64\bin\mingw32-make.exe C:\msys64\mingw64\bin\make.exe

.github/workflows/macos-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
python3 -m pip install --upgrade pip
2828
python3 -m pip install --no-binary=Pillow \
29-
Pillow attrs configobj py2app pycotap pygame pysol-cards setuptools ttkthemes accessible-output2
29+
Pillow attrs configobj py2app pycotap pygame-ce pysol-cards setuptools ttkthemes accessible-output2
3030
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3131
brew install create-dmg
3232
- name: Get cardsets

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ can be implemented.
3636

3737
- For sound support (optional)
3838
- PySol-Sound-Server fork: https://github.com/shlomif/pysol-sound-server (mp3, wav, tracker music)
39-
- (or: ) PyGame: https://www.pygame.org/ (mp3, ogg, wav, midi, tracker music)
39+
- (or: ) PyGame (or PyGame CE): https://www.pygame.org/ (mp3, ogg, wav, midi, tracker music)
4040

4141
- Other packages (optional):
4242
- Pillow (Python Imaging Library): https://pillow.readthedocs.io/

contrib/install-pysolfc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PIP="${PKGTREE}/env/bin/pip"
66
PYPROG="${PKGTREE}/env/bin/python"
77
VERSION="$(env PYTHONPATH=`pwd` "$PYPROG" -c 'from pysollib.settings import VERSION ; print(VERSION)')"
88
XZBALL="dist/PySolFC-${VERSION}.tar.xz"
9-
reqs=(pillow pygame)
9+
reqs=(pillow pygame-ce)
1010

1111
make dist
1212

0 commit comments

Comments
 (0)