pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/opencv opencv: fix PLIST for python != 3.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/854a0b59aff7
branches:  trunk
changeset: 419546:854a0b59aff7
user:      markd <markd%pkgsrc.org@localhost>
date:      Sat Dec 21 22:50:00 2019 +0000

description:
opencv: fix PLIST for python != 3.7

diffstat:

 graphics/opencv/PLIST |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r b8d38ff6773b -r 854a0b59aff7 graphics/opencv/PLIST
--- a/graphics/opencv/PLIST     Sat Dec 21 22:43:45 2019 +0000
+++ b/graphics/opencv/PLIST     Sat Dec 21 22:50:00 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.21 2019/12/16 08:24:39 adam Exp $
+@comment $NetBSD: PLIST,v 1.22 2019/12/21 22:50:00 markd Exp $
 bin/opencv_annotation
 bin/opencv_createsamples
 bin/opencv_interactive-calibration
@@ -312,11 +312,11 @@
 lib/libopencv_videostab.so.3.4
 lib/pkgconfig/opencv.pc
 ${PYSITELIB}/cv2/__init__.py
-${PYSITELIB}/cv2/config-3.7.py
+${PYSITELIB}/cv2/config-${PYVERSSUFFIX}.py
 ${PYSITELIB}/cv2/config.py
 ${PYSITELIB}/cv2/load_config_py2.py
 ${PYSITELIB}/cv2/load_config_py3.py
-${PYSITELIB}/cv2/python-3.7/cv2.so
+${PYSITELIB}/cv2/python-${PYVERSSUFFIX}/cv2.so
 share/OpenCV/OpenCVConfig-version.cmake
 share/OpenCV/OpenCVConfig.cmake
 share/OpenCV/OpenCVModules-release.cmake



Home | Main Index | Thread Index | Old Index