Wed Jul 20 22:13:26 2022 UTC ()
py-httplib2: restrict to python3


(wiz)
diff -r1.32 -r1.33 pkgsrc/www/py-httplib2/Makefile

cvs diff -r1.32 -r1.33 pkgsrc/www/py-httplib2/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-httplib2/Makefile 2022/02/07 13:08:29 1.32
+++ pkgsrc/www/py-httplib2/Makefile 2022/07/20 22:13:26 1.33
@@ -1,19 +1,20 @@ @@ -1,19 +1,20 @@
1# $NetBSD: Makefile,v 1.32 2022/02/07 13:08:29 adam Exp $ 1# $NetBSD: Makefile,v 1.33 2022/07/20 22:13:26 wiz Exp $
2 2
3DISTNAME= httplib2-0.20.4 3DISTNAME= httplib2-0.20.4
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= www python 5CATEGORIES= www python
6MASTER_SITES= ${MASTER_SITE_PYPI:=h/httplib2/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=h/httplib2/}
7 7
8MAINTAINER= mj@mjturner.net 8MAINTAINER= mj@mjturner.net
9HOMEPAGE= https://github.com/httplib2/httplib2 9HOMEPAGE= https://github.com/httplib2/httplib2
10COMMENT= Comprehensive http client library for Python 10COMMENT= Comprehensive http client library for Python
11LICENSE= mit 11LICENSE= mit
12 12
13PYTHON_VERSIONED_DEPENDENCIES+= pyparsing 13DEPENDS+= ${PYPKGPREFIX}-pyparsing-[0-9]*:../../devel/py-pyparsing
 14
 15PYTHON_VERSIONS_INCOMPATIBLE= 27
14 16
15USE_LANGUAGES= # none 17USE_LANGUAGES= # none
16 18
17.include "../../lang/python/egg.mk" 19.include "../../lang/python/egg.mk"
18.include "../../lang/python/versioned_dependencies.mk" 
19.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"