From owner-svn-ports-head@freebsd.org Mon May 27 16:36:45 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F3E915A5066; Mon, 27 May 2019 16:36:45 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E7858743A8; Mon, 27 May 2019 16:36:44 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mail.j.mat.cc (owncloud.cube.mat.cc [79.143.240.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.mat.cc", Issuer "Let's Encrypt Authority X3" (verified OK)) (Authenticated sender: mat/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 8F21D95EF; Mon, 27 May 2019 16:36:44 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from atuin.in.mat.cc (abordeaux-152-1-15-167.w82-125.abo.wanadoo.fr [82.125.77.167]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: mat@mat.cc) by mail.j.mat.cc (Postfix) with ESMTPSA id 3D72C942D9C; Mon, 27 May 2019 16:36:43 +0000 (UTC) Date: Mon, 27 May 2019 18:36:42 +0200 From: Mathieu Arnold To: Kubilay Kocak Cc: Antoine Brodin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r502794 - in head: graphics/py-gizeh www/py-graphite-api Message-ID: <20190527163642.m7xxatcibao6cj2y@atuin.in.mat.cc> References: <201905271310.x4RDA6RC061056@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="dc6xchczbgpr5hxm" Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180716 X-Rspamd-Queue-Id: E7858743A8 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-7.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-1.00)[-0.996,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Mon, 27 May 2019 16:36:45 -0000 --dc6xchczbgpr5hxm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, May 27, 2019 at 11:15:27PM +1000, Kubilay Kocak wrote: > On 27/05/2019 11:10 pm, Antoine Brodin wrote: > > Author: antoine > > Date: Mon May 27 13:10:06 2019 > > New Revision: 502794 > > URL: https://svnweb.freebsd.org/changeset/ports/502794 > >=20 > > Log: > > Unbreak bulk -a > > Pointy hat: koobs > >=20 > > Modified: > > head/graphics/py-gizeh/Makefile > > head/www/py-graphite-api/Makefile > >=20 > > Modified: head/graphics/py-gizeh/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=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > --- head/graphics/py-gizeh/Makefile Mon May 27 13:02:05 2019 (r502793) > > +++ head/graphics/py-gizeh/Makefile Mon May 27 13:10:06 2019 (r502794) > > @@ -16,7 +16,7 @@ LICENSE_FILE=3D ${WRKSRC}/LICENCE.txt > > RUN_DEPENDS=3D ${PYTHON_PKGNAMEPREFIX}cairocffi>0:graphics/py-cairocf= fi@${PY_FLAVOR} \ > > ${PYNUMPY} > > -USES=3D python > > +USES=3D python:3.5+ > > USE_PYTHON=3D autoplist distutils > > NO_ARCH=3D yes > >=20 > > Modified: head/www/py-graphite-api/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=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > --- head/www/py-graphite-api/Makefile Mon May 27 13:02:05 2019 (r502793) > > +++ head/www/py-graphite-api/Makefile Mon May 27 13:10:06 2019 (r502794) > > @@ -25,7 +25,7 @@ RUN_DEPENDS=3D \ > > ${PYTHON_PKGNAMEPREFIX}gunicorn>=3D19.4.1:www/py-gunicorn@${PY_FLAV= OR} \ > > xorg-fonts-truetype>=3D0:x11-fonts/xorg-fonts-truetype > > -USES=3D python > > +USES=3D python:3.5+ > > USE_PYTHON=3D distutils py3kplist > > NO_ARCH=3D yes > >=20 >=20 > Could you clarify why these don't just build their deps with the version > required by the dependency? As usual, the reason is that a dependency does not support all the flavors required. In both case, graphics/py-cairocffi only supports 3.5+, so this breaks when you ask for the Python 2.7 flavor. =20 --=20 Mathieu Arnold --dc6xchczbgpr5hxm Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAABCgB9FiEEOraXidLtEhBkQLpbOkUW81GDzkgFAlzsEhlfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNB QjY5Nzg5RDJFRDEyMTA2NDQwQkE1QjNBNDUxNkYzNTE4M0NFNDgACgkQOkUW81GD zkiGRA//eDwpBwDkKEDlG1RwAaxmldtF3DgxODS31auIsABPt56GssZA08B2gV/T 2goMWmrn4GFR97X1k0YkSPB91mUQQAIY1gW0+Syu+lkctVEZBN4fQCfuRBOY1qAI LsjilvZicH7tvqEkV02G+meWSDaWfYAw2Re4HL8WrlxC01c515a3YeRriyDqfMJc 4HVpqQXM5s5+bpB1zblctKClgrmByyYT3mT3Et2cTH08TEYf/uMLGSOBS2t7sDzn pyPRRpo4JGs+7kH9guqGlYBHLHG1h40RGUVAmc1VTZaF3Qr1FkLL1ADdvaY+6RQI RVT6iiD1AUP42IYYwC98PeM8GTgCR+LlcNwCKPq+suqZlWWCY0B6VKgF8rfx/Ulp gMd6GoJ3O5uHbKjhSdZ+q4F9Dp/u3tqG4CbsisxivRGhDPdAaWe3VOrqPJu4dcSo F2SftxqEGH9IwDKw5JemYFOHA44zOgMsphGVEonEvSN1W5C+IZJFVddQ5hjREUj3 NRqeamLiNm4gCJkoR8HBY1T36cQ57a6/1PXDRuweblu6XSwPVm0kMZnkcxVoVUc5 IFlJUdbPzCU5fDcmS+0f+j7gyKZU9j4yS5NLT3ninCSVcXy4uRT/r17mhFwLbZaT bJBVZEjNhIneDdLAVbruPWRLcLp5s669cUp2b3lIIdTPrYwf4OA= =XGKm -----END PGP SIGNATURE----- --dc6xchczbgpr5hxm--