mirror of
https://github.com/csd4ni3l/shatterstack.git
synced 2026-01-01 04:23:48 +01:00
Use arcade 3.2.0 instead of development
This commit is contained in:
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@@ -17,9 +17,9 @@ jobs:
|
|||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: "3.11"
|
||||||
architecture: 'x64'
|
architecture: "x64"
|
||||||
cache: 'pip'
|
cache: "pip"
|
||||||
cache-dependency-path: |
|
cache-dependency-path: |
|
||||||
**/requirements*.txt
|
**/requirements*.txt
|
||||||
|
|
||||||
@@ -32,7 +32,6 @@ jobs:
|
|||||||
nuitka-version: main
|
nuitka-version: main
|
||||||
script-name: run.py
|
script-name: run.py
|
||||||
nofollow-import-to: "*tk*,_codecs,encodings,multiprocessing,gi"
|
nofollow-import-to: "*tk*,_codecs,encodings,multiprocessing,gi"
|
||||||
include-package: arcade.gl.backends
|
|
||||||
disable-plugins: tk-inter,dill-compat,eventlet,gevent,pyqt5,pyqt6,pyside2,pyside6,delvewheel,pywebview,matplotlib,spacy,enum-compat,pbr-compat,gevent,pmw-freezer,transformers,upx,kivy,options-nanny,multiprocessing,gi
|
disable-plugins: tk-inter,dill-compat,eventlet,gevent,pyqt5,pyqt6,pyside2,pyside6,delvewheel,pywebview,matplotlib,spacy,enum-compat,pbr-compat,gevent,pmw-freezer,transformers,upx,kivy,options-nanny,multiprocessing,gi
|
||||||
include-data-dir: assets=assets
|
include-data-dir: assets=assets
|
||||||
include-data-files: CREDITS=CREDITS
|
include-data-files: CREDITS=CREDITS
|
||||||
@@ -91,4 +90,3 @@ jobs:
|
|||||||
run: gh release create latest downloads/**/ShatterStack-*.zip --title "Latest Build" --notes "Most recent multi-platform builds of ShatterStack"
|
run: gh release create latest downloads/**/ShatterStack-*.zip --title "Latest Build" --notes "Most recent multi-platform builds of ShatterStack"
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ version = "0.1.0"
|
|||||||
description = "A game where you have to place shapes in lines to get points!"
|
description = "A game where you have to place shapes in lines to get points!"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
dependencies = ["arcade", "pypresence>=4.3.0"]
|
dependencies = [
|
||||||
|
"arcade==3.2.0",
|
||||||
[tool.uv.sources]
|
"pypresence>=4.3.0",
|
||||||
arcade = { git = "https://github.com/pythonarcade/arcade.git", rev = "development" }
|
]
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
Pillow
|
Pillow
|
||||||
git+https://github.com/pythonarcade/arcade.git@development
|
arcade==3.2.0
|
||||||
pypresence
|
pypresence
|
||||||
|
|||||||
8
uv.lock
generated
8
uv.lock
generated
@@ -5,13 +5,17 @@ requires-python = ">=3.11"
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "arcade"
|
name = "arcade"
|
||||||
version = "3.2.0"
|
version = "3.2.0"
|
||||||
source = { git = "https://github.com/pythonarcade/arcade.git?rev=development#5630210a841f150eaabac15919d75d6069ce0f90" }
|
source = { registry = "https://pypi.org/simple" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "pillow" },
|
{ name = "pillow" },
|
||||||
{ name = "pyglet" },
|
{ name = "pyglet" },
|
||||||
{ name = "pymunk" },
|
{ name = "pymunk" },
|
||||||
{ name = "pytiled-parser" },
|
{ name = "pytiled-parser" },
|
||||||
]
|
]
|
||||||
|
sdist = { url = "https://files.pythonhosted.org/packages/e5/39/87eaffdfc50ec9d4b4573652ef8b80cca0592e5ccafb5fc5bc8612b1445d/arcade-3.2.0.tar.gz", hash = "sha256:1c2c56181560665f6542157b9ab316b9551274a9ee8468bae017ed5b8fee18fd", size = 41941030, upload_time = "2025-05-09T20:16:20.112Z" }
|
||||||
|
wheels = [
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/40/9a/ac86f5cbccfe5455a28308fcf2d7179af8d9c3087ad4eb45706c2a7b089b/arcade-3.2.0-py3-none-any.whl", hash = "sha256:7bb47cf643b43272e4300d8a5ca5f1b1e9e131b0f3f1d3fad013cb29528d3062", size = 42635264, upload_time = "2025-05-09T20:16:15.98Z" },
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "attrs"
|
name = "attrs"
|
||||||
@@ -202,7 +206,7 @@ dependencies = [
|
|||||||
|
|
||||||
[package.metadata]
|
[package.metadata]
|
||||||
requires-dist = [
|
requires-dist = [
|
||||||
{ name = "arcade", git = "https://github.com/pythonarcade/arcade.git?rev=development" },
|
{ name = "arcade", specifier = "==3.2.0" },
|
||||||
{ name = "pypresence", specifier = ">=4.3.0" },
|
{ name = "pypresence", specifier = ">=4.3.0" },
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user