git: fd4e311c8c38 - main - sysutils/py-upt-pypi: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 02 Jun 2025 17:10:11 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=fd4e311c8c38af883f5cc1ad0a194b410d7dd90a
commit fd4e311c8c38af883f5cc1ad0a194b410d7dd90a
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-06-02 17:10:06 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-06-02 17:10:06 +0000
sysutils/py-upt-pypi: Remove expired port
2025-06-01 sysutils/py-upt-pypi: Depends on expired sysutils/py-upt
---
MOVED | 1 +
sysutils/Makefile | 1 -
sysutils/py-upt-pypi/Makefile | 29 -----------------------------
sysutils/py-upt-pypi/distinfo | 3 ---
sysutils/py-upt-pypi/pkg-descr | 3 ---
5 files changed, 1 insertion(+), 36 deletions(-)
diff --git a/MOVED b/MOVED
index 55307cbbe6b7..56f881b841a0 100644
--- a/MOVED
+++ b/MOVED
@@ -4472,3 +4472,4 @@ textproc/py-RTFDE||2025-06-02|Has expired: Depends on expired devel/py-oletools
sysutils/py-upt-cpan||2025-06-02|Has expired: Depends on expired sysutils/py-upt
sysutils/py-upt-freebsd||2025-06-02|Has expired: Depends on expired sysutils/py-upt
sysutils/py-upt-rubygems||2025-06-02|Has expired: Depends on expired sysutils/py-upt
+sysutils/py-upt-pypi||2025-06-02|Has expired: Depends on expired sysutils/py-upt
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 1c7f1718dd78..3874f2df1af0 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -1074,7 +1074,6 @@
SUBDIR += py-tldr
SUBDIR += py-tmuxp
SUBDIR += py-upt
- SUBDIR += py-upt-pypi
SUBDIR += py-uptime
SUBDIR += qchroot
SUBDIR += qdirstat
diff --git a/sysutils/py-upt-pypi/Makefile b/sysutils/py-upt-pypi/Makefile
deleted file mode 100644
index ecbad3af551d..000000000000
--- a/sysutils/py-upt-pypi/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-PORTNAME= upt-pypi
-DISTVERSION= 0.5
-PORTREVISION= 1
-CATEGORIES= sysutils python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= tipecaml@gmail.com
-COMMENT= PyPI frontend for upt
-WWW= https://framagit.org/upt/upt-pypi
-
-LICENSE= BSD3CLAUSE
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Depends on expired sysutils/py-upt
-EXPIRATION_DATE=2025-06-01
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}upt>=0.9:sysutils/py-upt@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= autoplist distutils
-
-NO_ARCH= yes
-
-do-test:
- @cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m unittest -v
-
-.include <bsd.port.mk>
diff --git a/sysutils/py-upt-pypi/distinfo b/sysutils/py-upt-pypi/distinfo
deleted file mode 100644
index 1ad8a3b45355..000000000000
--- a/sysutils/py-upt-pypi/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1574701220
-SHA256 (upt-pypi-0.5.tar.gz) = 6cfe91ab916ab190d4d6440b829c2c13d42855724f681c39483e98a506cd9c94
-SIZE (upt-pypi-0.5.tar.gz) = 12414
diff --git a/sysutils/py-upt-pypi/pkg-descr b/sysutils/py-upt-pypi/pkg-descr
deleted file mode 100644
index a910342164d4..000000000000
--- a/sysutils/py-upt-pypi/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Universal Packaging Tool: PyPI frontend
-
-This is a PyPI frontend for upt.