From owner-svn-ports-all@freebsd.org Mon Nov 4 07:14:24 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 37C031B5492; Mon, 4 Nov 2019 07:14:24 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4763vN0h3qz43dk; Mon, 4 Nov 2019 07:14:24 +0000 (UTC) (envelope-from kai@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EEE1D2085A; Mon, 4 Nov 2019 07:14:23 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xA47ENfF038212; Mon, 4 Nov 2019 07:14:23 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xA47ENfe038210; Mon, 4 Nov 2019 07:14:23 GMT (envelope-from kai@FreeBSD.org) Message-Id: <201911040714.xA47ENfe038210@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Mon, 4 Nov 2019 07:14:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516615 - head/multimedia/py-soco X-SVN-Group: ports-head X-SVN-Commit-Author: kai X-SVN-Commit-Paths: head/multimedia/py-soco X-SVN-Commit-Revision: 516615 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Nov 2019 07:14:24 -0000 Author: kai Date: Mon Nov 4 07:14:23 2019 New Revision: 516615 URL: https://svnweb.freebsd.org/changeset/ports/516615 Log: multimedia/py-soco: Update to 0.18.1 * Add a "do-test" target to make future QA easier while I'm here. Changelog: https://github.com/SoCo/SoCo/releases/tag/v0.18 https://github.com/SoCo/SoCo/compare/v0.18...v0.18.1 PR: 241345 Submitted by: Conall O'Brien (maintainer) Modified: head/multimedia/py-soco/Makefile head/multimedia/py-soco/distinfo Modified: head/multimedia/py-soco/Makefile ============================================================================== --- head/multimedia/py-soco/Makefile Sun Nov 3 23:32:37 2019 (r516614) +++ head/multimedia/py-soco/Makefile Mon Nov 4 07:14:23 2019 (r516615) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= soco -PORTVERSION= 0.17 +PORTVERSION= 0.18.1 DISTVERSIONPREFIX= v CATEGORIES= multimedia python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.rst RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xmltodict>0:devel/py-xmltodict@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.5:devel/py-pytest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mock>=1.01:devel/py-mock@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils @@ -23,5 +25,8 @@ GH_ACCOUNT= SoCo GH_PROJECT= SoCo NO_ARCH= yes + +do-test: + @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs .include Modified: head/multimedia/py-soco/distinfo ============================================================================== --- head/multimedia/py-soco/distinfo Sun Nov 3 23:32:37 2019 (r516614) +++ head/multimedia/py-soco/distinfo Mon Nov 4 07:14:23 2019 (r516615) @@ -1,3 +1,3 @@ -TIMESTAMP = 1560033008 -SHA256 (SoCo-SoCo-v0.17_GH0.tar.gz) = 7711063e5d78b9052eadecd2b43b0219b3382f4ded500b204efca44d06a76e4d -SIZE (SoCo-SoCo-v0.17_GH0.tar.gz) = 663495 +TIMESTAMP = 1572803758 +SHA256 (SoCo-SoCo-v0.18.1_GH0.tar.gz) = 2ebe6c8953a0a871a43190938c17b9a053124e6115ca2d05138c4394ab1260bd +SIZE (SoCo-SoCo-v0.18.1_GH0.tar.gz) = 675655