From owner-freebsd-python@freebsd.org Mon Nov 6 10:04:39 2017 Return-Path: Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CEEAEE5854C for ; Mon, 6 Nov 2017 10:04:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id B5A7C67DC0 for ; Mon, 6 Nov 2017 10:04:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id B1DC7E5854A; Mon, 6 Nov 2017 10:04:39 +0000 (UTC) Delivered-To: python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B176EE58549 for ; Mon, 6 Nov 2017 10:04:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9E42267DBF for ; Mon, 6 Nov 2017 10:04:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vA6A4bGt027683 for ; Mon, 6 Nov 2017 10:04:39 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 223108] [PATCH] www/uwsgi: Add support for non-default Python versions, Take MAINTAINER'ship Date: Mon, 06 Nov 2017 10:04:38 +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: needs-patch, needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc flagtypes.name short_desc bug_status keywords 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.23 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Nov 2017 10:04:39 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223108 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |koobs@FreeBSD.org, | |python@FreeBSD.org, | |schmidt@ze.tum.de Flags| |maintainer-feedback?(schmid | |t@ze.tum.de) Summary|[PATCH] www/uwsgi added |[PATCH] www/uwsgi: Add |support for building uwsgi |support for non-default |with a different python |Python versions, Take |version than the default |MAINTAINER'ship |and takeing over | |maintainership of this | |port. | Status|New |Open Keywords|patch |needs-patch, needs-qa --- Comment #2 from Kubilay Kocak --- Thank you for your contribution Gerhard. The attached patch needs changes, but I don't have time for a full review tonight. Please run the port through portlint -AC and poudriere with DEVELOPER=3Dyes enabled, and submit an updated patch which addresses any issues identified.= For testing information and instructions, see: https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/testing.= html Above that, some obvious issues: - Remove PYTHON_PKGNAMEPREFIX from PORTNAME. For correct usage see: https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/book.htm= l#using-python - Use CHEESESHOP as MASTER_SITES by default unless there's a compelling temporary reason not to (eg: alternate source contains test files/test data) - Use USE_PYTHON=3Dautoplist - Use USE_PYTHON=3Dconcurrent to do automatic suffixing of console scripts installed in LOCALBASE/bin These are both documented in the link above as well. - Explain the gettext-runtime addition Lastly, thank you for offering to take maintainership of a FreeBSD port --=20 You are receiving this mail because: You are on the CC list for the bug.=