pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/py-sphinxcontrib-htmlhelp



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Jan 13 06:54:42 UTC 2024

Modified Files:
        pkgsrc/textproc/py-sphinxcontrib-htmlhelp: Makefile distinfo

Log Message:
py-sphinxcontrib-htmlhelp: updated to 2.0.5

Release 2.0.5 (2024-01-13)

* Remove Sphinx as a required dependency, as circular dependencies may cause
  failure with package managers that expect a directed acyclic graph (DAG)
  of dependencies.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/py-sphinxcontrib-htmlhelp/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/py-sphinxcontrib-htmlhelp/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-sphinxcontrib-htmlhelp/Makefile
diff -u pkgsrc/textproc/py-sphinxcontrib-htmlhelp/Makefile:1.10 pkgsrc/textproc/py-sphinxcontrib-htmlhelp/Makefile:1.11
--- pkgsrc/textproc/py-sphinxcontrib-htmlhelp/Makefile:1.10     Tue Nov  7 22:38:07 2023
+++ pkgsrc/textproc/py-sphinxcontrib-htmlhelp/Makefile  Sat Jan 13 06:54:42 2024
@@ -1,18 +1,18 @@
-# $NetBSD: Makefile,v 1.10 2023/11/07 22:38:07 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2024/01/13 06:54:42 adam Exp $
 
-DISTNAME=      sphinxcontrib_htmlhelp-2.0.4
+DISTNAME=      sphinxcontrib_htmlhelp-2.0.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sphinxcontrib-htmlhelp/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://sphinx-doc.org/
+HOMEPAGE=      https://www.sphinx-doc.org/
 COMMENT=       Sphinx API for HTML help
 LICENSE=       2-clause-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core-[0-9]*:../../devel/py-flit_core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.7:../../devel/py-flit_core
 TEST_DEPENDS+= ${PYPKGPREFIX}-html5lib-[0-9]*:../../textproc/py-html5lib
-TEST_DEPENDS+= ${PYPKGPREFIX}-sphinx>=3.0.0:../../textproc/py-sphinx
+TEST_DEPENDS+= ${PYPKGPREFIX}-sphinx>=5:../../textproc/py-sphinx
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/textproc/py-sphinxcontrib-htmlhelp/distinfo
diff -u pkgsrc/textproc/py-sphinxcontrib-htmlhelp/distinfo:1.7 pkgsrc/textproc/py-sphinxcontrib-htmlhelp/distinfo:1.8
--- pkgsrc/textproc/py-sphinxcontrib-htmlhelp/distinfo:1.7      Tue Nov  7 22:18:20 2023
+++ pkgsrc/textproc/py-sphinxcontrib-htmlhelp/distinfo  Sat Jan 13 06:54:42 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2023/11/07 22:18:20 wiz Exp $
+$NetBSD: distinfo,v 1.8 2024/01/13 06:54:42 adam Exp $
 
-BLAKE2s (sphinxcontrib_htmlhelp-2.0.4.tar.gz) = 199817a1c192c62d90ba5d4e169b10575c7a9592d929f3a4315b6b6a916a3f8c
-SHA512 (sphinxcontrib_htmlhelp-2.0.4.tar.gz) = 5f1c4619b986060fb6213e23b5339b7b5d57abdb8f6034473116c9ea7c3d04cf0985115141c5325cb93bac330eb6109d2e81327f53fda78838c9ed5435469b29
-Size (sphinxcontrib_htmlhelp-2.0.4.tar.gz) = 21799 bytes
+BLAKE2s (sphinxcontrib_htmlhelp-2.0.5.tar.gz) = a0d0d124356f4b2aea60e64f156ed583cdd9dd1dc4f70bc503668829c6052911
+SHA512 (sphinxcontrib_htmlhelp-2.0.5.tar.gz) = 537ef6a1a32863728a6324fcd50f9374e4f488ed7ed112f9f0ceb9e4488637f502280dda21835e8d63c6b6297d2a3db3032c3f307dce5948b516f293d07b9711
+Size (sphinxcontrib_htmlhelp-2.0.5.tar.gz) = 21925 bytes



Home | Main Index | Thread Index | Old Index