crawl: move to Python 3.10. (#10800)

This commit is contained in:
OscarL
2024-08-13 03:24:00 -03:00
committed by GitHub
parent 59197ef5c9
commit 6781412355

View File

@@ -6,7 +6,7 @@ strategy, and prevail against overwhelming odds."
HOMEPAGE="https://crawl.develz.org"
COPYRIGHT="1997-2022 Linley Henzell, the dev team, and the contributors"
LICENSE="crawl"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/crawl/crawl/releases/download/$portVersion/stone_soup-$portVersion-nodeps.tar.xz"
CHECKSUM_SHA256="b013f9b3bbee1f9e2113c20130a52097dbd9e83ce8e1060438bd3e83829fa9c4"
SOURCE_FILENAME="crawl-$portVersion.tar.xz"
@@ -28,7 +28,7 @@ PROVIDES="
REQUIRES="
haiku$secondaryArchSuffix
dejavu
pyyaml_python39
pyyaml_python310
lib:libfreetype$secondaryArchSuffix
lib:libGL$secondaryArchSuffix
lib:libGLU$secondaryArchSuffix
@@ -67,11 +67,11 @@ BUILD_PREREQUIRES="
cmd:perl
cmd:pkg_config$secondaryArchSuffix
cmd:pngcrush
cmd:python3.9
cmd:python3.10
cmd:which
cmd:xargs
dejavu
pyyaml_python39
pyyaml_python310
"
defineDebugInfoPackage crawl$secondaryArchSuffix \