new cfg structure

This commit is contained in:
Florian Förster 2025-03-19 12:59:45 +01:00
parent f8cf4f7280
commit 9695c975cc

View File

@ -4,13 +4,6 @@ URL = 'https://raw.githubusercontent.com/astral-sh/python-build-standalone/lates
[package]
PACKAGE_TYPE = 'install_only_stripped'
DL_FOLDER = './download/' # default: CWD
DIST_FOLDER = './dist/' # default: CWD/python
# defaults
# DEFAULT_RELEASE_TAG = '20241219'
# USE_DEFAULT_RELEASE_TAG = true # default value, can be specified by option
# vvv should be platform-dependent vvv
[platforms]
@ -19,5 +12,16 @@ PLATFORM = 'x86_64'
OS = 'pc-windows-msvc'
FILE_EXT = '.tar.gz'
# DL_FOLDER = './download/' # default: CWD
# DIST_FOLDER = './dist/' # default: CWD/python
# defaults
# DEFAULT_RELEASE_TAG = '20241219'
# USE_DEFAULT_RELEASE_TAG = true # default value, can be specified by option
# vvv should be variable vvv
PY_VERSION = '3.11.11' # always provided
# PY_VERSION = '3.11.11' # always provided