svn commit: r523773 - head/devel/py-immutables

Mathieu Arnold mat at FreeBSD.org
Wed Jan 22 09:36:44 UTC 2020


On Wed, Jan 22, 2020 at 04:45:07PM +0800, Po-Chuan Hsieh wrote:
> On Wed, Jan 22, 2020 at 4:04 PM Mathieu Arnold <mat at freebsd.org> wrote:
> 
> > On Wed, Jan 22, 2020 at 05:36:43AM +0000, Sunpoet Po-Chuan Hsieh wrote:
> > > Author: sunpoet
> > > Date: Wed Jan 22 05:36:42 2020
> > > New Revision: 523773
> > > URL: https://svnweb.freebsd.org/changeset/ports/523773
> > >
> > > Log:
> > >   Fix USES=python
> > >
> > > Modified:
> > >   head/devel/py-immutables/Makefile
> > >
> > > Modified: head/devel/py-immutables/Makefile
> > >
> > ==============================================================================
> > > --- head/devel/py-immutables/Makefile Wed Jan 22 05:36:37 2020
> > (r523772)
> > > +++ head/devel/py-immutables/Makefile Wed Jan 22 05:36:42 2020
> > (r523773)
> > > @@ -13,8 +13,8 @@ COMMENT=    Immutable collections
> > >  LICENSE=     APACHE20
> > >  LICENSE_FILE=        ${WRKSRC}/LICENSE
> > >
> > > -USES=                python
> > > -USE_PYTHON=  autoplist concurrent distutils
> > > +USES=                python:3.5+
> > > +USE_PYTHON=  autoplist distutils
> >
> > This means Python 3.5, 3.6, 3.7 and 3.8.  So more than one, concurrent
> > is still needed.
> >
> 
> It does not install anything outside the site-packages directory.

Well, then your commit message should have explained *why* you were
doing the change, like, what you just wrote.

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20200122/181f383a/attachment.sig>


More information about the svn-ports-all mailing list