pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/py-peewee



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Aug 10 06:52:57 UTC 2024

Modified Files:
        pkgsrc/databases/py-peewee: Makefile

Log Message:
py-peewee: not for Python 3.9


To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 pkgsrc/databases/py-peewee/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-peewee/Makefile
diff -u pkgsrc/databases/py-peewee/Makefile:1.106 pkgsrc/databases/py-peewee/Makefile:1.107
--- pkgsrc/databases/py-peewee/Makefile:1.106   Tue Jul 16 03:46:24 2024
+++ pkgsrc/databases/py-peewee/Makefile Sat Aug 10 06:52:57 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.106 2024/07/16 03:46:24 adam Exp $
+# $NetBSD: Makefile,v 1.107 2024/08/10 06:52:57 adam Exp $
 
 DISTNAME=      peewee-3.17.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,7 +15,7 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-sphinx-[0-
 TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx-rtd-theme-[0-9]*:../../textproc/py-sphinx-rtd-theme
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39 # py-sphinx
 
 MAKE_FLAGS+=   SPHINXBUILD=sphinx-build-${PYVERSSUFFIX}
 



Home | Main Index | Thread Index | Old Index