Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jan 2020 16:45:07 +0800
From:      Po-Chuan Hsieh <sunpoet@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: r523773 - head/devel/py-immutables
Message-ID:  <CAMHz58Tu62c8QMMn0nqzPHTFmT7Zn%2Bij9mTwnxHfOaWx_b0PwA@mail.gmail.com>
In-Reply-To: <20200122080402.sgwb4uoncycqychn@atuin.in.mat.cc>
References:  <202001220536.00M5ahYG010413@repo.freebsd.org> <20200122080402.sgwb4uoncycqychn@atuin.in.mat.cc>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jan 22, 2020 at 4:04 PM Mathieu Arnold <mat@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
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58Tu62c8QMMn0nqzPHTFmT7Zn%2Bij9mTwnxHfOaWx_b0PwA>