svn commit: r560974 - head/textproc/py-tomlkit

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


Author: sunpoet
Date: Sun Jan 10 08:23:11 2021
New Revision: 560974
URL: https://svnweb.freebsd.org/changeset/ports/560974

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

Modified:
  head/textproc/py-tomlkit/Makefile

Modified: head/textproc/py-tomlkit/Makefile
==============================================================================
--- head/textproc/py-tomlkit/Makefile	Sun Jan 10 08:22:51 2021	(r560973)
+++ head/textproc/py-tomlkit/Makefile	Sun Jan 10 08:23:11 2021	(r560974)
@@ -13,18 +13,9 @@ COMMENT=	Style-preserving TOML library
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PY_ENUM34} \
-		${PY_TYPING}
-
 USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 3000
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}functools32>=3.2.3<4.0.0:devel/py-functools32@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list