mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 15:08:57 +02: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"
|
HOMEPAGE="https://crawl.develz.org"
|
||||||
COPYRIGHT="1997-2022 Linley Henzell, the dev team, and the contributors"
|
COPYRIGHT="1997-2022 Linley Henzell, the dev team, and the contributors"
|
||||||
LICENSE="crawl"
|
LICENSE="crawl"
|
||||||
REVISION="1"
|
REVISION="2"
|
||||||
SOURCE_URI="https://github.com/crawl/crawl/releases/download/$portVersion/stone_soup-$portVersion-nodeps.tar.xz"
|
SOURCE_URI="https://github.com/crawl/crawl/releases/download/$portVersion/stone_soup-$portVersion-nodeps.tar.xz"
|
||||||
CHECKSUM_SHA256="b013f9b3bbee1f9e2113c20130a52097dbd9e83ce8e1060438bd3e83829fa9c4"
|
CHECKSUM_SHA256="b013f9b3bbee1f9e2113c20130a52097dbd9e83ce8e1060438bd3e83829fa9c4"
|
||||||
SOURCE_FILENAME="crawl-$portVersion.tar.xz"
|
SOURCE_FILENAME="crawl-$portVersion.tar.xz"
|
||||||
@@ -28,7 +28,7 @@ PROVIDES="
|
|||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku$secondaryArchSuffix
|
haiku$secondaryArchSuffix
|
||||||
dejavu
|
dejavu
|
||||||
pyyaml_python39
|
pyyaml_python310
|
||||||
lib:libfreetype$secondaryArchSuffix
|
lib:libfreetype$secondaryArchSuffix
|
||||||
lib:libGL$secondaryArchSuffix
|
lib:libGL$secondaryArchSuffix
|
||||||
lib:libGLU$secondaryArchSuffix
|
lib:libGLU$secondaryArchSuffix
|
||||||
@@ -67,11 +67,11 @@ BUILD_PREREQUIRES="
|
|||||||
cmd:perl
|
cmd:perl
|
||||||
cmd:pkg_config$secondaryArchSuffix
|
cmd:pkg_config$secondaryArchSuffix
|
||||||
cmd:pngcrush
|
cmd:pngcrush
|
||||||
cmd:python3.9
|
cmd:python3.10
|
||||||
cmd:which
|
cmd:which
|
||||||
cmd:xargs
|
cmd:xargs
|
||||||
dejavu
|
dejavu
|
||||||
pyyaml_python39
|
pyyaml_python310
|
||||||
"
|
"
|
||||||
|
|
||||||
defineDebugInfoPackage crawl$secondaryArchSuffix \
|
defineDebugInfoPackage crawl$secondaryArchSuffix \
|
||||||
|
|||||||
Reference in New Issue
Block a user