git: f45833e4a929 - main - misc/py-spdx: 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:19 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f45833e4a929904eb0f521e79574b43e8d9c8c38 commit f45833e4a929904eb0f521e79574b43e8d9c8c38 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-02-03 15:35:09 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-02-03 15:54:25 +0000 misc/py-spdx: Mark DEPRECATED and set EXPIRATION_DATE to 2025-02-28 PR: 284453 Reported by: diizzy --- misc/py-spdx/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/misc/py-spdx/Makefile b/misc/py-spdx/Makefile index f5a04198cc3a..9c90c6537005 100644 --- a/misc/py-spdx/Makefile +++ b/misc/py-spdx/Makefile @@ -12,6 +12,9 @@ WWW= https://github.com/bbqsrc/spdx-python LICENSE= CC0-1.0 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}