summaryrefslogtreecommitdiff
path: root/misc/py-spdx
diff options
context:
space:
mode:
Diffstat (limited to 'misc/py-spdx')
-rw-r--r--misc/py-spdx/Makefile26
-rw-r--r--misc/py-spdx/distinfo3
-rw-r--r--misc/py-spdx/pkg-descr4
3 files changed, 0 insertions, 33 deletions
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/>.