From nobody Tue May 25 14:26:32 2021 X-Original-To: ports-bugs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id BE027B7DD4A for ; Tue, 25 May 2021 14:26:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FqGbr4vBtz3CnF for ; Tue, 25 May 2021 14:26:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 905C31F0D5 for ; Tue, 25 May 2021 14:26:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 14PEQWkC089078 for ; Tue, 25 May 2021 14:26:32 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 14PEQWam089077 for ports-bugs@FreeBSD.org; Tue, 25 May 2021 14:26:32 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 256150] lang/python310: add port Date: Tue, 25 May 2021 14:26:32 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: amdmi3@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Ports bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-ports-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports-bugs@freebsd.org X-BeenThere: freebsd-ports-bugs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256150 Bug ID: 256150 Summary: lang/python310: add port Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: amdmi3@FreeBSD.org Created attachment 225249 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D225249&action= =3Dedit Patch Add lang/python310 at version 3.10.0b1 Changes to python39 are minimal (plus some removed patches which were alrea= dy upstreamed): --- python39/Makefile 2021-05-25 16:55:44.272237000 +0300 +++ python310/Makefile 2021-05-25 16:58:41.519315000 +0300 @@ -3,13 +3,13 @@ PORTNAME=3D python DISTVERSION=3D ${PYTHON_DISTVERSION} CATEGORIES=3D lang python -MASTER_SITES=3D PYTHON/ftp/python/${DISTVERSION} +MASTER_SITES=3D PYTHON/ftp/python/3.10.0 PKGNAMESUFFIX=3D ${PYTHON_SUFFIX} DISTNAME=3D Python-${DISTVERSION} DIST_SUBDIR=3D python MAINTAINER=3D python@FreeBSD.org -COMMENT=3D Interpreted object-oriented programming language +COMMENT=3D Interpreted object-oriented programming language (beta ve= rsion) LICENSE=3D PSFL @@ -46,7 +46,7 @@ PLIST_SUB=3D ABI=3D${ABIFLAGS} \ XY=3D${PYTHON_SUFFIX} \ XYDOT=3D${PYTHON_VER} \ - XYZDOT=3D${DISTVERSION} \ + XYZDOT=3D${DISTVERSION:C/[a-z].*//} \ OSMAJOR=3D${OSVERSION:C/([0-9]*)[0-9]{5}/\1/}=20=20= =20=20=20=20=20=20=20=20=20=20 # For plat-freebsd* in pkg-plist. https://bugs.python.org/issue19554 OPTIONS_DEFINE=3D DEBUG IPV6 LIBFFI LIBMPDEC NLS PYMALLOC @@ -116,6 +116,12 @@ DISABLED_EXTENSIONS+=3D nis .else PLIST_SUB+=3D NO_NIS=3D"" +.endif + +.if ${OPSYS} =3D=3D FreeBSD && ${OSVERSION} < 1200000 +PLIST_SUB+=3D NEWOPENSSL=3D"@comment " +.else +PLIST_SUB+=3D NEWOPENSSL=3D"" .endif post-patch: diff -ruN python39/Makefile.version python310/Makefile.version --- python39/Makefile.version 2021-05-25 16:55:44.272304000 +0300 +++ python310/Makefile.version 2021-05-25 16:58:40.856247000 +0300 @@ -2,4 +2,4 @@ # Do not forget to update python documentation (lang/python-doc-*) # Run "make -C lang/python-doc-html makesum" -PYTHON_DISTVERSION=3D 3.9.5 +PYTHON_DISTVERSION=3D 3.10.0b1 --=20 You are receiving this mail because: You are the assignee for the bug.=