pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-httplib2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jul 20 22:13:26 UTC 2022

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

Log Message:
py-httplib2: restrict to python3


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/www/py-httplib2/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-httplib2/Makefile
diff -u pkgsrc/www/py-httplib2/Makefile:1.32 pkgsrc/www/py-httplib2/Makefile:1.33
--- pkgsrc/www/py-httplib2/Makefile:1.32        Mon Feb  7 13:08:29 2022
+++ pkgsrc/www/py-httplib2/Makefile     Wed Jul 20 22:13:26 2022
@@ -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 @@ HOMEPAGE=   https://github.com/httplib2/ht
 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