svn commit: r438525 - in head/audio/py-pyaudio: . files
Alexey Dokuchaev
danfe at FreeBSD.org
Sat Apr 15 13:16:54 UTC 2017
On Fri, Apr 14, 2017 at 04:03:48PM +0000, Thomas Zander wrote:
> New Revision: 438525
> URL: https://svnweb.freebsd.org/changeset/ports/438525
>
> Log:
> Update to upstream version 0.2.11, fixes runtime issue with python GIL
>
> PR: 218588
> ...
> @@ -14,8 +14,9 @@ COMMENT= Portaudio toolkit bindings for
> LICENSE= MIT
>
> LIB_DEPENDS= libportaudio.so:audio/portaudio
> +BUILD_DEPENDS= sphinx-build:textproc/py-sphinx
This wasn't mentioned in the commit log, does it mean that docs are not
coming pre-built now?
> -USES= python
> +USES= python gmake
> USE_PYTHON= distutils autoplist
>
> WRKSRC= ${WRKDIR}/PyAudio-${PORTVERSION}
> @@ -27,6 +28,9 @@ post-patch:
> @${REINPLACE_CMD} ${SUB_LIST:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \
> ${WRKSRC}/setup.py
>
> +pre-install:
> + (cd ${BUILD_WRKSRC} && ${MAKE_CMD} PYTHON=${PYTHON_CMD} docs)
If these docs are more of developer's interest, could it be disabled or
made optional? `textproc/py-sphinx' pulls tons of shit behind, and I
have to push it down in every port that wants it by default, it's very
annoying.
> @@ -1,2 +1,3 @@
> -SHA256 (PyAudio-0.2.9.tar.gz) = bfd694272b3d1efc51726d0c27650b3c3ba1345f7f8fdada7e86c9751ce0f2a1
> -SIZE (PyAudio-0.2.9.tar.gz) = 289499
> +TIMESTAMP = 1490086382
> +SHA256 (PyAudio-0.2.11.tar.gz) = 93bfde30e0b64e63a46f2fd77e85c41fd51182a4a3413d9edfaf9ffaa26efb74
> +SIZE (PyAudio-0.2.11.tar.gz) = 37428
Hmm, size difference does not look too promising. :(
./danfe
More information about the svn-ports-all
mailing list