svn commit: r509828 - head/dns/py-tldextract

Dan Langille dvl at FreeBSD.org
Sun Aug 25 18:26:53 UTC 2019


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 at 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
 


More information about the svn-ports-head mailing list