From owner-svn-ports-all@freebsd.org Thu Feb 11 02:03:47 2021 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 99809534A0E; Thu, 11 Feb 2021 02:03:47 +0000 (UTC) (envelope-from tagattie@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dbg0M3yl7z4WbR; Thu, 11 Feb 2021 02:03:47 +0000 (UTC) (envelope-from tagattie@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 7ADBB909; Thu, 11 Feb 2021 02:03:47 +0000 (UTC) (envelope-from tagattie@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11B23lZD063949; Thu, 11 Feb 2021 02:03:47 GMT (envelope-from tagattie@FreeBSD.org) Received: (from tagattie@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11B23ljI063947; Thu, 11 Feb 2021 02:03:47 GMT (envelope-from tagattie@FreeBSD.org) Message-Id: <202102110203.11B23ljI063947@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tagattie set sender to tagattie@FreeBSD.org using -f From: Hiroki Tagato Date: Thu, 11 Feb 2021 02:03:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r564924 - head/devel/py-python-dbusmock X-SVN-Group: ports-head X-SVN-Commit-Author: tagattie X-SVN-Commit-Paths: head/devel/py-python-dbusmock X-SVN-Commit-Revision: 564924 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.34 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: Thu, 11 Feb 2021 02:03:47 -0000 Author: tagattie Date: Thu Feb 11 02:03:46 2021 New Revision: 564924 URL: https://svnweb.freebsd.org/changeset/ports/564924 Log: - Update to 0.22.0 - Add do-test target Changelog: https://github.com/martinpitt/python-dbusmock/blob/0.22.0/NEWS Modified: head/devel/py-python-dbusmock/Makefile head/devel/py-python-dbusmock/distinfo Modified: head/devel/py-python-dbusmock/Makefile ============================================================================== --- head/devel/py-python-dbusmock/Makefile Thu Feb 11 01:52:47 2021 (r564923) +++ head/devel/py-python-dbusmock/Makefile Thu Feb 11 02:03:46 2021 (r564924) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= python-dbusmock -PORTVERSION= 0.18.3 +PORTVERSION= 0.22.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,5 +19,8 @@ USE_GNOME= pygobject3 USE_PYTHON= autoplist distutils NO_ARCH= yes + +do-test: + cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m unittest .include Modified: head/devel/py-python-dbusmock/distinfo ============================================================================== --- head/devel/py-python-dbusmock/distinfo Thu Feb 11 01:52:47 2021 (r564923) +++ head/devel/py-python-dbusmock/distinfo Thu Feb 11 02:03:46 2021 (r564924) @@ -1,3 +1,3 @@ -TIMESTAMP = 1576560286 -SHA256 (python-dbusmock-0.18.3.tar.gz) = 994a178268b6d74aeb158c0f155cd141e9a0cfae14226a764cd022c4949fe242 -SIZE (python-dbusmock-0.18.3.tar.gz) = 72049 +TIMESTAMP = 1613007563 +SHA256 (python-dbusmock-0.22.0.tar.gz) = 2191919cc411fb94953b36e46bfd55ee5ad4162432ee0d0892bc2c4770ff5d7c +SIZE (python-dbusmock-0.22.0.tar.gz) = 68626