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:           Sun May  7 10:53:23 UTC 2023

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

Log Message:
py-xapian: fix PLIST for latest sphinx and depend on it


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/py-xapian/Makefile
cvs rdiff -u -r1.9 -r1.10 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.10 pkgsrc/textproc/py-xapian/Makefile:1.11
--- pkgsrc/textproc/py-xapian/Makefile:1.10     Sat Sep 24 19:11:20 2022
+++ pkgsrc/textproc/py-xapian/Makefile  Sun May  7 10:53:22 2023
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.10 2022/09/24 19:11:20 schmonz Exp $
+# $NetBSD: Makefile,v 1.11 2023/05/07 10:53:22 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-[0-9]*:../../textproc/py-sphinx
+DEPENDS+=      ${PYPKGPREFIX}-sphinx>=7:../../textproc/py-sphinx
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 

Index: pkgsrc/textproc/py-xapian/PLIST
diff -u pkgsrc/textproc/py-xapian/PLIST:1.9 pkgsrc/textproc/py-xapian/PLIST:1.10
--- pkgsrc/textproc/py-xapian/PLIST:1.9 Thu Nov  3 00:08:38 2022
+++ pkgsrc/textproc/py-xapian/PLIST     Sun May  7 10:53:22 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2022/11/03 00:08:38 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.10 2023/05/07 10:53:22 wiz Exp $
 ${PYSITELIB}/xapian/__init__.py
 ${PYSITELIB}/xapian/__init__.pyc
 ${PYSITELIB}/xapian/__init__.pyo
@@ -15,15 +15,12 @@ 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/_sphinx_javascript_frameworks_compat.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/file.png
-share/doc/xapian-bindings/python3/html/_static/jquery-3.6.0.js
-share/doc/xapian-bindings/python3/html/_static/jquery.js
 share/doc/xapian-bindings/python3/html/_static/language_data.js
 share/doc/xapian-bindings/python3/html/_static/minus.png
 share/doc/xapian-bindings/python3/html/_static/plus.png
@@ -31,8 +28,6 @@ share/doc/xapian-bindings/python3/html/_
 share/doc/xapian-bindings/python3/html/_static/searchtools.js
 share/doc/xapian-bindings/python3/html/_static/sidebar.js
 share/doc/xapian-bindings/python3/html/_static/sphinx_highlight.js
-share/doc/xapian-bindings/python3/html/_static/underscore-1.13.1.js
-share/doc/xapian-bindings/python3/html/_static/underscore.js
 share/doc/xapian-bindings/python3/html/examples.html
 share/doc/xapian-bindings/python3/html/genindex.html
 share/doc/xapian-bindings/python3/html/index.html



Home | Main Index | Thread Index | Old Index