pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-mixbox
Module Name: pkgsrc
Committed By: adam
Date: Fri Jul 9 18:57:44 UTC 2021
Modified Files:
pkgsrc/devel/py-mixbox: Makefile
Log Message:
py-mixbox: mark as not for Python 2.7
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-mixbox/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-mixbox/Makefile
diff -u pkgsrc/devel/py-mixbox/Makefile:1.3 pkgsrc/devel/py-mixbox/Makefile:1.4
--- pkgsrc/devel/py-mixbox/Makefile:1.3 Mon Jan 11 14:05:20 2021
+++ pkgsrc/devel/py-mixbox/Makefile Fri Jul 9 18:57:44 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/01/11 14:05:20 adam Exp $
+# $NetBSD: Makefile,v 1.4 2021/07/09 18:57:44 adam Exp $
DISTNAME= mixbox-1.0.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -16,5 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-ordered-set-[0-
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-ordered-set
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index