Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Apr 2017 13:16:53 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        Thomas Zander <riggs@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r438525 - in head/audio/py-pyaudio: . files
Message-ID:  <20170415131653.GC97090@FreeBSD.org>
In-Reply-To: <201704141603.v3EG3mh8009297@repo.freebsd.org>
References:  <201704141603.v3EG3mh8009297@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170415131653.GC97090>