From owner-svn-ports-head@freebsd.org Sun Nov 22 23:41:10 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3D59A478D44; Sun, 22 Nov 2020 23:41:10 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CfRck1KM9z4cRZ; Sun, 22 Nov 2020 23:41:10 +0000 (UTC) (envelope-from amdmi3@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 162DA22E02; Sun, 22 Nov 2020 23:41:10 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0AMNf9kJ045749; Sun, 22 Nov 2020 23:41:09 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0AMNf9Qe045745; Sun, 22 Nov 2020 23:41:09 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <202011222341.0AMNf9Qe045745@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 22 Nov 2020 23:41:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r556080 - in head/devel: . py-pytest-datadir X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: in head/devel: . py-pytest-datadir X-SVN-Commit-Revision: 556080 X-SVN-Commit-Repository: ports 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.34 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: Sun, 22 Nov 2020 23:41:10 -0000 Author: amdmi3 Date: Sun Nov 22 23:41:08 2020 New Revision: 556080 URL: https://svnweb.freebsd.org/changeset/ports/556080 Log: - Add devel/py-pytest-datadir pytest plugin for manipulating test data directories and files. WWW: https://pypi.org/project/pytest-datadir/ WWW: https://github.com/gabrielcnr/pytest-datadir Added: head/devel/py-pytest-datadir/ head/devel/py-pytest-datadir/Makefile (contents, props changed) head/devel/py-pytest-datadir/distinfo (contents, props changed) head/devel/py-pytest-datadir/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Nov 22 23:39:29 2020 (r556079) +++ head/devel/Makefile Sun Nov 22 23:41:08 2020 (r556080) @@ -4913,6 +4913,7 @@ SUBDIR += py-pytest-cache SUBDIR += py-pytest-capturelog SUBDIR += py-pytest-cov + SUBDIR += py-pytest-datadir SUBDIR += py-pytest-django SUBDIR += py-pytest-env SUBDIR += py-pytest-factoryboy Added: head/devel/py-pytest-datadir/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pytest-datadir/Makefile Sun Nov 22 23:41:08 2020 (r556080) @@ -0,0 +1,27 @@ +# Created by: Dmitry Marakasov +# $FreeBSD$ + +PORTNAME= pytest-datadir +PORTVERSION= 1.3.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= amdmi3@FreeBSD.org +COMMENT= pytest plugin for test data directories and files + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist distutils +NO_ARCH= yes +TEST_ENV= PYTHONPATH="${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}" + +do-test: + @cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v -rs + +.include Added: head/devel/py-pytest-datadir/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pytest-datadir/distinfo Sun Nov 22 23:41:08 2020 (r556080) @@ -0,0 +1,3 @@ +TIMESTAMP = 1605971597 +SHA256 (pytest-datadir-1.3.1.tar.gz) = d3af1e738df87515ee509d6135780f25a15959766d9c2b2dbe02bf4fb979cb18 +SIZE (pytest-datadir-1.3.1.tar.gz) = 15230 Added: head/devel/py-pytest-datadir/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pytest-datadir/pkg-descr Sun Nov 22 23:41:08 2020 (r556080) @@ -0,0 +1,4 @@ +pytest plugin for manipulating test data directories and files. + +WWW: https://pypi.org/project/pytest-datadir/ +WWW: https://github.com/gabrielcnr/pytest-datadir