From owner-svn-ports-head@freebsd.org Wed Feb 3 21:27:58 2016 Return-Path: Delivered-To: svn-ports-head@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 4482CA99138 for ; Wed, 3 Feb 2016 21:27:58 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-vk0-x231.google.com (mail-vk0-x231.google.com [IPv6:2607:f8b0:400c:c05::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F1608888 for ; Wed, 3 Feb 2016 21:27:57 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by mail-vk0-x231.google.com with SMTP id n1so24193477vkb.3 for ; Wed, 03 Feb 2016 13:27:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sunpoet-net.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=T4V+cQ5fQIXT3r6JpdhTyTO7c677FjSY7H8AKXQKfZk=; b=evcEO6E32x/WCZgoPBLSaceJ2jn6du3lLl/6ELO7hfRdDvwmlk/bdINJZsGaxq/pz6 QGnK0zUvI1IBhpcY8TW30XaP6uw5qYdo+hmQBa2kHB4wE6CqfrYYMzT65iPI+nbL/3Ad S+VC4xTGIkdOb8ajS0YuwH3ZeZozAmf52agkf1a6JKUvUIKF4SfSOuUMejfLYbKBuzNS ShM0rEsHlEYImV+i3SCgzSTSnNbbEeDT0ADz/2cM+89bI2XzMmY6Vt7NwssT6z1yLzVB 9bQlM2vnJRPc/Mlja4tNEmWp6/gHd4tm2dBlpXciOV2zLr4drrG+NEFSpyAOSdKgFIgA A8cQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=T4V+cQ5fQIXT3r6JpdhTyTO7c677FjSY7H8AKXQKfZk=; b=hhMigw6rwIFOodt6iXOtT+KrEGdcxR5pUQ4ZzpOPuP5o+jGSZ1DW4VBVH/isoEbk86 fikhM0jjTMtbyMI0GxdZIA72rJyhjlfxY5U+s73JvqkKiLKPPG7qrYzLz2OYwEPKURm5 4cV8/qbTTc/28LD8ovNNALxEEXuEuUZ74AsVdzSIkpHJMAqZ1ebpfWYGn0S//0efBGrJ PgylBTs9RGaVv+QhN081REi2otJMZAf0EqFWoWBZZe1wieQyC8zpKvBkBuq8n8BJlwWk CNs3KbJ1itLWy2gycO24phxWqZ5Mvc/094ypQwVT0S61zXEDJIV/Z0K5kXZGExKJED49 fe0Q== X-Gm-Message-State: AG10YORWvQVo5FKRAdiDUtSSOHF+mdc7HDJaaUmi44UvFlxy5rYEeGCCBm/es9VKtHcwWUpy+gclRkBlvR5T8g== X-Received: by 10.31.58.193 with SMTP id h184mr2885992vka.111.1454534877182; Wed, 03 Feb 2016 13:27:57 -0800 (PST) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.31.189.4 with HTTP; Wed, 3 Feb 2016 13:27:17 -0800 (PST) In-Reply-To: <56B03CF4.4070200@FreeBSD.org> References: <201602011948.u11JmPqj003525@repo.freebsd.org> <56B03CF4.4070200@FreeBSD.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 4 Feb 2016 05:27:17 +0800 X-Google-Sender-Auth: DEFEY4jip7wQZotVyG_AjW-81gM Message-ID: Subject: Re: svn commit: r407751 - head/security/py-m2crypto To: Kubilay Kocak Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, python Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Feb 2016 21:27:58 -0000 On Tue, Feb 2, 2016 at 1:21 PM, Kubilay Kocak wrote: > On 2/02/2016 6:48 AM, Sunpoet Po-Chuan Hsieh wrote: > > + > %%PYTHON_SITELIBDIR%%/M2Crypto/${PYCACHE_DIR}${PYCACHE_FILE}.pyc \ > > + > %%PYTHON_SITELIBDIR%%/M2Crypto/${PYCACHE_DIR}${PYCACHE_FILE}.${PYOEXTENSION} > > Hi Sunpoet, > > This change wasn't mentioned in the commit log. Could you summarise the > rationale? > > Was it to fix a bug? > Might/Do other ports need to do this too? > Might there be value in having the framework bits take care of this? > > Reason I ask is, as we move toward reproducible builds and simplifying > Python packaging, having the framework take care of compilation > post-install (rather than in packaging) is a desirable target for > various reasons. > > We also have an open task not to package pyc/pyo files: > > https://wiki.freebsd.org/Python > > [ ] Don't package (plist) or install .pyc and .pyo files. Details: > > https://wiki.freebsd.org/Python/CompiledPackages > > Hello, This change was already mentioned in the commit log. Since USES=python was relaxed form python 2.x only to both python 2.x and 3.x, PLIST_FILES should be updated as well. Regards, sunpoet