Re: git: e58daba8c157 - main - devel/commitizen: Chase py-yaml rename
- In reply to: Colin Percival : "git: e58daba8c157 - main - devel/commitizen: Chase py-yaml rename"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 Jul 2024 17:49:08 UTC
On Mon, Jul 8, 2024 at 2:24 AM Colin Percival <cperciva@freebsd.org> wrote: > The branch main has been updated by cperciva: > > URL: > https://cgit.FreeBSD.org/ports/commit/?id=e58daba8c157d6e9d386347416cc4fc6ee9b606f > > commit e58daba8c157d6e9d386347416cc4fc6ee9b606f > Author: Colin Percival <cperciva@FreeBSD.org> > AuthorDate: 2024-07-07 18:22:45 +0000 > Commit: Colin Percival <cperciva@FreeBSD.org> > CommitDate: 2024-07-07 18:22:45 +0000 > > devel/commitizen: Chase py-yaml rename > > As in 1a80ec7c2281, follow move from devel/py-yaml to devel/py-pyyaml > and bump PORTREVISION. > > This should unbreak INDEX. > Thanks for fixing it. It uses a non-standard pattern, therefore it is missing from my "git grep". --- > devel/commitizen/Makefile | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/devel/commitizen/Makefile b/devel/commitizen/Makefile > index 01e41226e777..eefd47c6d734 100644 > --- a/devel/commitizen/Makefile > +++ b/devel/commitizen/Makefile > @@ -1,5 +1,6 @@ > PORTNAME= commitizen > PORTVERSION= 3.27.0 > +PORTREVISION= 1 > CATEGORIES= devel python > MASTER_SITES= PYPI > > @@ -18,11 +19,11 @@ PY_RDEPS= Jinja2>=2.10.3:devel/py-Jinja2 \ > decli>=0.6.0:devel/py-decli \ > importlib-metadata>=4.13:devel/py-importlib-metadata \ > packaging>=19:devel/py-packaging \ > + pyyaml>=3.08:devel/py-pyyaml > prompt-toolkit>0:devel/py-prompt-toolkit \ > questionary>=1.9:devel/py-questionary \ > termcolor>=1.1:devel/py-termcolor \ > - tomlkit>=0.5.3:textproc/py-tomlkit \ > - yaml>=3.08:devel/py-yaml > + tomlkit>=0.5.3:textproc/py-tomlkit > BUILD_DEPENDS= ${PY_BDEPS:S,^,${PYTHON_PKGNAMEPREFIX},:S,$,@${PY_FLAVOR},} > RUN_DEPENDS= ${PY_RDEPS:S,^,${PYTHON_PKGNAMEPREFIX},:S,$,@${PY_FLAVOR},} > > >