an external, sofort-based, configurable build project for Python-3.x.
  • Makefile 50.2%
  • Shell 29.4%
  • C 16.7%
  • M4 3.7%
Find a file
2026-02-17 03:09:39 +00:00
config config: linux/pyconfig.h, midipix/pyconfig.h: defined HAVE_IF_NAMEINDEX. 2021-06-18 07:52:41 +00:00
profiles/osapi profiles/osapi/modern.h: defer to python's list of default ciphers. 2021-06-18 09:07:34 +00:00
project A new home. 2021-12-30 11:31:47 +00:00
sofort build system: Makefile.in: added the BUILD_DIR variable. 2026-02-17 03:09:39 +00:00
wrappers project: added wrapper header and config logic for term.h. 2021-06-15 19:56:06 +00:00
.gitignore project: updated .gitignore. 2019-11-03 14:12:14 +00:00
config.project project: config.project: default cflags: abstract the -std=c99 switch. 2021-06-05 02:54:27 +00:00
config.usage build system: configure: added the --pkgdatadir switch and associated logic. 2025-06-28 12:32:33 +00:00
configure build system: Makefile.in: added the BUILD_DIR variable. 2026-02-17 03:09:39 +00:00
COPYING.SBPYTHON3 A new home. 2021-12-30 11:31:47 +00:00
COPYING.SOFORT build system: cfgtest: added cfgtest_function_presence(), fnapi.m4. 2025-09-09 03:26:04 +00:00
Makefile.in build system: Makefile.in: added the BUILD_DIR variable. 2026-02-17 03:09:39 +00:00
README created repository. 2018-12-18 20:38:37 -05:00

sbpython3: external configurable build project for Python-3.x.

Option 1: hack on Python's build system and tame its setup.py.
Option 2: build Python using a clean, external, sofort-based build system.

We now go with the second option.