pkgsrc-Changes archive

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

CVS commit: pkgsrc/filesystems/py-fuse-bindings



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jun  8 21:46:03 UTC 2026

Modified Files:
        pkgsrc/filesystems/py-fuse-bindings: Makefile

Log Message:
py-fuse-bindings: drop Python 2.7 support

doesn't work with wheel.mk


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/filesystems/py-fuse-bindings/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/filesystems/py-fuse-bindings/Makefile
diff -u pkgsrc/filesystems/py-fuse-bindings/Makefile:1.29 pkgsrc/filesystems/py-fuse-bindings/Makefile:1.30
--- pkgsrc/filesystems/py-fuse-bindings/Makefile:1.29   Wed Jun  3 05:55:10 2026
+++ pkgsrc/filesystems/py-fuse-bindings/Makefile        Mon Jun  8 21:46:02 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2026/06/03 05:55:10 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2026/06/08 21:46:02 wiz Exp $
 
 VERSION=               1.0.9
 DISTNAME=              fuse_python-${VERSION}
@@ -18,8 +18,6 @@ USE_TOOLS+=           pkg-config
 PLIST_SUBST+=          PYPKGPREFIX=${PYPKGPREFIX}
 PRINT_PLIST_AWK+=      { gsub("${PYPKGPREFIX}-", "$${PYPKGPREFIX}-"); }
 
-PYTHON_27_ACCEPTED=    yes
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/fuse.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index