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:           Wed Jun  3 05:55:10 UTC 2026

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

Log Message:
py-fuse-bindings: fix build

clean up while here


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

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.28 pkgsrc/filesystems/py-fuse-bindings/Makefile:1.29
--- pkgsrc/filesystems/py-fuse-bindings/Makefile:1.28   Tue Jun  2 23:59:16 2026
+++ pkgsrc/filesystems/py-fuse-bindings/Makefile        Wed Jun  3 05:55:10 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2026/06/02 23:59:16 gdt Exp $
+# $NetBSD: Makefile,v 1.29 2026/06/03 05:55:10 wiz Exp $
 
 VERSION=               1.0.9
 DISTNAME=              fuse_python-${VERSION}
@@ -11,10 +11,10 @@ HOMEPAGE=           https://pypi.python.org/pypi/
 COMMENT=               Python bindings for FUSE and refuse
 LICENSE=               gnu-lgpl-v2.1
 
+TOOL_DEPENDS+=         ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+
 USE_TOOLS+=            pkg-config
 
-EGDIR=                 share/examples/${PKGBASE}
-INSTALLATION_DIRS=     ${EGDIR}
 PLIST_SUBST+=          PYPKGPREFIX=${PYPKGPREFIX}
 PRINT_PLIST_AWK+=      { gsub("${PYPKGPREFIX}-", "$${PYPKGPREFIX}-"); }
 

Index: pkgsrc/filesystems/py-fuse-bindings/PLIST
diff -u pkgsrc/filesystems/py-fuse-bindings/PLIST:1.11 pkgsrc/filesystems/py-fuse-bindings/PLIST:1.12
--- pkgsrc/filesystems/py-fuse-bindings/PLIST:1.11      Tue Jun  2 23:52:47 2026
+++ pkgsrc/filesystems/py-fuse-bindings/PLIST   Wed Jun  3 05:55:10 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2026/06/02 23:52:47 gdt Exp $
+@comment $NetBSD: PLIST,v 1.12 2026/06/03 05:55:10 wiz Exp $
 ${PYSITELIB}/fuse.py
 ${PYSITELIB}/fuse.pyc
 ${PYSITELIB}/fuse.pyo
@@ -18,4 +18,3 @@ ${PYSITELIB}/fuseparts/setcompatwrap.pyo
 ${PYSITELIB}/fuseparts/subbedopts.py
 ${PYSITELIB}/fuseparts/subbedopts.pyc
 ${PYSITELIB}/fuseparts/subbedopts.pyo
-@pkgdir share/examples/${PYPKGPREFIX}-fuse-bindings



Home | Main Index | Thread Index | Old Index