pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/py-mpd2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Dec 19 13:18:11 UTC 2021

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

Log Message:
py-mpd2: not for python 2.x


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/py-mpd2/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-mpd2/Makefile
diff -u pkgsrc/audio/py-mpd2/Makefile:1.1 pkgsrc/audio/py-mpd2/Makefile:1.2
--- pkgsrc/audio/py-mpd2/Makefile:1.1   Sat Sep 14 11:03:22 2019
+++ pkgsrc/audio/py-mpd2/Makefile       Sun Dec 19 13:18:11 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/09/14 11:03:22 nia Exp $
+# $NetBSD: Makefile,v 1.2 2021/12/19 13:18:11 wiz Exp $
 
 DISTNAME=      python-mpd2-1.0.0
 PKGNAME=       ${PYPKGPREFIX}-mpd2-1.0.0
@@ -13,5 +13,7 @@ LICENSE=      gnu-lgpl-v3
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index