From owner-freebsd-python@freebsd.org Mon Jan 4 06:05:36 2016 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 3016DA60728 for ; Mon, 4 Jan 2016 06:05:36 +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 1A7571BF4 for ; Mon, 4 Jan 2016 06:05:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 1A561A60727; Mon, 4 Jan 2016 06:05:36 +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 19FDDA60726 for ; Mon, 4 Jan 2016 06:05:36 +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 0A10C1BF3 for ; Mon, 4 Jan 2016 06:05:36 +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 u0465ZRp053078 for ; Mon, 4 Jan 2016 06:05:35 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 205859] x11/xcb-proto: Make it build against Python 3.5 Date: Mon, 04 Jan 2016 06:05:35 +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-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: FreeBSD@ShaneWare.Biz X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc attachments.created 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.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jan 2016 06:05:36 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205859 FreeBSD@ShaneWare.Biz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |FreeBSD@ShaneWare.Biz --- Comment #3 from FreeBSD@ShaneWare.Biz --- Created attachment 165033 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D165033&action= =3Dedit xcb-proto.patch While I made the same changes to first get xcb-proto building, the ports sy= stem appears to have been updated to handle py3.5. That leads to a cleaner way b= eing to remove the python version tests and PLIST_SUB commenting and replace them with USE_PYTHON=3D py3kplist Don't expect autoplist to work as xcb-proto uses it's own makefile not pyth= ons distutils. The other change we should be making is to add PKGNAMEPREFIX to allow the xcb-proto pymodule to be installed in multiple versions. This leaves the xml files in share/xcb and the pkgconfig file. I expect moving these will break= any dependencies using these files though. I wonder if this should become two ports, one for the xml files and one for the python module. Brendan - X11/Xorg is covered by the MIT license - using LICENSE=3DMIT give= s the description "MIT license / X11 license" from Mk/bsd.licenses.db.mk --=20 You are receiving this mail because: You are on the CC list for the bug.=