svn commit: r508450 - in head: devel/py-mypy devel/thonny science/py-chainer science/py-chainer-chemistry science/py-onnx

Po-Chuan Hsieh sunpoet at freebsd.org
Fri Aug 9 13:41:16 UTC 2019


On Fri, Aug 9, 2019 at 8:54 PM Mathieu Arnold <mat at 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 at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-ports-all
> To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
>


More information about the svn-ports-head mailing list