pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/py-brotli
Module Name: pkgsrc
Committed By: wiz
Date: Sun Sep 24 23:39:18 UTC 2023
Modified Files:
pkgsrc/archivers/py-brotli: Makefile
Log Message:
py-brotli: not for Python 2
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/archivers/py-brotli/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/archivers/py-brotli/Makefile
diff -u pkgsrc/archivers/py-brotli/Makefile:1.4 pkgsrc/archivers/py-brotli/Makefile:1.5
--- pkgsrc/archivers/py-brotli/Makefile:1.4 Wed Sep 13 19:38:48 2023
+++ pkgsrc/archivers/py-brotli/Makefile Sun Sep 24 23:39:18 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2023/09/13 19:38:48 adam Exp $
+# $NetBSD: Makefile,v 1.5 2023/09/24 23:39:18 wiz Exp $
DISTNAME= Brotli-1.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -12,5 +12,7 @@ LICENSE= mit
USE_LANGUAGES= c c++
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index