Re: git: 161d01525fba - main - textproc/py-parsimonious: Update to 0.10.0

From: Yuri <yuri_at_FreeBSD.org>
Date: Tue, 04 Oct 2022 18:27:24 UTC
This broke the build because regex>=2022.3.15 isn't satisfied due to an 
outdated port: textproc/py-regex

Were you able to build it?


Yuri




On 10/3/22 10:14, Po-Chuan Hsieh wrote:
> The branch main has been updated by sunpoet:
>
> URL: https://cgit.FreeBSD.org/ports/commit/?id=161d01525fbac6d3147f0bb66e7447e6c5165d68
>
> commit 161d01525fbac6d3147f0bb66e7447e6c5165d68
> Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
> AuthorDate: 2022-10-03 17:06:03 +0000
> Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
> CommitDate: 2022-10-03 17:10:41 +0000
>
>      textproc/py-parsimonious: Update to 0.10.0
>      
>      - Convert to USE_PYTHON=pytest
>      
>      Changes:        https://github.com/erikrose/parsimonious/blob/master/README.rst#version-history
> ---
>   textproc/py-parsimonious/Makefile | 12 ++++--------
>   textproc/py-parsimonious/distinfo |  6 +++---
>   2 files changed, 7 insertions(+), 11 deletions(-)
>
> diff --git a/textproc/py-parsimonious/Makefile b/textproc/py-parsimonious/Makefile
> index e44edff3893e..3356e52a8cbe 100644
> --- a/textproc/py-parsimonious/Makefile
> +++ b/textproc/py-parsimonious/Makefile
> @@ -1,5 +1,5 @@
>   PORTNAME=	parsimonious
> -PORTVERSION=	0.8.1
> +PORTVERSION=	0.10.0
>   CATEGORIES=	textproc python
>   MASTER_SITES=	CHEESESHOP
>   PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
> @@ -11,15 +11,11 @@ WWW=		https://github.com/erikrose/parsimonious
>   LICENSE=	MIT
>   LICENSE_FILE=	${WRKSRC}/LICENSE
>   
> -RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR}
> -TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR}
> +RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}regex>=2022.3.15:textproc/py-regex@${PY_FLAVOR}