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

Po-Chuan Hsieh sunpoet at freebsd.org
Wed Jan 22 08:45:45 UTC 2020


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.


>
> --
> Mathieu Arnold
>


More information about the svn-ports-head mailing list