pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-xapian py-xapian: fix PLIST for Pythin 3.x...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/27a30b891a92
branches:  trunk
changeset: 346008:27a30b891a92
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Dec 25 12:21:30 2019 +0000

description:
py-xapian: fix PLIST for Pythin 3.x/Sphinx 2; mark as self-conflicting

diffstat:

 textproc/py-xapian/Makefile |   3 ++-
 textproc/py-xapian/PLIST    |  23 ++++++++++++-----------
 2 files changed, 14 insertions(+), 12 deletions(-)

diffs (67 lines):

diff -r f4024ee0845c -r 27a30b891a92 textproc/py-xapian/Makefile
--- a/textproc/py-xapian/Makefile       Wed Dec 25 00:17:23 2019 +0000
+++ b/textproc/py-xapian/Makefile       Wed Dec 25 12:21:30 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2019/10/21 22:11:33 adam Exp $
+# $NetBSD: Makefile,v 1.5 2019/12/25 12:21:30 adam Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-${PKGNAME_MODULE}
 COMMENT=       Python bindings for Xapian search engine
@@ -17,6 +17,7 @@
 
 PLIST_SUBST+=          PYTHON_3_OR_PYTHON=${PYTHON_3_OR_PYTHON:Q}
 PY_PATCHPLIST=         yes
+PYTHON_SELF_CONFLICT=  yes
 
 REPLACE_PYTHON=                python/docs/examples/*.py
 
diff -r f4024ee0845c -r 27a30b891a92 textproc/py-xapian/PLIST
--- a/textproc/py-xapian/PLIST  Wed Dec 25 00:17:23 2019 +0000
+++ b/textproc/py-xapian/PLIST  Wed Dec 25 12:21:30 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2019/08/24 18:10:50 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.5 2019/12/25 12:21:30 adam Exp $
 ${PYSITELIB}/xapian/__init__.py
 ${PYSITELIB}/xapian/__init__.pyc
 ${PYSITELIB}/xapian/__init__.pyo
@@ -15,19 +15,20 @@
 share/doc/xapian-bindings/${PYTHON_3_OR_PYTHON}/html/_sources/index.rst.txt
 share/doc/xapian-bindings/${PYTHON_3_OR_PYTHON}/html/_sources/introduction.rst.txt
 share/doc/xapian-bindings/${PYTHON_3_OR_PYTHON}/html/_sources/xapian.rst.txt
-share/doc/xapian-bindings/${PYTHON_3_OR_PYTHON}/html/_static/ajax-loader.gif
+${PLIST.py2x}share/doc/xapian-bindings/${PYTHON_3_OR_PYTHON}/html/_static/ajax-loader.gif
 share/doc/xapian-bindings/${PYTHON_3_OR_PYTHON}/html/_static/basic.css
 share/doc/xapian-bindings/${PYTHON_3_OR_PYTHON}/html/_static/classic.css
-share/doc/xapian-bindings/${PYTHON_3_OR_PYTHON}/html/_static/comment-bright.png
-share/doc/xapian-bindings/${PYTHON_3_OR_PYTHON}/html/_static/comment-close.png
-share/doc/xapian-bindings/${PYTHON_3_OR_PYTHON}/html/_static/comment.png
+${PLIST.py2x}share/doc/xapian-bindings/${PYTHON_3_OR_PYTHON}/html/_static/comment-bright.png
+${PLIST.py2x}share/doc/xapian-bindings/${PYTHON_3_OR_PYTHON}/html/_static/comment-close.png
+${PLIST.py2x}share/doc/xapian-bindings/${PYTHON_3_OR_PYTHON}/html/_static/comment.png
 share/doc/xapian-bindings/${PYTHON_3_OR_PYTHON}/html/_static/default.css
 share/doc/xapian-bindings/${PYTHON_3_OR_PYTHON}/html/_static/doctools.js
 share/doc/xapian-bindings/${PYTHON_3_OR_PYTHON}/html/_static/documentation_options.js
-share/doc/xapian-bindings/${PYTHON_3_OR_PYTHON}/html/_static/down-pressed.png
-share/doc/xapian-bindings/${PYTHON_3_OR_PYTHON}/html/_static/down.png
+${PLIST.py2x}share/doc/xapian-bindings/${PYTHON_3_OR_PYTHON}/html/_static/down-pressed.png
+${PLIST.py2x}share/doc/xapian-bindings/${PYTHON_3_OR_PYTHON}/html/_static/down.png
 share/doc/xapian-bindings/${PYTHON_3_OR_PYTHON}/html/_static/file.png
-share/doc/xapian-bindings/${PYTHON_3_OR_PYTHON}/html/_static/jquery-3.2.1.js
+${PLIST.py2x}share/doc/xapian-bindings/${PYTHON_3_OR_PYTHON}/html/_static/jquery-3.2.1.js
+${PLIST.py3x}share/doc/xapian-bindings/${PYTHON_3_OR_PYTHON}/html/_static/jquery-3.4.1.js
 share/doc/xapian-bindings/${PYTHON_3_OR_PYTHON}/html/_static/jquery.js
 share/doc/xapian-bindings/${PYTHON_3_OR_PYTHON}/html/_static/language_data.js
 share/doc/xapian-bindings/${PYTHON_3_OR_PYTHON}/html/_static/minus.png
@@ -37,9 +38,9 @@
 share/doc/xapian-bindings/${PYTHON_3_OR_PYTHON}/html/_static/sidebar.js
 share/doc/xapian-bindings/${PYTHON_3_OR_PYTHON}/html/_static/underscore-1.3.1.js
 share/doc/xapian-bindings/${PYTHON_3_OR_PYTHON}/html/_static/underscore.js
-share/doc/xapian-bindings/${PYTHON_3_OR_PYTHON}/html/_static/up-pressed.png
-share/doc/xapian-bindings/${PYTHON_3_OR_PYTHON}/html/_static/up.png
-share/doc/xapian-bindings/${PYTHON_3_OR_PYTHON}/html/_static/websupport.js
+${PLIST.py2x}share/doc/xapian-bindings/${PYTHON_3_OR_PYTHON}/html/_static/up-pressed.png
+${PLIST.py2x}share/doc/xapian-bindings/${PYTHON_3_OR_PYTHON}/html/_static/up.png
+${PLIST.py2x}share/doc/xapian-bindings/${PYTHON_3_OR_PYTHON}/html/_static/websupport.js
 share/doc/xapian-bindings/${PYTHON_3_OR_PYTHON}/html/examples.html
 share/doc/xapian-bindings/${PYTHON_3_OR_PYTHON}/html/genindex.html
 share/doc/xapian-bindings/${PYTHON_3_OR_PYTHON}/html/index.html



Home | Main Index | Thread Index | Old Index