Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jan 2022 18:54:41 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: 957dae319ca4 - main - devel/py-installer: Clean up Makefile after 6c401020d1946446ed7f46742d7dca78c201408f (python36 removal)
Message-ID:  <202201111854.20BIsfR1063066@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=957dae319ca408b81a63543f4f6d530f19f3b7a0

commit 957dae319ca408b81a63543f4f6d530f19f3b7a0
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-01-11 17:15:15 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-01-11 18:44:24 +0000

    devel/py-installer: Clean up Makefile after 6c401020d1946446ed7f46742d7dca78c201408f (python36 removal)
---
 devel/py-installer/Makefile | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/devel/py-installer/Makefile b/devel/py-installer/Makefile
index d172ba2bf015..c502de439650 100644
--- a/devel/py-installer/Makefile
+++ b/devel/py-installer/Makefile
@@ -17,10 +17,4 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 30700
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}importlib-resources>=0:devel/py-importlib-resources@${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.20BIsfR1063066>