Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Aug 2024 17:24:16 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 25a13ee74ce2 - main - textproc/py-sphinxcontrib-htmlhelp: Update to 2.1.0
Message-ID:  <202408041724.474HOGSL069111@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=25a13ee74ce2a8edddc7db79f9ed76dea33f8a64

commit 25a13ee74ce2a8edddc7db79f9ed76dea33f8a64
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-08-04 17:11:08 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-08-04 17:14:28 +0000

    textproc/py-sphinxcontrib-htmlhelp: Update to 2.1.0
    
    - Update WWW
    - Update LICENSE_FILE
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/releases
                    https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/blob/master/CHANGES.rst
---
 textproc/py-sphinxcontrib-htmlhelp/Makefile | 12 ++++++++----
 textproc/py-sphinxcontrib-htmlhelp/distinfo |  6 +++---
 2 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/textproc/py-sphinxcontrib-htmlhelp/Makefile b/textproc/py-sphinxcontrib-htmlhelp/Makefile
index 4e2a1148a17f..314617da648c 100644
--- a/textproc/py-sphinxcontrib-htmlhelp/Makefile
+++ b/textproc/py-sphinxcontrib-htmlhelp/Makefile
@@ -1,18 +1,22 @@
 PORTNAME=	sphinxcontrib-htmlhelp
-PORTVERSION=	2.0.0
+PORTVERSION=	2.1.0
 CATEGORIES=	textproc
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	sphinxcontrib_htmlhelp-${PORTVERSION}
 
 MAINTAINER=	python@FreeBSD.org
 COMMENT=	Sphinx extension which renders HTML help files
-WWW=		https://www.sphinx-doc.org/
+WWW=		https://www.sphinx-doc.org/en/master/ \
+		https://github.com/sphinx-doc/sphinxcontrib-htmlhelp
 
 LICENSE=	BSD2CLAUSE
-LICENSE_FILE=	${WRKSRC}/LICENSE
+LICENSE_FILE=	${WRKSRC}/LICENCE.rst
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flit-core>=3.7:devel/py-flit-core@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
diff --git a/textproc/py-sphinxcontrib-htmlhelp/distinfo b/textproc/py-sphinxcontrib-htmlhelp/distinfo
index c863d5a73712..2216b89cb206 100644
--- a/textproc/py-sphinxcontrib-htmlhelp/distinfo
+++ b/textproc/py-sphinxcontrib-htmlhelp/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1631989328
-SHA256 (sphinxcontrib-htmlhelp-2.0.0.tar.gz) = f5f8bb2d0d629f398bf47d0d69c07bc13b65f75a81ad9e2f71a63d4b7a2f6db2
-SIZE (sphinxcontrib-htmlhelp-2.0.0.tar.gz) = 28144
+TIMESTAMP = 1722711353
+SHA256 (sphinxcontrib_htmlhelp-2.1.0.tar.gz) = c9e2916ace8aad64cc13a0d233ee22317f2b9025b9cf3295249fa985cc7082e9
+SIZE (sphinxcontrib_htmlhelp-2.1.0.tar.gz) = 22617



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