pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/sane-backends sane-backends: Shoot down Pytho...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a629717862db
branches:  trunk
changeset: 382131:a629717862db
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Jul 21 11:04:34 2022 +0000

description:
sane-backends: Shoot down Python dependency. It seems to be build-time
only and there's no reason to restrict it to Python 2, since it builds
fine with 3.10 and I can't find any evidence that Python is required
at run-time.

diffstat:

 graphics/sane-backends/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 84e132fcc295 -r a629717862db graphics/sane-backends/Makefile
--- a/graphics/sane-backends/Makefile   Thu Jul 21 10:54:09 2022 +0000
+++ b/graphics/sane-backends/Makefile   Thu Jul 21 11:04:34 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.81 2022/07/14 23:46:24 dholland Exp $
+# $NetBSD: Makefile,v 1.82 2022/07/21 11:04:34 nia Exp $
 
-PKGREVISION=   3
+PKGREVISION=   4
 .include "Makefile.common"
 MASTER_SITES=  https://gitlab.com/sane-project/backends/uploads/104f09c07d35519cc8e72e604f11643f/
 COMMENT=       API for access to scanners, digital cameras, frame grabbers, etc
@@ -11,7 +11,7 @@
 USE_TOOLS+=            msgfmt msgmerge pkg-config
 USE_PKGLOCALEDIR=      YES
 
-PYTHON_VERSIONS_ACCEPTED=      27
+PYTHON_FOR_BUILD_ONLY= tool
 
 # c++11 is needed for genesys backend
 USE_LANGUAGES=         c c++11



Home | Main Index | Thread Index | Old Index