pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-httplib2 py-httplib2: restrict to python3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5f910641d082
branches:  trunk
changeset: 382106:5f910641d082
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jul 20 22:13:26 2022 +0000

description:
py-httplib2: restrict to python3

diffstat:

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

diffs (23 lines):

diff -r 5bfa09379f66 -r 5f910641d082 www/py-httplib2/Makefile
--- a/www/py-httplib2/Makefile  Wed Jul 20 22:09:56 2022 +0000
+++ b/www/py-httplib2/Makefile  Wed Jul 20 22:13:26 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2022/02/07 13:08:29 adam Exp $
+# $NetBSD: Makefile,v 1.33 2022/07/20 22:13:26 wiz Exp $
 
 DISTNAME=      httplib2-0.20.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,10 +10,11 @@
 COMMENT=       Comprehensive http client library for Python
 LICENSE=       mit
 
-PYTHON_VERSIONED_DEPENDENCIES+=        pyparsing
+DEPENDS+=      ${PYPKGPREFIX}-pyparsing-[0-9]*:../../devel/py-pyparsing
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index