pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-xapian



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Dec 22 23:29:38 UTC 2025

Modified Files:
        pkgsrc/textproc/py-xapian: Makefile PLIST

Log Message:
py-xapian: fix PLIST for sphinx 9

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/py-xapian/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/py-xapian/PLIST

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-xapian/Makefile
diff -u pkgsrc/textproc/py-xapian/Makefile:1.18 pkgsrc/textproc/py-xapian/Makefile:1.19
--- pkgsrc/textproc/py-xapian/Makefile:1.18     Thu Oct  9 07:58:06 2025
+++ pkgsrc/textproc/py-xapian/Makefile  Mon Dec 22 23:29:38 2025
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.18 2025/10/09 07:58:06 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2025/12/22 23:29:38 wiz Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-${PKGNAME_MODULE}
+PKGREVISION=   1
 COMMENT=       Python bindings for Xapian search engine
 HOMEPAGE=      https://xapian.org/docs/bindings/python/
 
-DEPENDS+=      ${PYPKGPREFIX}-sphinx>=7:../../textproc/py-sphinx
+DEPENDS+=      ${PYPKGPREFIX}-sphinx>=9:../../textproc/py-sphinx
 
 PYTHON_VERSIONS_INCOMPATIBLE=  310 # py-sphinx
 

Index: pkgsrc/textproc/py-xapian/PLIST
diff -u pkgsrc/textproc/py-xapian/PLIST:1.10 pkgsrc/textproc/py-xapian/PLIST:1.11
--- pkgsrc/textproc/py-xapian/PLIST:1.10        Sun May  7 10:53:22 2023
+++ pkgsrc/textproc/py-xapian/PLIST     Mon Dec 22 23:29:38 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2023/05/07 10:53:22 wiz Exp $
+@comment $NetBSD: PLIST,v 1.11 2025/12/22 23:29:38 wiz Exp $
 ${PYSITELIB}/xapian/__init__.py
 ${PYSITELIB}/xapian/__init__.pyc
 ${PYSITELIB}/xapian/__init__.pyo
@@ -15,11 +15,13 @@ share/doc/xapian-bindings/python3/html/_
 share/doc/xapian-bindings/python3/html/_sources/index.rst.txt
 share/doc/xapian-bindings/python3/html/_sources/introduction.rst.txt
 share/doc/xapian-bindings/python3/html/_sources/xapian.rst.txt
+share/doc/xapian-bindings/python3/html/_static/base-stemmer.js
 share/doc/xapian-bindings/python3/html/_static/basic.css
 share/doc/xapian-bindings/python3/html/_static/classic.css
 share/doc/xapian-bindings/python3/html/_static/default.css
 share/doc/xapian-bindings/python3/html/_static/doctools.js
 share/doc/xapian-bindings/python3/html/_static/documentation_options.js
+share/doc/xapian-bindings/python3/html/_static/english-stemmer.js
 share/doc/xapian-bindings/python3/html/_static/file.png
 share/doc/xapian-bindings/python3/html/_static/language_data.js
 share/doc/xapian-bindings/python3/html/_static/minus.png



Home | Main Index | Thread Index | Old Index