Re: git: 84a949587a05 - main - textproc/py-sphinx-autodoc-typehints: update to 1.19.5 as pre-requsite for Sphinx update
Date: Sun, 05 Feb 2023 13:24:58 UTC
Am 05.02.23 um 14:19 schrieb Po-Chuan Hsieh: > On Tue, Jan 17, 2023 at 3:32 AM Dima Panov <fluffy@freebsd.org > <mailto:fluffy@freebsd.org>> wrote: > > The branch main has been updated by fluffy: > > URL: > https://cgit.FreeBSD.org/ports/commit/?id=84a949587a050534b8164c23b3de191b5dc8e747 <https://cgit.FreeBSD.org/ports/commit/?id=84a949587a050534b8164c23b3de191b5dc8e747> > > commit 84a949587a050534b8164c23b3de191b5dc8e747 > Author: Dima Panov <fluffy@FreeBSD.org> > AuthorDate: 2023-01-16 18:57:28 +0000 > Commit: Dima Panov <fluffy@FreeBSD.org> > CommitDate: 2023-01-16 19:32:04 +0000 > > textproc/py-sphinx-autodoc-typehints: update to 1.19.5 as > pre-requsite for Sphinx update > > > Hi Dima, > > 1.19.5 does not ship setup.py. Therefore, it failed at the configure > stage. Could you please check it again? Thanks. > > ===> Configuring for py39-sphinx-autodoc-typehints-1.19.5 > Traceback (most recent call last): > File "<string>", line 1, in <module> > FileNotFoundError: [Errno 2] No such file or directory: 'setup.py' > *** Error code 1 > > Stop. > make: stopped in /usr/ports/textproc/py-sphinx-autodoc-typehints > > Reference: > https://lists.freebsd.org/archives/freebsd-pkg-fallout/2023-February/318599.html <https://lists.freebsd.org/archives/freebsd-pkg-fallout/2023-February/318599.html> > > > Approved by: python (lwhsu) > --- > textproc/py-sphinx-autodoc-typehints/Makefile | 2 +- > textproc/py-sphinx-autodoc-typehints/distinfo | 6 +++--- > 2 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/textproc/py-sphinx-autodoc-typehints/Makefile > b/textproc/py-sphinx-autodoc-typehints/Makefile > index 9fc163c583dc..677a019f79cc 100644 > --- a/textproc/py-sphinx-autodoc-typehints/Makefile > +++ b/textproc/py-sphinx-autodoc-typehints/Makefile > @@ -1,5 +1,5 @@ > PORTNAME= sphinx-autodoc-typehints > -DISTVERSION= 1.19.0 > +DISTVERSION= 1.19.5 > CATEGORIES= textproc python > MASTER_SITES= PYPI > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > diff --git a/textproc/py-sphinx-autodoc-typehints/distinfo > b/textproc/py-sphinx-autodoc-typehints/distinfo > index e211875e77d9..1eb69e7720bc 100644 > --- a/textproc/py-sphinx-autodoc-typehints/distinfo > +++ b/textproc/py-sphinx-autodoc-typehints/distinfo > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1659088461 > -SHA256 (sphinx_autodoc_typehints-1.19.0.tar.gz) = > ebf5dc78cc76f0ba28eb0afb496fffe73363d516316a08f401216415ed8bbe73 > -SIZE (sphinx_autodoc_typehints-1.19.0.tar.gz) = 31735 > +TIMESTAMP = 1669101472 > +SHA256 (sphinx_autodoc_typehints-1.19.5.tar.gz) = > 38a227378e2bc15c84e29af8cb1d7581182da1107111fd1c88b19b5eb7076205 > +SIZE (sphinx_autodoc_typehints-1.19.5.tar.gz) = 27903 > And 1.22 is released some days ago. Is there any reason to stay on 1.19.5? Best wishes, Rainer