git: 99409e158e70 - main - devel/py-stsci.distutils: Mark BROKEN
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 Jun 2022 22:53:00 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=99409e158e70ec3ee1898f30a7fe6ef8c84ada6c commit 99409e158e70ec3ee1898f30a7fe6ef8c84ada6c Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-06-06 22:51:33 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-06-06 22:51:33 +0000 devel/py-stsci.distutils: Mark BROKEN - Requires python setuptools<58.0.0 - Mark DEPRECATED as last upstream update was in 2013 - Set EXPIRATION_DATE on 2022-06-30 --- devel/py-stsci.distutils/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/devel/py-stsci.distutils/Makefile b/devel/py-stsci.distutils/Makefile index c68303276101..03f79db29b0e 100644 --- a/devel/py-stsci.distutils/Makefile +++ b/devel/py-stsci.distutils/Makefile @@ -11,9 +11,13 @@ COMMENT= Packaging utilities used by some of STScI's packages LICENSE= BSD3CLAUSE +DEPRECATED= Upstream abandoned in 2013 +EXPIRATION_DATE= 2022-06-30 +BROKEN= requires python setuptools<58.0.0 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}d2to1>0:devel/py-d2to1@${PY_FLAVOR} USES= python:3.6+ -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include <bsd.port.mk>