Skip to content

Commit

Permalink
python313: First working build
Browse files Browse the repository at this point in the history
  • Loading branch information
th0ma7 committed Oct 14, 2024
1 parent 8c832ac commit d66464e
Show file tree
Hide file tree
Showing 5 changed files with 823 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cross/python313/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ CONFIGURE_ARGS += --enable-loadable-sqlite-extensions
CONFIGURE_ARGS += --with-computed-gotos=yes
CONFIGURE_ARGS += --with-build-python
CONFIGURE_ARGS += --with-readline=readline
CONFIGURE_ARGS += --disable-test-modules

include ../../mk/spksrc.archs.mk

Expand Down Expand Up @@ -66,7 +67,6 @@ CONFIGURE_ARGS += --with-system-expat

# libffi is no longer bundled with python
DEPENDS += cross/libffi
CONFIGURE_ARGS += --with-system-ffi

# Mandatory PYO3_* variables for rust cross-compiling
ENV += PYO3_CROSS_LIB_DIR=$(STAGING_INSTALL_PREFIX)/lib/
Expand Down
14 changes: 14 additions & 0 deletions cross/python313/PLIST
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
lnk:bin/idle3
rsc:bin/idle3.13
lnk:bin/pydoc3
rsc:bin/pydoc3.13
lnk:bin/python3
bin:bin/python3.13
rsc:bin/python3.13-config
lnk:bin/python3-config
rsc:etc/mime.types
rsc:include/python3.13/pyconfig.h
lnk:lib/libpython3.13.so
lib:lib/libpython3.13.so.1.0
lib:lib/libpython3.so
rsc:lib/python3.13
Loading

0 comments on commit d66464e

Please sign in to comment.