svn commit: r560936 - head/devel/py-clikit

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 10 08:20:14 UTC 2021


Author: sunpoet
Date: Sun Jan 10 08:20:09 2021
New Revision: 560936
URL: https://svnweb.freebsd.org/changeset/ports/560936

Log:
  Clean up Makefile after r559531 (USES=python:3.6+)

Modified:
  head/devel/py-clikit/Makefile

Modified: head/devel/py-clikit/Makefile
==============================================================================
--- head/devel/py-clikit/Makefile	Sun Jan 10 08:20:05 2021	(r560935)
+++ head/devel/py-clikit/Makefile	Sun Jan 10 08:20:09 2021	(r560936)
@@ -13,21 +13,13 @@ COMMENT=	Utilities to build beautiful and testable com
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PY_ENUM34} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}crashtest>=0.3.0<0.4.0:devel/py-crashtest@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pastel>=0.2.0:devel/py-pastel@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pylev>=1.3<2.0:devel/py-pylev@${PY_FLAVOR} \
-		${PY_TYPING}
+		${PYTHON_PKGNAMEPREFIX}pylev>=1.3<2.0:devel/py-pylev@${PY_FLAVOR}
 
 USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} >= 3600
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}crashtest>=0.3.0<0.4.0:devel/py-crashtest@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
-
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list