pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-magic-wormhole



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed May 21 15:28:17 UTC 2025

Modified Files:
        pkgsrc/net/py-magic-wormhole: Makefile

Log Message:
py-magic-wormhole: set PYTHON_SELF_CONFLICT=yes


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/py-magic-wormhole/Makefile

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

Modified files:

Index: pkgsrc/net/py-magic-wormhole/Makefile
diff -u pkgsrc/net/py-magic-wormhole/Makefile:1.19 pkgsrc/net/py-magic-wormhole/Makefile:1.20
--- pkgsrc/net/py-magic-wormhole/Makefile:1.19  Wed May 21 15:26:02 2025
+++ pkgsrc/net/py-magic-wormhole/Makefile       Wed May 21 15:28:17 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2025/05/21 15:26:02 schmonz Exp $
+# $NetBSD: Makefile,v 1.20 2025/05/21 15:28:17 adam Exp $
 
 DISTNAME=      magic-wormhole-0.18.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -50,6 +50,8 @@ USE_LANGUAGES=        # none
 
 AUTO_MKDIRS=   yes
 
+PYTHON_SELF_CONFLICT=  yes # completion files
+
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} wormhole wormhole-${PYVERSSUFFIX} || ${TRUE}



Home | Main Index | Thread Index | Old Index