Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jun 2022 22:53:00 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 99409e158e70 - main - devel/py-stsci.distutils: Mark BROKEN
Message-ID:  <202206062253.256Mr0c0061634@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206062253.256Mr0c0061634>