svn commit: r567482 - branches/2021Q1/www/py-httplib2

Li-Wen Hsu lwhsu at FreeBSD.org
Sat Mar 6 11:55:38 UTC 2021


Author: lwhsu
Date: Sat Mar  6 11:55:37 2021
New Revision: 567482
URL: https://svnweb.freebsd.org/changeset/ports/567482

Log:
  MFH: r567481
  
  www/py-httplib2: Add missing RUN_DEPENDS
  
  PR:		253962
  Reported by:	David Siebörger <drs-freebsd at sieborger.nom.za>

Modified:
  branches/2021Q1/www/py-httplib2/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/www/py-httplib2/Makefile
==============================================================================
--- branches/2021Q1/www/py-httplib2/Makefile	Sat Mar  6 11:54:47 2021	(r567481)
+++ branches/2021Q1/www/py-httplib2/Makefile	Sat Mar  6 11:55:37 2021	(r567482)
@@ -2,6 +2,7 @@
 
 PORTNAME=	httplib2
 PORTVERSION=	0.18.1
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +12,9 @@ COMMENT=	Comprehensive HTTP client library
 
 LICENSE=	MIT
 
-USES=		python:3.6+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyparsing>=2.4.2:devel/py-pyparsing@${PY_FLAVOR}
+
+USES=		python
 
 NO_ARCH=	yes
 USE_PYTHON=	autoplist distutils


More information about the svn-ports-all mailing list