From owner-svn-ports-all@freebsd.org Fri Sep 21 10:15:45 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09A701095164; Fri, 21 Sep 2018 10:15:45 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D46BB77745; Fri, 21 Sep 2018 10:15:44 +0000 (UTC) (envelope-from matthew@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CAD923A10; Fri, 21 Sep 2018 10:15:44 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8LAFiNj056443; Fri, 21 Sep 2018 10:15:44 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8LAFiwQ056439; Fri, 21 Sep 2018 10:15:44 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201809211015.w8LAFiwQ056439@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Fri, 21 Sep 2018 10:15:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480246 - in head/devel: . py-pytest-helpers-namespace X-SVN-Group: ports-head X-SVN-Commit-Author: matthew X-SVN-Commit-Paths: in head/devel: . py-pytest-helpers-namespace X-SVN-Commit-Revision: 480246 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.27 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: Fri, 21 Sep 2018 10:15:45 -0000 Author: matthew Date: Fri Sep 21 10:15:43 2018 New Revision: 480246 URL: https://svnweb.freebsd.org/changeset/ports/480246 Log: Add py-pytest-helpers-namespace 2017.11.11, provide a helpers namespace in pytest. Added: head/devel/py-pytest-helpers-namespace/ head/devel/py-pytest-helpers-namespace/Makefile (contents, props changed) head/devel/py-pytest-helpers-namespace/distinfo (contents, props changed) head/devel/py-pytest-helpers-namespace/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Sep 21 09:41:54 2018 (r480245) +++ head/devel/Makefile Fri Sep 21 10:15:43 2018 (r480246) @@ -4940,6 +4940,7 @@ SUBDIR += py-pytest-django SUBDIR += py-pytest-flake8 SUBDIR += py-pytest-flakes + SUBDIR += py-pytest-helpers-namespace SUBDIR += py-pytest-localserver SUBDIR += py-pytest-mock SUBDIR += py-pytest-pycodestyle Added: head/devel/py-pytest-helpers-namespace/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pytest-helpers-namespace/Makefile Fri Sep 21 10:15:43 2018 (r480246) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= pytest-helpers-namespace +PORTVERSION= 2017.11.11 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= matthew@FreeBSD.org +COMMENT= Provide a helpers namespace in pytest + +LICENSE= APACHE20 + +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +do-test: + @cd ${WRKSRC} && ${LOCALBASE}/bin/tox-${PYTHON_VER} + +.include Added: head/devel/py-pytest-helpers-namespace/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pytest-helpers-namespace/distinfo Fri Sep 21 10:15:43 2018 (r480246) @@ -0,0 +1,3 @@ +TIMESTAMP = 1537521370 +SHA256 (pytest-helpers-namespace-2017.11.11.tar.gz) = 5e866a0e75fd642a481fa5a9d279d309782dc40a50e383a5250c6e34c9950a46 +SIZE (pytest-helpers-namespace-2017.11.11.tar.gz) = 5021 Added: head/devel/py-pytest-helpers-namespace/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pytest-helpers-namespace/pkg-descr Fri Sep 21 10:15:43 2018 (r480246) @@ -0,0 +1,5 @@ +Provides a helpers pytest namespace which can be used to register +helper functions without requiring you to import them on your actual +tests to use them. + +WWW: https://pypi.org/project/pytest-helpers-namespace/