Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Sep 2020 19:18:05 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r549829 - head/textproc/py-googletrans
Message-ID:  <202009231918.08NJI5Px042527@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Sep 23 19:18:04 2020
New Revision: 549829
URL: https://svnweb.freebsd.org/changeset/ports/549829

Log:
  Change RUN_DEPENDS from py-httpx to py-httpx013
  
  - Bump PORTREVISION for dependency change
  
  Kai checked the test suite and 1 test fails with httpx 0.14.0.
  Therefore, I change this port to use repocopied httpx 0.13.3 for now.
  
  Approved by:	kai (maintainer, implicit, via private mail)

Modified:
  head/textproc/py-googletrans/Makefile

Modified: head/textproc/py-googletrans/Makefile
==============================================================================
--- head/textproc/py-googletrans/Makefile	Wed Sep 23 19:18:00 2020	(r549828)
+++ head/textproc/py-googletrans/Makefile	Wed Sep 23 19:18:04 2020	(r549829)
@@ -2,6 +2,7 @@
 
 PORTNAME=	googletrans
 DISTVERSION=	3.0.0
+PORTREVISION=	1
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +13,7 @@ COMMENT=	Free Google Translate API that translates tot
 LICENSE=	MIT
 # LICENSE_FILE isn't packaged in the sdist, yet
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}httpx==0.14.3:www/py-httpx@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}httpx013>=0.13.3<0.13.4:www/py-httpx013@${PY_FLAVOR}
 
 USES=		python:3.7+ # due www/py-httpx that requires 3.7+
 USE_PYTHON=	distutils autoplist



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009231918.08NJI5Px042527>