pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-nh3



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Nov  5 01:08:19 UTC 2023

Modified Files:
        pkgsrc/www/py-nh3: Makefile

Log Message:
py-nh3: not for Python 2


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-nh3/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-nh3/Makefile
diff -u pkgsrc/www/py-nh3/Makefile:1.1 pkgsrc/www/py-nh3/Makefile:1.2
--- pkgsrc/www/py-nh3/Makefile:1.1      Sun Nov  5 01:04:31 2023
+++ pkgsrc/www/py-nh3/Makefile  Sun Nov  5 01:08:19 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/11/05 01:04:31 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2023/11/05 01:08:19 wiz Exp $
 
 DISTNAME=      nh3-0.2.14
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,6 +14,8 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-maturin-[0
 
 USE_LANGUAGES=         c
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "cargo-depends.mk"
 
 .include "../../lang/python/wheel.mk"



Home | Main Index | Thread Index | Old Index