git: faa8080e3b86 - main - audio/py-pyliblo: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 29 Jun 2025 11:48:34 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=faa8080e3b86228752b861b4609d532c91445293 commit faa8080e3b86228752b861b4609d532c91445293 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-06-29 11:30:03 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-06-29 11:45:52 +0000 audio/py-pyliblo: Remove expired port Upstream is inactive for over 9 years. --- MOVED | 1 + audio/Makefile | 1 - audio/py-pyliblo/Makefile | 29 ----------------------------- audio/py-pyliblo/distinfo | 2 -- audio/py-pyliblo/pkg-descr | 5 ----- 5 files changed, 1 insertion(+), 37 deletions(-) diff --git a/MOVED b/MOVED index 718792682dda..ccaaf98bedf2 100644 --- a/MOVED +++ b/MOVED @@ -4561,3 +4561,4 @@ security/gpgme-qt@qt6|security/qgpgme@qt6|2025-06-24|Gpgme Qt6 bindings have bee textproc/py-libxml2|textproc/libxml2-python|2025-06-28|Use correct Python package name audio/carla||2025-06-29|Remove expired port. Depends on expired audio/py-pyliblo audio/lmms||2025-06-29|Remove expired port. Depends on expiring audio/carla +audio/py-pyliblo||2025-06-29|Remove expired port. Upstream is inactive for over 9 years diff --git a/audio/Makefile b/audio/Makefile index 46b1e184e1c5..d7e17e8fa53a 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -648,7 +648,6 @@ SUBDIR += py-pydub SUBDIR += py-pyjacklib SUBDIR += py-pylast - SUBDIR += py-pyliblo SUBDIR += py-pymad SUBDIR += py-pyogg SUBDIR += py-pyradio diff --git a/audio/py-pyliblo/Makefile b/audio/py-pyliblo/Makefile deleted file mode 100644 index 24c2c6ae1668..000000000000 --- a/audio/py-pyliblo/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -PORTNAME= pyliblo -DISTVERSION= 0.10.0 -PORTREVISION= 3 -CATEGORIES= audio python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Python wrapper for the Liblo OSC Library -WWW= https://das.nasophon.de/pyliblo/ \ - https://github.com/dsacre/pyliblo - -LICENSE= LGPL21 -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Upstream is inactive for over 9 years -EXPIRATION_DATE=2025-03-31 - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -LIB_DEPENDS= liblo.so:audio/liblo - -USES= localbase python -USE_PYTHON= autoplist concurrent cython pep517 - -post-install: - ${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + - -.include <bsd.port.mk> diff --git a/audio/py-pyliblo/distinfo b/audio/py-pyliblo/distinfo deleted file mode 100644 index c98d7f330175..000000000000 --- a/audio/py-pyliblo/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (pyliblo-0.10.0.tar.gz) = fc67f1950b827272b00f9f0dc4ed7113c0ccef0c1c09e9976dead40ebbf1798f -SIZE (pyliblo-0.10.0.tar.gz) = 29702 diff --git a/audio/py-pyliblo/pkg-descr b/audio/py-pyliblo/pkg-descr deleted file mode 100644 index a537c16ee9b0..000000000000 --- a/audio/py-pyliblo/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -pyliblo is a Python wrapper for the liblo OSC library. It supports almost the -complete functionality of liblo, allowing you to send and receive OSC messages -using a nice and simple Python API. - -Also included are the command line utilities send_osc and dump_osc.