Date: Tue, 11 Jan 2022 18:54:50 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 997f6db384fe - main - devel/py-libcst: Clean up Makefile after 6c401020d1946446ed7f46742d7dca78c201408f (python36 removal) Message-ID: <202201111854.20BIsonG063268@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=997f6db384fefd7f51be226c0a03ffa1946c8431 commit 997f6db384fefd7f51be226c0a03ffa1946c8431 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-01-11 17:15:22 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-01-11 18:44:27 +0000 devel/py-libcst: Clean up Makefile after 6c401020d1946446ed7f46742d7dca78c201408f (python36 removal) --- devel/py-libcst/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/devel/py-libcst/Makefile b/devel/py-libcst/Makefile index 0480c897d578..2e7de584b5ae 100644 --- a/devel/py-libcst/Makefile +++ b/devel/py-libcst/Makefile @@ -22,10 +22,4 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 30700 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dataclasses>=0.6.0:devel/py-dataclasses@${PY_FLAVOR} -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201111854.20BIsonG063268>