From owner-svn-ports-head@freebsd.org Thu Oct 29 09:34:06 2015 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 8DEEBA1E9C9; Thu, 29 Oct 2015 09:34:06 +0000 (UTC) (envelope-from koobs@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 3FE621925; Thu, 29 Oct 2015 09:34:06 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9T9Y5aO036981; Thu, 29 Oct 2015 09:34:05 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9T9Y59V036979; Thu, 29 Oct 2015 09:34:05 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201510290934.t9T9Y59V036979@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Thu, 29 Oct 2015 09:34:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400448 - head/devel/py-tox 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: Thu, 29 Oct 2015 09:34:06 -0000 Author: koobs Date: Thu Oct 29 09:34:05 2015 New Revision: 400448 URL: https://svnweb.freebsd.org/changeset/ports/400448 Log: devel/py-tox: Update to 2.1.1 - Update PORTVERSION and distinfo checksum (2.1.1) - Update COMMENT to match upstream (setup.py:description=) - Update RUN_DEPENDS - Add TEST_DEPENDS - Rename test target since the framework supports TEST_DEPENDS et al. Changes: https://tox.readthedocs.org/en/latest/changelog.html Modified: head/devel/py-tox/Makefile head/devel/py-tox/distinfo Modified: head/devel/py-tox/Makefile ============================================================================== --- head/devel/py-tox/Makefile Thu Oct 29 09:01:05 2015 (r400447) +++ head/devel/py-tox/Makefile Thu Oct 29 09:34:05 2015 (r400448) @@ -2,20 +2,24 @@ # $FreeBSD$ PORTNAME= tox -PORTVERSION= 1.7.2 -PORTREVISION= 1 +PORTVERSION= 2.1.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org -COMMENT= Python virtualenv-based automation of test activities +COMMENT= Virtualenv-based automation of test activities LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}virtualenv>=1.11.2:${PORTSDIR}/devel/py-virtualenv \ - ${PYTHON_PKGNAMEPREFIX}py>=1.4.17:${PORTSDIR}/devel/py-py + ${PYTHON_PKGNAMEPREFIX}py>=1.4.17:${PORTSDIR}/devel/py-py \ + ${PYTHON_PKGNAMEPREFIX}pluggy>0:${PORTSDIR}/devel/py-pluggy + +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tox>0:${PORTSDIR}/devel/py-tox \ + ${PYTHON_PKGNAMEPREFIX}pytest>=2.3.5:${PORTSDIR}/devel/py-pytest \ + ${PYTHON_PKGNAMEPREFIX}pytest-timeout>0:${PORTSDIR}/devel/py-pytest-timeout USES= python USE_PYTHON= autoplist distutils @@ -31,7 +35,7 @@ PYTEST_RUN_DEPENDS= ${PYTHON_PKGNAMEPREF RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}argparse>0:${PORTSDIR}/devel/py-argparse .endif -regression-test: build +do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include Modified: head/devel/py-tox/distinfo ============================================================================== --- head/devel/py-tox/distinfo Thu Oct 29 09:01:05 2015 (r400447) +++ head/devel/py-tox/distinfo Thu Oct 29 09:34:05 2015 (r400448) @@ -1,2 +1,2 @@ -SHA256 (tox-1.7.2.tar.gz) = 267fc86871ae2a398d3e7b4b03e8113b3305533c72ef8de616cbc7258039f1f8 -SIZE (tox-1.7.2.tar.gz) = 84875 +SHA256 (tox-2.1.1.tar.gz) = a03aa022a1f6f82cc21732af0ed48217a3c16873b98e16be22baa7cea74e1eef +SIZE (tox-2.1.1.tar.gz) = 102170