mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
crawl: move to Python 3.10. (#10800)
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user