pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-serializable
Module Name: pkgsrc
Committed By: wiz
Date: Thu May 4 11:40:42 UTC 2023
Modified Files:
pkgsrc/devel/py-serializable: Makefile
Log Message:
py-serializable: not for Python 2
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-serializable/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-serializable/Makefile
diff -u pkgsrc/devel/py-serializable/Makefile:1.1 pkgsrc/devel/py-serializable/Makefile:1.2
--- pkgsrc/devel/py-serializable/Makefile:1.1 Thu May 4 10:51:34 2023
+++ pkgsrc/devel/py-serializable/Makefile Thu May 4 11:40:42 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/05/04 10:51:34 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2023/05/04 11:40:42 wiz Exp $
DISTNAME= py-serializable-0.12.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py-//}
@@ -14,5 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-defusedxml>=0.7
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index