Date: Tue, 4 Oct 2022 11:27:24 -0700 From: Yuri <yuri@FreeBSD.org> To: Po-Chuan Hsieh <sunpoet@FreeBSD.org>, ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: 161d01525fba - main - textproc/py-parsimonious: Update to 0.10.0 Message-ID: <3a81d9e4-d7b5-79c9-82ad-5d7ee070a2a5@tsoft.com> In-Reply-To: <202210031714.293HELEo014153@gitrepo.freebsd.org> References: <202210031714.293HELEo014153@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3a81d9e4-d7b5-79c9-82ad-5d7ee070a2a5>