pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Jan 13 06:50:39 UTC 2024

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

Log Message:
py-sphinxcontrib-applehelp: updated to 1.0.8

Release 1.0.8 (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.11 -r1.12 \
    pkgsrc/textproc/py-sphinxcontrib-applehelp/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/py-sphinxcontrib-applehelp/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-applehelp/Makefile
diff -u pkgsrc/textproc/py-sphinxcontrib-applehelp/Makefile:1.11 pkgsrc/textproc/py-sphinxcontrib-applehelp/Makefile:1.12
--- pkgsrc/textproc/py-sphinxcontrib-applehelp/Makefile:1.11    Tue Nov  7 22:38:06 2023
+++ pkgsrc/textproc/py-sphinxcontrib-applehelp/Makefile Sat Jan 13 06:50:39 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2023/11/07 22:38:06 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2024/01/13 06:50:39 adam Exp $
 
-DISTNAME=      sphinxcontrib_applehelp-1.0.7
+DISTNAME=      sphinxcontrib_applehelp-1.0.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sphinxcontrib-applehelp/}
@@ -10,7 +10,7 @@ HOMEPAGE=     http://sphinx-doc.org/
 COMMENT=       Sphinx API for Apple help books
 LICENSE=       2-clause-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=0:../../devel/py-flit_core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.7:../../devel/py-flit_core
 TEST_DEPENDS+= ${PYPKGPREFIX}-sphinx>=2.0.0:../../textproc/py-sphinx
 
 USE_LANGUAGES= # none

Index: pkgsrc/textproc/py-sphinxcontrib-applehelp/distinfo
diff -u pkgsrc/textproc/py-sphinxcontrib-applehelp/distinfo:1.7 pkgsrc/textproc/py-sphinxcontrib-applehelp/distinfo:1.8
--- pkgsrc/textproc/py-sphinxcontrib-applehelp/distinfo:1.7     Tue Nov  7 22:15:27 2023
+++ pkgsrc/textproc/py-sphinxcontrib-applehelp/distinfo Sat Jan 13 06:50:39 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2023/11/07 22:15:27 wiz Exp $
+$NetBSD: distinfo,v 1.8 2024/01/13 06:50:39 adam Exp $
 
-BLAKE2s (sphinxcontrib_applehelp-1.0.7.tar.gz) = 09680787021c3d849cce1e061fabf25f313d9b4faa5d94457328e003e6f493ad
-SHA512 (sphinxcontrib_applehelp-1.0.7.tar.gz) = 8ab1e8ce73591a32c4d73d022ad87e003e6fba36bf4f670f7b9a6b213ed8f396506d8e2998182e19ec9c7ccf21e7d52b5de9b7a8ca0ed676738c4e10fbd738b2
-Size (sphinxcontrib_applehelp-1.0.7.tar.gz) = 19543 bytes
+BLAKE2s (sphinxcontrib_applehelp-1.0.8.tar.gz) = 9ff2c88d52d538b056c674e8175840b946a19bd5e34b860d6e12d8843ffcb5d7
+SHA512 (sphinxcontrib_applehelp-1.0.8.tar.gz) = 0afd38caf07e60b45b47e7e1cc8dea0d34578f7501a6000c6bc860454bb71d8c9d59c7b66ee39c173d635c1944735782762e713598d99dd4fefda51ccd1d74d3
+Size (sphinxcontrib_applehelp-1.0.8.tar.gz) = 19674 bytes



Home | Main Index | Thread Index | Old Index