aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-06-06 22:51:33 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-06-06 22:51:33 +0000
commit99409e158e70ec3ee1898f30a7fe6ef8c84ada6c (patch)
tree4fbd2f6c65473d1640347d368771884160189093
parent75658f7b785c076e082dfbd42996d0219110cdff (diff)
downloadports-99409e158e70ec3ee1898f30a7fe6ef8c84ada6c.tar.gz
ports-99409e158e70ec3ee1898f30a7fe6ef8c84ada6c.zip
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
-rw-r--r--devel/py-stsci.distutils/Makefile6
1 files changed, 5 insertions, 1 deletions
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>