pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-pook



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Aug 24 12:50:12 UTC 2022

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

Log Message:
py-pook: python 3.x only


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-pook/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-pook/Makefile
diff -u pkgsrc/www/py-pook/Makefile:1.1 pkgsrc/www/py-pook/Makefile:1.2
--- pkgsrc/www/py-pook/Makefile:1.1     Wed Aug 24 12:48:05 2022
+++ pkgsrc/www/py-pook/Makefile Wed Aug 24 12:50:12 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/08/24 12:48:05 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2022/08/24 12:50:12 wiz Exp $
 
 DISTNAME=      pook-1.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -18,6 +18,8 @@ DEPENDS+=     ${PYPKGPREFIX}-requests>=2.20.
 DEPENDS+=      ${PYPKGPREFIX}-urllib3>=1.24.2:../../www/py-urllib3
 TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.0.3:../../devel/py-test
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 # as of 1.0.2
 # 2 failed, 31 passed, 14 warnings
 TEST_ENV+=     PYTHONPATH=${WRKSRC}/build/lib



Home | Main Index | Thread Index | Old Index