diff options
author | Rene Ladan <rene@FreeBSD.org> | 2025-06-02 18:00:08 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2025-06-02 18:00:08 +0000 |
commit | 5e510049eb0152f0dacb2e39379d2dd0f96ad348 (patch) | |
tree | 3c26650eec01dbc684b6eb1ef7bc02afeaf56708 | |
parent | 31bdd367706cdee57c8777fe0c2f759a492780fa (diff) |
sysutils/py-upt: Remove expired port
2025-03-31 sysutils/py-upt: Depends on expired misc/py-spdx-lookup
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/py-upt/Makefile | 30 | ||||
-rw-r--r-- | sysutils/py-upt/distinfo | 3 | ||||
-rw-r--r-- | sysutils/py-upt/pkg-descr | 3 |
5 files changed, 1 insertions, 37 deletions
@@ -4479,3 +4479,4 @@ misc/py-gluoncv||2025-06-02|Has expired: Depends on expiring misc/py-mxnet 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 diff --git a/sysutils/Makefile b/sysutils/Makefile index 3874f2df1af0..6c018013c840 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1073,7 +1073,6 @@ SUBDIR += py-tarsnapper SUBDIR += py-tldr SUBDIR += py-tmuxp - SUBDIR += py-upt SUBDIR += py-uptime SUBDIR += qchroot SUBDIR += qdirstat diff --git a/sysutils/py-upt/Makefile b/sysutils/py-upt/Makefile deleted file mode 100644 index 96bd930b1516..000000000000 --- a/sysutils/py-upt/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -PORTNAME= upt -DISTVERSION= 0.11 -PORTREVISION= 2 -CATEGORIES= sysutils python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= tipecaml@gmail.com -COMMENT= Package software from any package manager to any distribution -WWW= https://framagit.org/upt/upt - -LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Depends on expired misc/py-spdx-lookup -EXPIRATION_DATE=2025-03-31 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorlog>0:devel/py-colorlog@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}spdx-lookup>0:misc/py-spdx-lookup@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist distutils concurrent - -NO_ARCH= yes - -do-test: - @cd ${WRKSRC} && ${PYTHON_CMD} -m unittest -v - -.include <bsd.port.mk> diff --git a/sysutils/py-upt/distinfo b/sysutils/py-upt/distinfo deleted file mode 100644 index 99966ec51243..000000000000 --- a/sysutils/py-upt/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1577053933 -SHA256 (upt-0.11.tar.gz) = 65ef84ec7d8ba5f563bd6e2d522f055b80b143063f7cd96663bf8ad2c424df79 -SIZE (upt-0.11.tar.gz) = 29366 diff --git a/sysutils/py-upt/pkg-descr b/sysutils/py-upt/pkg-descr deleted file mode 100644 index 18f6445aec45..000000000000 --- a/sysutils/py-upt/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A unified CLI tool that converts a package from a language-specific package -manager (such as PyPI or NPM) to an almost ready-to-use package for Free -Unix-based operating systems (such as a GNU/Linux distribution or *BSD). |