Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Feb 2023 09:03:25 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4cea0f3e8075 - main - textproc/py-sphinx: update to 5.3.0 release (+)
Message-ID:  <202302140903.31E93Plp086461@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4cea0f3e80754304a64ff058727a891d37a3913a

commit 4cea0f3e80754304a64ff058727a891d37a3913a
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2023-02-14 08:55:47 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2023-02-14 08:58:56 +0000

    textproc/py-sphinx: update to 5.3.0 release (+)
    
    Switch to PEP517 build
    
    Changes:        https://www.sphinx-doc.org/en/master/changes.html (5.1.1 => 5.3.0)
    Approved by:    python@ (lwhsu)
    
    Sponsored by:   Serenity Cybersecurity, LLC
---
 textproc/py-sphinx/Makefile | 6 ++++--
 textproc/py-sphinx/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/textproc/py-sphinx/Makefile b/textproc/py-sphinx/Makefile
index 0680740bb268..aed6aa381c8b 100644
--- a/textproc/py-sphinx/Makefile
+++ b/textproc/py-sphinx/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	sphinx
-PORTVERSION=	5.1.1
+PORTVERSION=	5.3.0
 PORTEPOCH=	1
 CATEGORIES=	textproc python
 MASTER_SITES=	PYPI
@@ -17,6 +17,8 @@ WWW=		https://www.sphinx-doc.org/
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flit>=0:devel/py-flit@${PY_FLAVOR}
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinxcontrib-applehelp>=0:textproc/py-sphinxcontrib-applehelp@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sphinxcontrib-devhelp>=0:textproc/py-sphinxcontrib-devhelp@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sphinxcontrib-jsmath>=0:textproc/py-sphinxcontrib-jsmath@${PY_FLAVOR} \
@@ -38,7 +40,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}html5lib>=0:www/py-html5lib@${PY_FLAVOR} \
 		cython-${PYTHON_VER}:lang/cython@${PY_FLAVOR}
 
 USES=		python:3.7+
-USE_PYTHON=	autoplist distutils concurrent pytest
+USE_PYTHON=	autoplist concurrent pep517 pytest
 
 NO_ARCH=	yes
 
diff --git a/textproc/py-sphinx/distinfo b/textproc/py-sphinx/distinfo
index a3069a721cc1..113008ba7955 100644
--- a/textproc/py-sphinx/distinfo
+++ b/textproc/py-sphinx/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1662990052
-SHA256 (python/Sphinx-5.1.1.tar.gz) = ba3224a4e206e1fbdecf98a4fae4992ef9b24b85ebf7b584bb340156eaf08d89
-SIZE (python/Sphinx-5.1.1.tar.gz) = 6755784
+TIMESTAMP = 1667762756
+SHA256 (python/Sphinx-5.3.0.tar.gz) = 51026de0a9ff9fc13c05d74913ad66047e104f56a129ff73e174eb5c3ee794b5
+SIZE (python/Sphinx-5.3.0.tar.gz) = 6811365



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302140903.31E93Plp086461>