pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/py-audioread



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 30 18:31:42 UTC 2023

Modified Files:
        pkgsrc/audio/py-audioread: Makefile

Log Message:
py-audioread: not for python 2


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/audio/py-audioread/Makefile

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

Modified files:

Index: pkgsrc/audio/py-audioread/Makefile
diff -u pkgsrc/audio/py-audioread/Makefile:1.9 pkgsrc/audio/py-audioread/Makefile:1.10
--- pkgsrc/audio/py-audioread/Makefile:1.9      Tue Jan  4 20:52:32 2022
+++ pkgsrc/audio/py-audioread/Makefile  Sun Apr 30 18:31:42 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2022/01/04 20:52:32 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2023/04/30 18:31:42 wiz Exp $
 
 DISTNAME=      audioread-2.1.9
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,5 +15,7 @@ BUILD_DEPENDS+=       ${PYPKGPREFIX}-test-runn
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index