svn commit: r567170 - head/dns/py-py3dns

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Mar 3 18:11:45 UTC 2021


Author: sunpoet
Date: Wed Mar  3 18:11:40 2021
New Revision: 567170
URL: https://svnweb.freebsd.org/changeset/ports/567170

Log:
  Remove WRKSRC

Modified:
  head/dns/py-py3dns/Makefile

Modified: head/dns/py-py3dns/Makefile
==============================================================================
--- head/dns/py-py3dns/Makefile	Wed Mar  3 18:11:39 2021	(r567169)
+++ head/dns/py-py3dns/Makefile	Wed Mar  3 18:11:40 2021	(r567170)
@@ -18,10 +18,9 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-se
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
 
 USES=		python:3.3+
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 do-test:
 	cd ${WRKSRC}/ && ${PYTHON_CMD} -m pytest


More information about the svn-ports-head mailing list