Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Aug 2021 14:18:41 +1000
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        "Danilo G. Baio" <dbaio@FreeBSD.org>, ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   Re: git: 8c08a2edf09b - main - devel/py-zipp: Add missing toml build dependency
Message-ID:  <b3decee0-594e-6ca6-fdbf-f32165b6bba9@FreeBSD.org>
In-Reply-To: <202108201149.17KBnx0S083632@gitrepo.freebsd.org>
References:  <202108201149.17KBnx0S083632@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 20/08/2021 9:49 pm, Danilo G. Baio wrote:
> The branch main has been updated by dbaio:
> 
> URL: https://cgit.FreeBSD.org/ports/commit/?id=8c08a2edf09b17f5fd1da63dc4c25f7eec8620b7
> 
> commit 8c08a2edf09b17f5fd1da63dc4c25f7eec8620b7
> Author:     Danilo G. Baio <dbaio@FreeBSD.org>
> AuthorDate: 2021-08-20 11:45:04 +0000
> Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
> CommitDate: 2021-08-20 11:45:04 +0000
> 
>      devel/py-zipp: Add missing toml build dependency
>      
>      A build issue occurs when devel/py-setuptools_scm has its TOML option
>      disabled.
>      
>      PR:             256872
>      Reported by:    Philipp Engel <kidon@posteo.de>
>      Approved by:    portmgr (blanket)
>      MFH:            2021Q3
> ---
>   devel/py-zipp/Makefile | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/devel/py-zipp/Makefile b/devel/py-zipp/Makefile
> index 273b1e3d1e40..187070c79074 100644
> --- a/devel/py-zipp/Makefile
> +++ b/devel/py-zipp/Makefile
> @@ -10,7 +10,8 @@ COMMENT=	Backport of pathlib-compatible object wrapper for zip files
>   LICENSE=	MIT
>   LICENSE_FILE=	${WRKSRC}/LICENSE
>   
> -BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
> +BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} \
> +		${PYTHON_PKGNAMEPREFIX}toml>=0:textproc/py-toml@${PY_FLAVOR}
>   
>   USES=		python:3.6+
>   USE_PYTHON=	autoplist distutils
> 

Thanks Danilo!



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?b3decee0-594e-6ca6-fdbf-f32165b6bba9>