11PKGNAME=python-3
2- PKGDES="Python 3 programming language libraries and interpreter"
2+ PKGDES="Python programming language libraries and interpreter (version 3) "
33PKGSEC=python
44
55PKGDEP="bzip2 expat gdbm libffi mpdecimal openssl sqlite tk xz zlib libnsl2 ncurses util-linux libtirpc readline"
6- PKGDEP__RETRO="bzip2 expat gdbm libffi mpdecimal openssl sqlite xz zlib libnsl2"
6+ PKGDEP__RETRO="bzip2 expat gdbm libffi mpdecimal openssl sqlite tk xz zlib libnsl2"
77PKGDEP__ARMV4="${PKGDEP__RETRO}"
88PKGDEP__ARMV6HF="${PKGDEP__RETRO}"
99PKGDEP__ARMV7HF="${PKGDEP__RETRO}"
@@ -28,42 +28,25 @@ BUILDDEP__M68K="${BUILDDEP__RETRO}"
2828BUILDDEP__POWERPC="${BUILDDEP__RETRO}"
2929BUILDDEP__PPC64="${BUILDDEP__RETRO}"
3030
31- AUTOTOOLS_AFTER="--with-computed-gotos \
32- --with-lto \
33- --enable-optimizations \
34- --with-system-expat \
35- --with-system-libmpdec \
36- --with-dbmliborder=gdbm:ndbm \
37- --without-ensurepip \
38- --enable-loadable-sqlite-extensions \
39- --enable-shared"
40- AUTOTOOLS_AFTER__RETRO=" \
41- --with-threads \
42- --with-computed-gotos \
43- --with-lto \
44- --enable-ipv6 \
45- --with-system-expat \
46- --with-system-libmpdec \
47- --with-dbmliborder=gdbm:ndbm \
48- --without-ensurepip \
49- --enable-loadable-sqlite-extensions \
50- --with-tcltk-includes= \
51- --with-tcltk-libs= \
52- --disable-optimizations \
53- --enable-shared"
54- AUTOTOOLS_AFTER__ARMV4="${AUTOTOOLS_AFTER__RETRO}"
55- AUTOTOOLS_AFTER__ARMV6HF="${AUTOTOOLS_AFTER__RETRO}"
56- AUTOTOOLS_AFTER__ARMV7HF="${AUTOTOOLS_AFTER__RETRO}"
57- AUTOTOOLS_AFTER__I486="${AUTOTOOLS_AFTER__RETRO}"
58- AUTOTOOLS_AFTER__LOONGSON2F="${AUTOTOOLS_AFTER__RETRO}"
59- AUTOTOOLS_AFTER__M68K="${AUTOTOOLS_AFTER__RETRO}"
60- AUTOTOOLS_AFTER__POWERPC="${AUTOTOOLS_AFTER__RETRO}"
61- AUTOTOOLS_AFTER__PPC64="${AUTOTOOLS_AFTER__RETRO}"
31+ # Note: Extra Provides for Spiral.
32+ PKGPROV="idle_spiral libpython3-all-dev_spiral libpython3-stdlib_spiral \
33+ python3-all_spiral python3-all-dev_spiral python3-dev_spiral \
34+ python3-full_spiral python3-gdbm_spiral python3-minimal_spiral \
35+ python3-tk_spiral python3_spiral python3.14_spiral"
6236
63- ABSHADOW=0
64- AB_FLAGS_O3=1
37+ AUTOTOOLS_AFTER=(
38+ '--with-computed-gotos'
39+ '--with-lto'
40+ '--enable-optimizations'
41+ '--with-system-expat'
42+ '--with-system-libmpdec'
43+ '--with-dbmliborder=gdbm:ndbm'
44+ '--without-ensurepip'
45+ '--enable-loadable-sqlite-extensions'
46+ '--enable-shared'
47+ )
6548
66- NOLTO__ARMV7HF =1
49+ AB_FLAGS_O3 =1
6750
6851PKGREP="python-3.5<=3.5.1"
6952PKGBREAK="acbs<=2:20251231 accerciser<=3.40.0-1 acme<=5.1.0 \
@@ -395,6 +378,3 @@ PKGBREAK="acbs<=2:20251231 accerciser<=3.40.0-1 acme<=5.1.0 \
395378 zipp<=3.23.0 znc<=1.10.1-1 zope-component<=4.4.1-5 zope-event<=4.3.0-5 \
396379 zope-interface<=7.2-2 zotero<=7.0.30 zstandard<=0.23.0 \
397380 zulip-desktop<=5.12.3"
398-
399- # Note: Alternative names for Spiral/convenience.
400- PKGPROV="python3_spiral python3.14_spiral"
0 commit comments