Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Oct 2017 19:53:29 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r452381 - head/audio/py-opuslib
Message-ID:  <201710181953.v9IJrTZ6017630@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Wed Oct 18 19:53:29 2017
New Revision: 452381
URL: https://svnweb.freebsd.org/changeset/ports/452381

Log:
  Update audio/py-opuslib to 2.0.0
  
  PR:		223005
  Submitted by:	Yuri Victorovich (maintainer)

Modified:
  head/audio/py-opuslib/Makefile
  head/audio/py-opuslib/distinfo

Modified: head/audio/py-opuslib/Makefile
==============================================================================
--- head/audio/py-opuslib/Makefile	Wed Oct 18 19:36:55 2017	(r452380)
+++ head/audio/py-opuslib/Makefile	Wed Oct 18 19:53:29 2017	(r452381)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	opuslib
-PORTVERSION=	1.1.0
+PORTVERSION=	2.0.0
 CATEGORIES=	audio python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,9 +13,15 @@ COMMENT=	Python bindings to the libopus, IETF low-dela
 LICENSE=	BSD3CLAUSE
 
 RUN_DEPENDS=	${LOCALBASE}/lib/libopus.so:audio/opus
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}coverage>=4.4.1:devel/py-coverage \
+		${PYTHON_PKGNAMEPREFIX}nose>=1.3.7:devel/py-nose
 
-USES=		python:2.7
+USES=		python:-2.7
 USE_PYTHON=	autoplist distutils
 NO_ARCH=	yes
+
+# tests are broken: https://github.com/OnBeep/opuslib/issues/4
+TEST_TARGET=	test
+DO_MAKE_TEST=	${SETENV} ${TEST_ENV} ${PYTHON_CMD} ${PYSETUP}
 
 .include <bsd.port.mk>

Modified: head/audio/py-opuslib/distinfo
==============================================================================
--- head/audio/py-opuslib/distinfo	Wed Oct 18 19:36:55 2017	(r452380)
+++ head/audio/py-opuslib/distinfo	Wed Oct 18 19:53:29 2017	(r452381)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1504481859
-SHA256 (opuslib-1.1.0.tar.gz) = 342d9693f836cc42a44ae5f8bac51ae17d52e24e8daceb792cb610024f1e341b
-SIZE (opuslib-1.1.0.tar.gz) = 7009
+TIMESTAMP = 1507997888
+SHA256 (opuslib-2.0.0.tar.gz) = 6a18a9d5cc3524041ec1f69b71bec7f5f89ce217387f0626eb3c4bfa9e4adc11
+SIZE (opuslib-2.0.0.tar.gz) = 7303



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