From owner-svn-ports-head@freebsd.org Wed Oct 18 19:53:30 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E22D4E42999; Wed, 18 Oct 2017 19:53:30 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A5B6F67C3A; Wed, 18 Oct 2017 19:53:30 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9IJrTeb017632; Wed, 18 Oct 2017 19:53:29 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9IJrTZ6017630; Wed, 18 Oct 2017 19:53:29 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201710181953.v9IJrTZ6017630@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Wed, 18 Oct 2017 19:53:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452381 - head/audio/py-opuslib X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/audio/py-opuslib X-SVN-Commit-Revision: 452381 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Oct 2017 19:53:31 -0000 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 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