Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Feb 2025 16:10:18 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7031ce1330da - main - misc/py-spdx-lookup: Mark DEPRECATED and set EXPIRATION_DATE to 2025-02-28
Message-ID:  <202502031610.513GAI5n060336@gitrepo.freebsd.org>

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



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