From owner-svn-ports-head@freebsd.org Mon Feb 8 04:05:59 2016 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 5DC4DAA0337; Mon, 8 Feb 2016 04:05:59 +0000 (UTC) (envelope-from dbn@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 13F0E1E01; Mon, 8 Feb 2016 04:05:59 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1845wKx034760; Mon, 8 Feb 2016 04:05:58 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1845vtE034758; Mon, 8 Feb 2016 04:05:57 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201602080405.u1845vtE034758@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Mon, 8 Feb 2016 04:05:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408462 - head/sysutils/py-plumbum X-SVN-Group: ports-head 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.20 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: Mon, 08 Feb 2016 04:05:59 -0000 Author: dbn Date: Mon Feb 8 04:05:57 2016 New Revision: 408462 URL: https://svnweb.freebsd.org/changeset/ports/408462 Log: sysutils/py-plumbum: update to 1.6.1 - Switching testing frameworks from nosetest to pytest - Use setup.py to run tests Modified: head/sysutils/py-plumbum/Makefile head/sysutils/py-plumbum/distinfo Modified: head/sysutils/py-plumbum/Makefile ============================================================================== --- head/sysutils/py-plumbum/Makefile Mon Feb 8 00:02:11 2016 (r408461) +++ head/sysutils/py-plumbum/Makefile Mon Feb 8 04:05:57 2016 (r408462) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= plumbum -PORTVERSION= 1.6.0 +PORTVERSION= 1.6.1 DISTVERSIONPREFIX= v CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ COMMENT= Shell combinators and more for LICENSE= MIT -TEST_DEPENDS= nosetests-${PYTHON_VER}:${PORTSDIR}/devel/py-nose +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:${PORTSDIR}/devel/py-pytest USES= python USE_GITHUB= yes @@ -20,5 +20,5 @@ USE_PYTHON= distutils concurrent GH_ACCOUNT= tomerfiliba do-test: - @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} nosetests-${PYTHON_VER} --processes=${MAKE_JOBS_NUMBER}) + @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test) .include Modified: head/sysutils/py-plumbum/distinfo ============================================================================== --- head/sysutils/py-plumbum/distinfo Mon Feb 8 00:02:11 2016 (r408461) +++ head/sysutils/py-plumbum/distinfo Mon Feb 8 04:05:57 2016 (r408462) @@ -1,2 +1,2 @@ -SHA256 (tomerfiliba-plumbum-v1.6.0_GH0.tar.gz) = bfbac39789e29ea49b011771d288796b4363886c856cf5c11d61e7c5723f4238 -SIZE (tomerfiliba-plumbum-v1.6.0_GH0.tar.gz) = 250932 +SHA256 (tomerfiliba-plumbum-v1.6.1_GH0.tar.gz) = ec7a13dcd7109fd29fcbceffc00b2247c4264ea91099e1322b6b041cb753ee75 +SIZE (tomerfiliba-plumbum-v1.6.1_GH0.tar.gz) = 255484