FreeBSD Bugzilla – Attachment 260290 Details for
Bug 286694
textproc/py-sphinx-autoapi: Update to 3.6.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
textproc/py-sphinx-autoapi: Update to 3.6.0
0001-textproc-py-sphinx-autoapi-Update-to-3.6.0.patch (text/plain), 3.03 KB, created by
Alastair Hogge
on 2025-05-09 13:21:21 UTC
(
hide
)
Description:
textproc/py-sphinx-autoapi: Update to 3.6.0
Filename:
MIME Type:
Creator:
Alastair Hogge
Created:
2025-05-09 13:21:21 UTC
Size:
3.03 KB
patch
obsolete
>From 8d1ebc35cc1b0f745adb56f92fb35fda54b65ff1 Mon Sep 17 00:00:00 2001 >From: Alastair Hogge <agh@riseup.net> >Date: Fri, 9 May 2025 21:10:40 +0800 >Subject: [PATCH] textproc/py-sphinx-autoapi: Update to 3.6.0 > >Update to 3.6.0: >* Set explicit version constraints where possible >* Some port{clippy|fmt|lint} maintenance > >https://github.com/readthedocs/sphinx-autoapi/releases/tag/v3.6.0 > PR: 286694 >--- > textproc/py-sphinx-autoapi/Makefile | 32 ++++++++++++++++++++--------- > textproc/py-sphinx-autoapi/distinfo | 6 +++--- > 2 files changed, 25 insertions(+), 13 deletions(-) > >diff --git a/textproc/py-sphinx-autoapi/Makefile b/textproc/py-sphinx-autoapi/Makefile >index 88bcf815c0f9..0fe9d867a251 100644 >--- a/textproc/py-sphinx-autoapi/Makefile >+++ b/textproc/py-sphinx-autoapi/Makefile >@@ -1,9 +1,9 @@ > PORTNAME= sphinx-autoapi >-DISTVERSION= 2.1.1 >-PORTREVISION= 2 >+DISTVERSION= 3.6.0 > CATEGORIES= textproc python > MASTER_SITES= PYPI > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+DISTNAME= ${PORTNAME:C/-/_/}-${DISTVERSION} > > MAINTAINER= andreas@bilke.org > COMMENT= Sphinx API documentation generator >@@ -12,17 +12,29 @@ WWW= https://sphinx-autoapi.readthedocs.io/ > LICENSE= MIT > LICENSE_FILE= ${WRKSRC}/LICENSE.rst > >-BUILD_DEPENDS= ${PY_SETUPTOOLS} \ >+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2,<4:devel/py-flit-core@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} >-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anyascii>0:textproc/py-anyascii@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}astroid2>=2.7:devel/py-astroid2@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}sphinx>=5.2.0:textproc/py-sphinx@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}pyyaml>=0:devel/py-pyyaml@${PY_FLAVOR} >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}pyyaml>=0:devel/py-pyyaml@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}sphinx>=5.2.0:textproc/py-sphinx@${PY_FLAVOR} > >-USES= python >+USES= python:3.9+ > USE_PYTHON= autoplist concurrent pep517 > > NO_ARCH= yes > >-.include <bsd.port.mk> >+.include <bsd.port.pre.mk> >+ >+.if ${PYTHON_REL} < 31000 >+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}stdlib-list>0:devel/py-stdlib-list@${PY_FLAVOR} >+.endif >+ >+.if ${PYTHON_REL} < 31200 >+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}astroid2>0:devel/py-astroid2@${PY_FLAVOR} >+.endif >+ >+.if ${PYTHON_REL} > 31200 >+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}astroid>0:devel/py-astroid@${PY_FLAVOR} >+.endif >+ >+.include <bsd.port.post.mk> >diff --git a/textproc/py-sphinx-autoapi/distinfo b/textproc/py-sphinx-autoapi/distinfo >index 90ce1cf38ff1..36f99d3a7ec6 100644 >--- a/textproc/py-sphinx-autoapi/distinfo >+++ b/textproc/py-sphinx-autoapi/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1686650321 >-SHA256 (sphinx-autoapi-2.1.1.tar.gz) = fbadb96e79020d6b0ec45d888517bf816d6b587a2d340fbe1ec31135e300a6c8 >-SIZE (sphinx-autoapi-2.1.1.tar.gz) = 42160540 >+TIMESTAMP = 1746789980 >+SHA256 (sphinx_autoapi-3.6.0.tar.gz) = c685f274e41d0842ae7e199460c322c4bd7fec816ccc2da8d806094b4f64af06 >+SIZE (sphinx_autoapi-3.6.0.tar.gz) = 55417 >-- >2.49.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 286694
:
260290