mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
python3.14: adjust MACHDEP as was done for the other versions. (#13929)
One user-visible change from this is that `sys.platform` returns just "haiku" now,
instead of "haiku1" as on beta5. Also visible on the REPL initial message.
Without this change, I was getting (on nightlies): 'haikuR1~beta5+development'.
Using just "haiku" make is more in-line with what is done for other platforms
(linux, freebsd, darwin, etc).
ToDo: clean up the rest of the patchset, where we previously had to use:
`if sys.platform.startswith("haiku")` or `if sys.platform[:5] == "haiku"`.
This commit is contained in:
@@ -18,7 +18,7 @@ And then you should be able to use \"pip3.14\" normally."
|
||||
HOMEPAGE="https://www.python.org"
|
||||
LICENSE="Python"
|
||||
COPYRIGHT="1990-2025 Python Software Foundation"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://www.python.org/ftp/python/$portVersion/Python-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="d923c51303e38e249136fc1bdf3568d56ecb03214efdef48516176d3d7faaef8"
|
||||
SOURCE_DIR="Python-$portVersion"
|
||||
|
||||
Reference in New Issue
Block a user