pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/py-tinydb
Module Name: pkgsrc
Committed By: jperkin
Date: Mon Nov 20 09:30:54 UTC 2023
Modified Files:
pkgsrc/databases/py-tinydb: Makefile
Log Message:
py-tinydb: Fix PYTHON_VERSIONS_INCOMPATIBLE.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/py-tinydb/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/py-tinydb/Makefile
diff -u pkgsrc/databases/py-tinydb/Makefile:1.1 pkgsrc/databases/py-tinydb/Makefile:1.2
--- pkgsrc/databases/py-tinydb/Makefile:1.1 Sun Nov 19 01:19:49 2023
+++ pkgsrc/databases/py-tinydb/Makefile Mon Nov 20 09:30:53 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/11/19 01:19:49 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2023/11/20 09:30:53 jperkin Exp $
DISTNAME= tinydb-4.8.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -14,7 +14,7 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-[0-
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+PYTHON_VERSIONS_INCOMPATIBLE= 27 38
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index