From owner-freebsd-python@freebsd.org Mon Dec 9 21:20:42 2019 Return-Path: Delivered-To: freebsd-python@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0E1141DF0FB for ; Mon, 9 Dec 2019 21:20:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 47Wx1j6hx9z44WK for ; Mon, 9 Dec 2019 21:20:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id E5DBE1DF0FA; Mon, 9 Dec 2019 21:20:41 +0000 (UTC) Delivered-To: python@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E5A101DF0F9 for ; Mon, 9 Dec 2019 21:20:41 +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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47Wx1j5nwQz44WH for ; Mon, 9 Dec 2019 21:20:41 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A981120844 for ; Mon, 9 Dec 2019 21:20:41 +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 xB9LKfsZ024784 for ; Mon, 9 Dec 2019 21:20:41 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id xB9LKfaK024687 for python@FreeBSD.org; Mon, 9 Dec 2019 21:20:41 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: python@FreeBSD.org Subject: [Bug 241463] devel/scons: flavor scons for python3 Date: Mon, 09 Dec 2019 21:20:41 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: feature, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: ronald-lists@klop.ws X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: sunpoet@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? exp-run? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Dec 2019 21:20:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241463 --- Comment #16 from Ronald Klop --- Add a comment with the reply I got in my exp-run request to portmgr@. On Wed, Dec 4, 2019 at 11:01 PM Ronald Klop wrote: >=20=20 > Dear portmgr, >=20=20 > Is it possible to run an exp-run for https://bugs.freebsd.org/bugzilla/sh= ow_bug.cgi?id=3D241463 . > Scons is a build tool for python, so it has quite some dependencies. >=20=20 > It is the first time I request an exp-run, so please tell if I miss somet= hing in my request. Hi, Before an exp-run, this needs to be reviewed / improved / approved by maintainer. Some problems I see: - USES=3Duniquefiles:dirs seems not needed - USE_PYTHON=3Dflavors seems not needed - PYDISTUTILS_INSTALLARGS is overridden - I don't like the scons arguments, in my opinion it should be 2 or 3, not py27 or py36 Cheers, Antoine Below is the corrected devel/scons diff Index: devel/scons/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- devel/scons/Makefile (revision 519049) +++ devel/scons/Makefile (working copy) @@ -5,6 +5,7 @@ PORTVERSION=3D 3.1.1 CATEGORIES=3D devel python MASTER_SITES=3D SF +PKGNAMEPREFIX=3D ${PYTHON_PKGNAMEPREFIX} MAINTAINER=3D sunpoet@FreeBSD.org COMMENT=3D Build tool alternative to make @@ -14,8 +15,8 @@ RUN_DEPENDS=3D gm4:devel/m4 -USES=3D python:2.7 shebangfix -USE_PYTHON=3D autoplist distutils +USES=3D python shebangfix +USE_PYTHON=3D autoplist concurrent distutils NO_ARCH=3D yes @@ -27,4 +28,8 @@ @${REINPLACE_CMD} -e 's|distutils\(\.command\.install\)$$|setuptools\1|; s|distutils\(\.command\.install\.\)|setuptools\1|' ${WRKSRC}/setup.py @${FIND} ${WRKSRC} -name '*.orig' -delete -.include +.include + +PYDISTUTILS_INSTALLARGS+=3D --standard-lib + +.include --=20 You are receiving this mail because: You are on the CC list for the bug.=