svn commit: r552189 - head/devel/py-tiamat

Kirill Ponomarev krion at FreeBSD.org
Tue Oct 13 06:17:39 UTC 2020


Author: krion
Date: Tue Oct 13 06:17:38 2020
New Revision: 552189
URL: https://svnweb.freebsd.org/changeset/ports/552189

Log:
  Add concurrent to use console_scripts.
  Add LICENSE_FILE.
  
  Submitted by:	koobs

Modified:
  head/devel/py-tiamat/Makefile

Modified: head/devel/py-tiamat/Makefile
==============================================================================
--- head/devel/py-tiamat/Makefile	Tue Oct 13 06:17:20 2020	(r552188)
+++ head/devel/py-tiamat/Makefile	Tue Oct 13 06:17:38 2020	(r552189)
@@ -3,6 +3,7 @@
 
 PORTNAME=	tiamat
 PORTVERSION=	7.3
+PORTREVISION=	1
 CATEGORIES=	devel python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -10,6 +11,7 @@ MAINTAINER=	krion at FreeBSD.org
 COMMENT=	Single binary builder for Python projects
 
 LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pop>=0:devel/py-pop@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \
@@ -19,7 +21,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pop>=0:devel/py-po
 		${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3@${PY_FLAVOR}
 
 USES=		python:3.6+ shebangfix
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 
 USE_GITLAB=	yes
 GL_ACCOUNT=	saltstack/pop


More information about the svn-ports-all mailing list