git: 7031ce1330da - main - misc/py-spdx-lookup: Mark DEPRECATED and set EXPIRATION_DATE to 2025-02-28
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Feb 2025 16:10:18 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7031ce1330dad1c3aa78739d201b0658381e33c2 commit 7031ce1330dad1c3aa78739d201b0658381e33c2 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-02-03 15:35:06 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-02-03 15:54:25 +0000 misc/py-spdx-lookup: Mark DEPRECATED and set EXPIRATION_DATE to 2025-02-28 PR: 284452 Reported by: diizzy --- misc/py-spdx-lookup/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/misc/py-spdx-lookup/Makefile b/misc/py-spdx-lookup/Makefile index dcb0dc14046e..4e54c93e9c3e 100644 --- a/misc/py-spdx-lookup/Makefile +++ b/misc/py-spdx-lookup/Makefile @@ -12,6 +12,9 @@ WWW= https://github.com/bbqsrc/spdx-lookup-python LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Upstream repository has been archived on Nov 13, 2020 +EXPIRATION_DATE=2025-02-28 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}spdx>=2.3.0:misc/py-spdx@${PY_FLAVOR}