From owner-svn-ports-all@freebsd.org Wed Dec 20 02:34:54 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 26A12E8C7DE; Wed, 20 Dec 2017 02:34:54 +0000 (UTC) (envelope-from swills@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 E255977991; Wed, 20 Dec 2017 02:34:53 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBK2YqsF063553; Wed, 20 Dec 2017 02:34:52 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBK2Yqrt063551; Wed, 20 Dec 2017 02:34:52 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201712200234.vBK2Yqrt063551@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 20 Dec 2017 02:34:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456775 - head/devel/py-nose2 X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/py-nose2 X-SVN-Commit-Revision: 456775 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.25 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: Wed, 20 Dec 2017 02:34:54 -0000 Author: swills Date: Wed Dec 20 02:34:52 2017 New Revision: 456775 URL: https://svnweb.freebsd.org/changeset/ports/456775 Log: devel/py-nose2: Update to 0.7.3 PR: 224463 Submitted by: Daniel Ylitalo (maintainer) Modified: head/devel/py-nose2/Makefile head/devel/py-nose2/distinfo Modified: head/devel/py-nose2/Makefile ============================================================================== --- head/devel/py-nose2/Makefile Wed Dec 20 02:31:40 2017 (r456774) +++ head/devel/py-nose2/Makefile Wed Dec 20 02:34:52 2017 (r456775) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= nose2 -PORTVERSION= 0.6.5 +PORTVERSION= 0.7.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,11 +12,11 @@ COMMENT= Next generations of nicer testing for Python LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/license.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cov-core>=1.12:devel/py-cov-core@${FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=4.4.1:devel/py-coverage@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.7:devel/py-six@${FLAVOR} NO_ARCH= yes +USES= python:3.4+ USE_PYTHON= autoplist distutils -USES= python .include Modified: head/devel/py-nose2/distinfo ============================================================================== --- head/devel/py-nose2/distinfo Wed Dec 20 02:31:40 2017 (r456774) +++ head/devel/py-nose2/distinfo Wed Dec 20 02:34:52 2017 (r456775) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489855067 -SHA256 (nose2-0.6.5.tar.gz) = 479bab6880468f26fd8a1301d222ec97243e9a539501b5d242307bfa03969ff4 -SIZE (nose2-0.6.5.tar.gz) = 131682 +TIMESTAMP = 1513459117 +SHA256 (nose2-0.7.3.tar.gz) = 5c79a2e46ad76999ca1ec7a83080424ed134eafaaf90b6e7554ebdf85aea6f23 +SIZE (nose2-0.7.3.tar.gz) = 139822