summaryrefslogtreecommitdiff
path: root/sysutils/py-upt
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/py-upt')
-rw-r--r--sysutils/py-upt/Makefile30
-rw-r--r--sysutils/py-upt/distinfo3
-rw-r--r--sysutils/py-upt/pkg-descr3
3 files changed, 0 insertions, 36 deletions
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).