From owner-svn-ports-all@freebsd.org Sun Feb 5 05:30:19 2017 Return-Path: Delivered-To: svn-ports-all@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 46517CD06C0; Sun, 5 Feb 2017 05:30:19 +0000 (UTC) (envelope-from sunpoet@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 0D69D29; Sun, 5 Feb 2017 05:30:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v155UI99085234; Sun, 5 Feb 2017 05:30:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v155UHWh085232; Sun, 5 Feb 2017 05:30:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702050530.v155UHWh085232@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 5 Feb 2017 05:30:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433355 - head/sysutils/py-psutil X-SVN-Group: ports-head 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.23 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: Sun, 05 Feb 2017 05:30:19 -0000 Author: sunpoet Date: Sun Feb 5 05:30:17 2017 New Revision: 433355 URL: https://svnweb.freebsd.org/changeset/ports/433355 Log: Update to 5.1.1 - Add TEST_DEPENDS Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst Modified: head/sysutils/py-psutil/Makefile head/sysutils/py-psutil/distinfo Modified: head/sysutils/py-psutil/Makefile ============================================================================== --- head/sysutils/py-psutil/Makefile Sun Feb 5 05:30:13 2017 (r433354) +++ head/sysutils/py-psutil/Makefile Sun Feb 5 05:30:17 2017 (r433355) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= psutil -PORTVERSION= 5.1.0 +PORTVERSION= 5.1.1 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,6 +13,9 @@ COMMENT= Process utilities module for Py LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock \ + ${PYTHON_PKGNAMEPREFIX}unittest2>=0:devel/py-unittest2 + USE_PYTHON= autoplist concurrent distutils USES= python Modified: head/sysutils/py-psutil/distinfo ============================================================================== --- head/sysutils/py-psutil/distinfo Sun Feb 5 05:30:13 2017 (r433354) +++ head/sysutils/py-psutil/distinfo Sun Feb 5 05:30:17 2017 (r433355) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486036603 -SHA256 (psutil-5.1.0.tar.gz) = 7570e1d82345fab3a0adce24baf993adbca4c87a1be2fa6ee79babdaafa817fb -SIZE (psutil-5.1.0.tar.gz) = 339603 +TIMESTAMP = 1486254632 +SHA256 (psutil-5.1.1.tar.gz) = ece06401d719050a84cca97764ff5b0e41aafe6b6a2ec8a1d0bb89ca5e206d0f +SIZE (psutil-5.1.1.tar.gz) = 341006