git: 14ea9acdcc86 - main - misc/py-spdx-lookup: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 02 Jun 2025 18:00:54 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=14ea9acdcc8612d8e2a9860caa9493c7259dd2df
commit 14ea9acdcc8612d8e2a9860caa9493c7259dd2df
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-06-02 18:00:49 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-06-02 18:00:49 +0000
misc/py-spdx-lookup: Remove expired port
2025-02-28 misc/py-spdx-lookup: Upstream repository has been archived on Nov 13, 2020
---
MOVED | 1 +
misc/Makefile | 1 -
misc/py-spdx-lookup/Makefile | 27 ---------------------------
misc/py-spdx-lookup/distinfo | 3 ---
misc/py-spdx-lookup/pkg-descr | 1 -
5 files changed, 1 insertion(+), 32 deletions(-)
diff --git a/MOVED b/MOVED
index 3c118e92e9eb..56e338bc2e1b 100644
--- a/MOVED
+++ b/MOVED
@@ -4480,3 +4480,4 @@ misc/py-gluonnlp||2025-06-02|Has expired: Depends on expiring misc/py-mxnet
misc/py-mxnet||2025-06-02|Has expired: Depends on expired misc/mxnet
misc/mxnet||2025-06-02|Has expired: Project has been retired by Apache, see https://attic.apache.org/projects/mxnet.html
sysutils/py-upt||2025-06-02|Has expired: Depends on expired misc/py-spdx-lookup
+misc/py-spdx-lookup||2025-06-02|Has expired: Upstream repository has been archived on Nov 13, 2020
diff --git a/misc/Makefile b/misc/Makefile
index 193edabdb3c7..13121cbaa48a 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -525,7 +525,6 @@
SUBDIR += py-sigopt
SUBDIR += py-soapy_power
SUBDIR += py-spdx
- SUBDIR += py-spdx-lookup
SUBDIR += py-spdx-tools
SUBDIR += py-spinners
SUBDIR += py-synced-collections
diff --git a/misc/py-spdx-lookup/Makefile b/misc/py-spdx-lookup/Makefile
deleted file mode 100644
index 4e54c93e9c3e..000000000000
--- a/misc/py-spdx-lookup/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-PORTNAME= spdx-lookup
-PORTVERSION= 0.3.3
-PORTREVISION= 1
-CATEGORIES= misc python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= SPDX license list query tool
-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}
-
-USES= python
-USE_PYTHON= autoplist concurrent pep517
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/misc/py-spdx-lookup/distinfo b/misc/py-spdx-lookup/distinfo
deleted file mode 100644
index 42b6cf0dd8a1..000000000000
--- a/misc/py-spdx-lookup/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1607539801
-SHA256 (spdx-lookup-0.3.3.tar.gz) = d41e08ecebb9a6720e8b1dff029b43802c9d929e06dcb648aea58ba93d8f125e
-SIZE (spdx-lookup-0.3.3.tar.gz) = 4987
diff --git a/misc/py-spdx-lookup/pkg-descr b/misc/py-spdx-lookup/pkg-descr
deleted file mode 100644
index a7b13ddc1b71..000000000000
--- a/misc/py-spdx-lookup/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-A tool to query the SPDX license list. Use the binary `spdx-lookup`.