Date: Fri, 31 Jan 2020 09:46:47 +0100 From: Emanuel Haupt <ehaupt@FreeBSD.org> To: Mathieu Arnold <mat@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r524645 - head/devel/py-construct Message-ID: <20200131094647.9dcf772d804ce50765894189@FreeBSD.org> In-Reply-To: <20200130230801.rdzwaqny7hlyxx32@atuin.in.mat.cc> References: <202001301451.00UEpsDY022892@repo.freebsd.org> <20200130230801.rdzwaqny7hlyxx32@atuin.in.mat.cc>
next in thread | previous in thread | raw e-mail | index | archive | help
Mathieu Arnold <mat@FreeBSD.org> wrote: > On Thu, Jan 30, 2020 at 02:51:54PM +0000, Emanuel Haupt wrote: > > Author: ehaupt > > Date: Thu Jan 30 14:51:54 2020 > > New Revision: 524645 > > URL: https://svnweb.freebsd.org/changeset/ports/524645 > > > > Log: > > This port requires python 3.6 or later. > > > > Notified by: pkg-fallout > > > > Modified: > > head/devel/py-construct/Makefile > > head/devel/py-construct/distinfo > > > > Modified: head/devel/py-construct/Makefile > > ============================================================================== > > --- head/devel/py-construct/Makefile Thu Jan 30 14:45:47 > > 2020 (r524644) +++ head/devel/py-construct/Makefile > > Thu Jan 30 14:51:54 2020 (r524645) @@ -15,7 +15,7 @@ > > LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE > > > > NO_ARCH= yes > > -USES= python > > +USES= python:3.6+ > > USE_PYTHON= distutils autoplist > > This broke security/py-trezor, which depends on this and has > python:3.3+. > > When you restrict the Python versions a port supports, you *must* > check that all the ports that depend on it have the same > restriction. (And if you expand the Python versions, you have to > check that its dependencies also support the same versions.) I'll keep that in mind for the next time. Thank you for fixing py-trezor. Emanuel
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20200131094647.9dcf772d804ce50765894189>