pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/sane-backends
Module Name: pkgsrc
Committed By: nia
Date: Thu Jul 21 11:04:34 UTC 2022
Modified Files:
pkgsrc/graphics/sane-backends: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 pkgsrc/graphics/sane-backends/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/sane-backends/Makefile
diff -u pkgsrc/graphics/sane-backends/Makefile:1.81 pkgsrc/graphics/sane-backends/Makefile:1.82
--- pkgsrc/graphics/sane-backends/Makefile:1.81 Thu Jul 14 23:46:24 2022
+++ pkgsrc/graphics/sane-backends/Makefile Thu Jul 21 11:04:34 2022
@@ -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 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
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