update to Python 3.11.10, from tb@ (who tested in bulk build on amd64, and

on sparc64 - I tested aarch64) with a few tweaks to allow updating stable.

merge meta/python3 into lang/python/3, there's no need for the separate
empty package any more now that we only have one 3.x version (pkg_add
python%3 will work).

tb's version was OK kmos@
This commit is contained in:
sthen
2024-09-12 11:39:07 +00:00
parent b7381f4e02
commit 9a656e2053
8 changed files with 7 additions and 19 deletions
+2 -2
View File
@@ -3,12 +3,12 @@
# requirement of the PSF license, if it constitutes a change to
# Python itself.
FULL_VERSION = 3.11.9
FULL_VERSION = 3.11.10
SHARED_LIBS = python3.11 0.0
VERSION_SPEC = >=3.11,<3.12
PORTROACH = limit:^3\.11
REVISION = 3
REVISION = 0
CONFIGURE_ENV += ac_cv_working_openssl_hashlib=yes \
TCLTK_CFLAGS="-I${MODTCL_INCDIR} -I${MODTK_INCDIR} -I${X11BASE}/include" \
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (Python-3.11.9.tgz) = 594yQKi8Kx4bpcgb+UPwaGH/SUtp/amQzicipQTGFT0=
SIZE (Python-3.11.9.tgz) = 26521757
SHA256 (Python-3.11.10.tgz) = kvL68kJoG/pAbVOlHhfULFNzr/4joTDNlpfhMu9XRwY=
SIZE (Python-3.11.10.tgz) = 26532827
+1 -1
View File
@@ -1,7 +1,7 @@
@option no-default-conflict
@option is-branch
@conflict python-idle-${VERSION_SPEC}
@conflict python-idle->=3,<3.11.9p0
@conflict python-idle->=3,<3.11.10p0
@pkgpath lang/python/3.2,-idle
@pkgpath lang/python/3.3,-idle
@pkgpath lang/python/3.4,-idle
+2 -1
View File
@@ -1,7 +1,7 @@
@option no-default-conflict
@option is-branch
@conflict python-${VERSION_SPEC}
@conflict python->=3,<3.11.9p0
@conflict python->=3,<3.11.10p0
@pkgpath lang/python/3.2,-main
@pkgpath lang/python/3.3,-main
@pkgpath lang/python/3.4,-main
@@ -12,6 +12,7 @@
@pkgpath lang/python/3.9,-main
@pkgpath lang/python/3.10,-main
@pkgpath lang/python/3.11,-main
@pkgpath meta/python3
bin/2to3
bin/2to3-3.11
@comment bin/pip3
-1
View File
@@ -11,7 +11,6 @@
SUBDIR += mate
SUBDIR += msp430
SUBDIR += mupen64plus
SUBDIR += python3
SUBDIR += qt5
SUBDIR += qt6
SUBDIR += tor-browser
-9
View File
@@ -1,9 +0,0 @@
COMMENT = meta-package to install the current version of python 3
PKGNAME = python3-${MODPY_DEFAULT_VERSION_3}
REVISION = 3
MODULES = lang/python
MODPY_BUILDDEP = No
.include <bsd.port.mk>
-3
View File
@@ -1,3 +0,0 @@
This is simply a meta-package which depends on the current version of
Python 3, allowing easy installation with "pkg_add python3" without
having to worry about the particular version number.
View File