svn commit: r526791 - in head/audio/py-pyliblo: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Feb 22 15:56:04 UTC 2020
Author: sunpoet
Date: Sat Feb 22 15:56:03 2020
New Revision: 526791
URL: https://svnweb.freebsd.org/changeset/ports/526791
Log:
Use USE_PYTHON=autoplist
- Change MASTER_SITES to CHEESESHOP
- Simplify Makefile and setup.py patch after r523104 and r523220
- Take maintainership
Deleted:
head/audio/py-pyliblo/files/
head/audio/py-pyliblo/pkg-plist
Modified:
head/audio/py-pyliblo/Makefile
head/audio/py-pyliblo/pkg-descr
Modified: head/audio/py-pyliblo/Makefile
==============================================================================
--- head/audio/py-pyliblo/Makefile Sat Feb 22 15:55:57 2020 (r526790)
+++ head/audio/py-pyliblo/Makefile Sat Feb 22 15:56:03 2020 (r526791)
@@ -5,10 +5,10 @@ PORTNAME= pyliblo
DISTVERSION= 0.10.0
PORTREVISION= 2
CATEGORIES= audio python
-MASTER_SITES= http://das.nasophon.de/download/
+MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Python wrapper for the Liblo OSC Library
LICENSE= LGPL21
@@ -16,16 +16,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= liblo.so:audio/liblo
-USES= python
-USE_PYTHON= distutils concurrent cython
-MAKE_ENV+= PREFIX=${PREFIX} LOCALBASE=${LOCALBASE}
+USES= localbase python
+USE_PYTHON= autoplist concurrent cython distutils
-post-patch:
- ${REINPLACE_CMD} -e 's#%%LOCALBASE%%#${LOCALBASE}#g' ${WRKSRC}/setup.py
-
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/liblo.so
- ${INSTALL_MAN} ${WRKSRC}/scripts/dump_osc.1 ${STAGEDIR}${PREFIX}/share/man/man1
- ${INSTALL_MAN} ${WRKSRC}/scripts/send_osc.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>
Modified: head/audio/py-pyliblo/pkg-descr
==============================================================================
--- head/audio/py-pyliblo/pkg-descr Sat Feb 22 15:55:57 2020 (r526790)
+++ head/audio/py-pyliblo/pkg-descr Sat Feb 22 15:56:03 2020 (r526791)
@@ -1,9 +1,8 @@
-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.
+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.
+Also included are the command line utilities send_osc and dump_osc.
WWW: http://das.nasophon.de/pyliblo/
+WWW: https://github.com/dsacre/pyliblo
More information about the svn-ports-head
mailing list