pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-pook py-pook: python 3.x only



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8cff7e1b5703
branches:  trunk
changeset: 383925:8cff7e1b5703
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Aug 24 12:50:12 2022 +0000

description:
py-pook: python 3.x only

diffstat:

 www/py-pook/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 2f87e2267d4c -r 8cff7e1b5703 www/py-pook/Makefile
--- a/www/py-pook/Makefile      Wed Aug 24 12:49:24 2022 +0000
+++ b/www/py-pook/Makefile      Wed Aug 24 12:50:12 2022 +0000
@@ -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}-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