From owner-svn-ports-head@freebsd.org Sat Mar 18 17:12:50 2017 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 E6C96D126B3; Sat, 18 Mar 2017 17:12:50 +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 9C18E1909; Sat, 18 Mar 2017 17:12:50 +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 v2IHCnW5040080; Sat, 18 Mar 2017 17:12:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2IHCnJR040075; Sat, 18 Mar 2017 17:12:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703181712.v2IHCnJR040075@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 18 Mar 2017 17:12:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436424 - in head/devel: . py-nose2 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.23 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: Sat, 18 Mar 2017 17:12:51 -0000 Author: sunpoet Date: Sat Mar 18 17:12:49 2017 New Revision: 436424 URL: https://svnweb.freebsd.org/changeset/ports/436424 Log: Add py-nose2 0.6.5 nose2 is the next generation of nicer testing for Python, based on the plugins branch of unittest2. WWW: https://nose2.readthedocs.io - While I'm here: - Change MASTER_SITES to CHEESESHOP - Add LICENSE_FILE - Update RUN_DEPENDS - Add NO_ARCH PR: 217864 Submitted by: Daniel Ylitalo Added: head/devel/py-nose2/ head/devel/py-nose2/Makefile (contents, props changed) head/devel/py-nose2/distinfo (contents, props changed) head/devel/py-nose2/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Mar 18 17:08:10 2017 (r436423) +++ head/devel/Makefile Sat Mar 18 17:12:49 2017 (r436424) @@ -4437,6 +4437,7 @@ SUBDIR += py-ncurses SUBDIR += py-nose SUBDIR += py-nose-cov + SUBDIR += py-nose2 SUBDIR += py-noseofyeti SUBDIR += py-notifier SUBDIR += py-notify Added: head/devel/py-nose2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-nose2/Makefile Sat Mar 18 17:12:49 2017 (r436424) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= nose2 +PORTVERSION= 0.6.5 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= daniel@blodan.se +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 \ + ${PYTHON_PKGNAMEPREFIX}six>=1.7:devel/py-six + +NO_ARCH= yes +USE_PYTHON= autoplist distutils +USES= python + +.include Added: head/devel/py-nose2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-nose2/distinfo Sat Mar 18 17:12:49 2017 (r436424) @@ -0,0 +1,3 @@ +TIMESTAMP = 1489855067 +SHA256 (nose2-0.6.5.tar.gz) = 479bab6880468f26fd8a1301d222ec97243e9a539501b5d242307bfa03969ff4 +SIZE (nose2-0.6.5.tar.gz) = 131682 Added: head/devel/py-nose2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-nose2/pkg-descr Sat Mar 18 17:12:49 2017 (r436424) @@ -0,0 +1,4 @@ +nose2 is the next generation of nicer testing for Python, +based on the plugins branch of unittest2. + +WWW: https://nose2.readthedocs.io