Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Aug 2019 21:40:38 +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: r508450 - in head: devel/py-mypy devel/thonny science/py-chainer science/py-chainer-chemistry science/py-onnx
Message-ID:  <CAMHz58TmBmzjhSdKj81tVNFCeCw-_abuXC%2BFz12%2BHdTfJ41fuw@mail.gmail.com>
In-Reply-To: <201908091254.x79CsRF3072168@repo.freebsd.org>
References:  <201908091254.x79CsRF3072168@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Aug 9, 2019 at 8:54 PM Mathieu Arnold <mat@freebsd.org> wrote:

> Author: mat
> Date: Fri Aug  9 12:54:26 2019
> New Revision: 508450
> URL: https://svnweb.freebsd.org/changeset/ports/508450
>
> Log:
>   Fix bulk -a with BUILD_ALL_PYTHON_FLAVORS.
>
>   devel/py-typing-extensions does not support Python 3.7+, so ports
>   requiring it can't either.
>

Hi mat,

I've committed r508454 which should fix the problem.
Could you please test again and revert this commit if everything works fine?
Thanks.


>
> Modified:
>   head/devel/py-mypy/Makefile   (contents, props changed)
>   head/devel/thonny/Makefile   (contents, props changed)
>   head/science/py-chainer-chemistry/Makefile   (contents, props changed)
>   head/science/py-chainer/Makefile   (contents, props changed)
>   head/science/py-onnx/Makefile   (contents, props changed)
>
> Modified: head/devel/py-mypy/Makefile
>
> ==============================================================================
> --- head/devel/py-mypy/Makefile Fri Aug  9 12:47:54 2019        (r508449)
> +++ head/devel/py-mypy/Makefile Fri Aug  9 12:54:26 2019        (r508450)
> @@ -18,7 +18,7 @@ RUN_DEPENDS=  ${PYTHON_PKGNAMEPREFIX}mypy_extensions>=0
>
> ${PYTHON_PKGNAMEPREFIX}typed-ast>=1.4.0<1.5.0:devel/py-typed-ast@${PY_FLAVOR}
> \
>
> ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4:devel/py-typing-extensions@
> ${PY_FLAVOR}
>
> -USES=          python:3.5+ shebangfix
> +USES=          python:3.5-3.6 shebangfix
>  USE_PYTHON=    autoplist distutils
>
>  NO_ARCH=       yes
>
> Modified: head/devel/thonny/Makefile
>
> ==============================================================================
> --- head/devel/thonny/Makefile  Fri Aug  9 12:47:54 2019        (r508449)
> +++ head/devel/thonny/Makefile  Fri Aug  9 12:54:26 2019        (r508450)
> @@ -21,7 +21,7 @@ RUN_DEPENDS=  pylint:devel/pylint \
>
> ${PYTHON_PKGNAMEPREFIX}pyperclip>=1.5.27:devel/py-pyperclip@${PY_FLAVOR} \
>                 ${PYTHON_PKGNAMEPREFIX}serial>=3.2.1:comms/py-serial@
> ${PY_FLAVOR}
>
> -USES=          python:3.5+
> +USES=          python:3.5-3.6
>  USE_PYTHON=    autoplist distutils
>
>  .include <bsd.port.mk>
>
> Modified: head/science/py-chainer-chemistry/Makefile
>
> ==============================================================================
> --- head/science/py-chainer-chemistry/Makefile  Fri Aug  9 12:47:54 2019
>       (r508449)
> +++ head/science/py-chainer-chemistry/Makefile  Fri Aug  9 12:54:26 2019
>       (r508450)
> @@ -20,7 +20,7 @@ RUN_DEPENDS=  ${PYNUMPY} \
>
> ${PYTHON_PKGNAMEPREFIX}scikit-learn>0:science/py-scikit-learn@${PY_FLAVOR}
> \
>                 ${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR}
>
> -USES=          python
> +USES=          python:-3.6
>  USE_PYTHON=    distutils autoplist
>
>  NO_ARCH=       yes
>
> Modified: head/science/py-chainer/Makefile
>
> ==============================================================================
> --- head/science/py-chainer/Makefile    Fri Aug  9 12:47:54 2019
> (r508449)
> +++ head/science/py-chainer/Makefile    Fri Aug  9 12:54:26 2019
> (r508450)
> @@ -18,7 +18,7 @@ RUN_DEPENDS=  ${PYNUMPY} \
>                 ${PY_TYPING} \
>
> ${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@
> ${PY_FLAVOR}
>
> -USES=          python
> +USES=          python:-3.6
>  USE_PYTHON=    distutils autoplist
>
>  NO_ARCH=       yes
>
> Modified: head/science/py-onnx/Makefile
>
> ==============================================================================
> --- head/science/py-onnx/Makefile       Fri Aug  9 12:47:54 2019
> (r508449)
> +++ head/science/py-onnx/Makefile       Fri Aug  9 12:54:26 2019
> (r508450)
> @@ -21,7 +21,7 @@ RUN_DEPENDS=  ${PYNUMPY} \
>                 ${PY_TYPING} \
>
> ${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@
> ${PY_FLAVOR}
>
> -USES=          python
> +USES=          python:-3.6
>  USE_PYTHON=    distutils concurrent autoplist
>
>  BINARY_ALIAS=  python=${PYTHON_CMD}
> _______________________________________________
> svn-ports-all@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-ports-all
> To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58TmBmzjhSdKj81tVNFCeCw-_abuXC%2BFz12%2BHdTfJ41fuw>