pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-tortoisehg



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Dec 22 11:20:26 UTC 2025

Modified Files:
        pkgsrc/devel/py-tortoisehg: Makefile PLIST

Log Message:
py-tortoisehg: fix PLIST for sphinx 9 and depend on it

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 pkgsrc/devel/py-tortoisehg/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/py-tortoisehg/PLIST

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

Modified files:

Index: pkgsrc/devel/py-tortoisehg/Makefile
diff -u pkgsrc/devel/py-tortoisehg/Makefile:1.108 pkgsrc/devel/py-tortoisehg/Makefile:1.109
--- pkgsrc/devel/py-tortoisehg/Makefile:1.108   Sun Nov 30 07:49:19 2025
+++ pkgsrc/devel/py-tortoisehg/Makefile Mon Dec 22 11:20:26 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.108 2025/11/30 07:49:19 wiz Exp $
+# $NetBSD: Makefile,v 1.109 2025/12/22 11:20:26 wiz Exp $
 
 DISTNAME=      tortoisehg-7.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  https://www.mercurial-scm.org/release/tortoisehg/targz/
 
@@ -11,7 +12,7 @@ COMMENT=      GUI for Mercurial
 LICENSE=       gnu-gpl-v2
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
-TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx>=7.0.0:../../textproc/py-sphinx
+TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx>=9.0.0:../../textproc/py-sphinx
 DEPENDS+=      ${PYPKGPREFIX}-iniparse>=0.4:../../textproc/py-iniparse
 DEPENDS+=      ${PYPKGPREFIX}-mercurial>=5.0.0:../../devel/py-mercurial
 DEPENDS+=      ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments

Index: pkgsrc/devel/py-tortoisehg/PLIST
diff -u pkgsrc/devel/py-tortoisehg/PLIST:1.28 pkgsrc/devel/py-tortoisehg/PLIST:1.29
--- pkgsrc/devel/py-tortoisehg/PLIST:1.28       Sun Apr 13 06:51:58 2025
+++ pkgsrc/devel/py-tortoisehg/PLIST    Mon Dec 22 11:20:26 2025
@@ -1,13 +1,13 @@
-@comment $NetBSD: PLIST,v 1.28 2025/04/13 06:51:58 adam Exp $
+@comment $NetBSD: PLIST,v 1.29 2025/12/22 11:20:26 wiz Exp $
 bin/thg
+${PYSITELIB}/hgext3rd/thg.py
+${PYSITELIB}/hgext3rd/thg.pyc
+${PYSITELIB}/hgext3rd/thg.pyo
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/licenses/COPYING.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
-${PYSITELIB}/hgext3rd/thg.py
-${PYSITELIB}/hgext3rd/thg.pyc
-${PYSITELIB}/hgext3rd/thg.pyo
 ${PYSITELIB}/tortoisehg/__init__.py
 ${PYSITELIB}/tortoisehg/__init__.pyc
 ${PYSITELIB}/tortoisehg/__init__.pyo
@@ -474,10 +474,12 @@ share/doc/tortoisehg/html/_sources/sync.
 share/doc/tortoisehg/html/_sources/whatsnew.txt
 share/doc/tortoisehg/html/_sources/workbench.txt
 share/doc/tortoisehg/html/_static/alabaster.css
+share/doc/tortoisehg/html/_static/base-stemmer.js
 share/doc/tortoisehg/html/_static/basic.css
 share/doc/tortoisehg/html/_static/custom.css
 share/doc/tortoisehg/html/_static/doctools.js
 share/doc/tortoisehg/html/_static/documentation_options.js
+share/doc/tortoisehg/html/_static/english-stemmer.js
 share/doc/tortoisehg/html/_static/file.png
 share/doc/tortoisehg/html/_static/github-banner.svg
 share/doc/tortoisehg/html/_static/language_data.js



Home | Main Index | Thread Index | Old Index