git: 484c3a328f94 - main - misc/py-spdx: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 02 Jun 2025 18:01:22 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=484c3a328f94fd073cb3145350482dc5f1ac01f4
commit 484c3a328f94fd073cb3145350482dc5f1ac01f4
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-06-02 18:01:15 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-06-02 18:01:15 +0000
misc/py-spdx: Remove expired port
2025-02-28 misc/py-spdx: Upstream repository has been archived on Nov 13, 2020
---
MOVED | 1 +
misc/Makefile | 1 -
misc/py-spdx/Makefile | 26 --------------------------
misc/py-spdx/distinfo | 3 ---
misc/py-spdx/pkg-descr | 4 ----
5 files changed, 1 insertion(+), 34 deletions(-)
diff --git a/MOVED b/MOVED
index 56e338bc2e1b..82588e39a4c0 100644
--- a/MOVED
+++ b/MOVED
@@ -4481,3 +4481,4 @@ 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
+misc/py-spdx||2025-06-02|Has expired: Upstream repository has been archived on Nov 13, 2020
diff --git a/misc/Makefile b/misc/Makefile
index 13121cbaa48a..7ef83f6b4e1c 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -524,7 +524,6 @@
SUBDIR += py-shell-gpt
SUBDIR += py-sigopt
SUBDIR += py-soapy_power
- SUBDIR += py-spdx
SUBDIR += py-spdx-tools
SUBDIR += py-spinners
SUBDIR += py-synced-collections
diff --git a/misc/py-spdx/Makefile b/misc/py-spdx/Makefile
deleted file mode 100644
index 9c90c6537005..000000000000
--- a/misc/py-spdx/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-PORTNAME= spdx
-PORTVERSION= 2.5.1
-PORTREVISION= 1
-CATEGORIES= misc python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= SPDX license list database
-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}
-
-USES= python
-USE_PYTHON= autoplist concurrent pep517
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/misc/py-spdx/distinfo b/misc/py-spdx/distinfo
deleted file mode 100644
index b463e2ea2013..000000000000
--- a/misc/py-spdx/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1607539799
-SHA256 (spdx-2.5.1.tar.gz) = 4d734b0bcc6c9ec34d238621633bd2ffa5b42773b055cbe0b18e925e1ee039b9
-SIZE (spdx-2.5.1.tar.gz) = 616927
diff --git a/misc/py-spdx/pkg-descr b/misc/py-spdx/pkg-descr
deleted file mode 100644
index 5eb72e8e111f..000000000000
--- a/misc/py-spdx/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-A Python module incorporating an interface to the SPDX license database.
-
-This library serves purely as a holder for the database that can be found on the
-SPDX website <https://spdx.org/licenses/>.