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:   gdt
Date:           Sun Jun 14 23:10:53 UTC 2026

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

Log Message:
filesystems/py-fuse-bindings: Change back to egg.mk to accomodate unmaintained fuse filesystems

wheel.mk does not allow 2.7 and there are 3 2.7-only filesystems
still.  While they are probably ripe for removal, I don't want to
couple that.

Tested with python 3.13 and bup.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/filesystems/py-fuse-bindings/Makefile
cvs rdiff -u -r1.12 -r1.13 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.30 pkgsrc/filesystems/py-fuse-bindings/Makefile:1.31
--- pkgsrc/filesystems/py-fuse-bindings/Makefile:1.30   Mon Jun  8 21:46:02 2026
+++ pkgsrc/filesystems/py-fuse-bindings/Makefile        Sun Jun 14 23:10:53 2026
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.30 2026/06/08 21:46:02 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2026/06/14 23:10:53 gdt Exp $
 
 VERSION=               1.0.9
 DISTNAME=              fuse_python-${VERSION}
 PKGNAME=               ${PYPKGPREFIX}-fuse-bindings-${VERSION}
+PKGREVISION=           1
 CATEGORIES=            filesystems python
 MASTER_SITES=          ${MASTER_SITE_PYPI:=f/fuse-python/}
 
@@ -15,9 +16,14 @@ TOOL_DEPENDS+=               ${PYPKGPREFIX}-setuptool
 
 USE_TOOLS+=            pkg-config
 
+PYTHON_27_ACCEPTED=    yes
+
 PLIST_SUBST+=          PYPKGPREFIX=${PYPKGPREFIX}
 PRINT_PLIST_AWK+=      { gsub("${PYPKGPREFIX}-", "$${PYPKGPREFIX}-"); }
 
-.include "../../lang/python/wheel.mk"
+# Do not convert to wheel.mk because that does not support 2.7, and
+# there are multiple (unmaintained by definition) fuse filesystems
+# that are still 2.7 only.
+.include "../../lang/python/egg.mk"
 .include "../../mk/fuse.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/filesystems/py-fuse-bindings/PLIST
diff -u pkgsrc/filesystems/py-fuse-bindings/PLIST:1.12 pkgsrc/filesystems/py-fuse-bindings/PLIST:1.13
--- pkgsrc/filesystems/py-fuse-bindings/PLIST:1.12      Wed Jun  3 05:55:10 2026
+++ pkgsrc/filesystems/py-fuse-bindings/PLIST   Sun Jun 14 23:10:53 2026
@@ -1,13 +1,11 @@
-@comment $NetBSD: PLIST,v 1.12 2026/06/03 05:55:10 wiz Exp $
+@comment $NetBSD: PLIST,v 1.13 2026/06/14 23:10:53 gdt Exp $
 ${PYSITELIB}/fuse.py
 ${PYSITELIB}/fuse.pyc
 ${PYSITELIB}/fuse.pyo
-${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/RECORD
-${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/licenses/AUTHORS
-${PYSITELIB}/${WHEEL_INFODIR}/licenses/COPYING
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/fuseparts/__init__.py
 ${PYSITELIB}/fuseparts/__init__.pyc
 ${PYSITELIB}/fuseparts/__init__.pyo



Home | Main Index | Thread Index | Old Index