Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Aug 2019 18:26:53 +0000 (UTC)
From:      Dan Langille <dvl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r509828 - head/dns/py-tldextract
Message-ID:  <201908251826.x7PIQrrb089115@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dvl
Date: Sun Aug 25 18:26:52 2019
New Revision: 509828
URL: https://svnweb.freebsd.org/changeset/ports/509828

Log:
  Add RUN_DEPENDS for www/py-requests-file
  Add USE_PYTHON=concurrent
  
  PR:		240103
  Submitted by:	Adam Jimerson <vendion@gmail.com>

Modified:
  head/dns/py-tldextract/Makefile

Modified: head/dns/py-tldextract/Makefile
==============================================================================
--- head/dns/py-tldextract/Makefile	Sun Aug 25 18:24:59 2019	(r509827)
+++ head/dns/py-tldextract/Makefile	Sun Aug 25 18:26:52 2019	(r509828)
@@ -3,6 +3,7 @@
 
 PORTNAME=	tldextract
 PORTVERSION=	2.2.1
+PORTREVISION=	1
 CATEGORIES=	dns python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,10 +13,11 @@ COMMENT=	Separate the TLD from the registered domain a
 
 LICENSE=	BSD3CLAUSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}idna>=2.0:dns/py-idna@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}idna>=2.0:dns/py-idna@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}requests-file>=1.4:www/py-requests-file@${PY_FLAVOR}
 
 USES=	python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 



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