Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jul 2020 02:29:13 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r542706 - in head/devel: . py-pytest-env
Message-ID:  <202007210229.06L2TDvD065289@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Tue Jul 21 02:29:12 2020
New Revision: 542706
URL: https://svnweb.freebsd.org/changeset/ports/542706

Log:
  devel/py-pytest-env: create port
  
  py.test plugin that allows you to add environment variables.
  
  WWW: https://github.com/MobileDynasty/pytest-env

Added:
  head/devel/py-pytest-env/
  head/devel/py-pytest-env/Makefile   (contents, props changed)
  head/devel/py-pytest-env/distinfo   (contents, props changed)
  head/devel/py-pytest-env/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile   (contents, props changed)

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Jul 21 02:03:06 2020	(r542705)
+++ head/devel/Makefile	Tue Jul 21 02:29:12 2020	(r542706)
@@ -4919,6 +4919,7 @@
     SUBDIR += py-pytest-capturelog
     SUBDIR += py-pytest-cov
     SUBDIR += py-pytest-django
+    SUBDIR += py-pytest-env
     SUBDIR += py-pytest-factoryboy
     SUBDIR += py-pytest-fixture-config
     SUBDIR += py-pytest-flake8

Added: head/devel/py-pytest-env/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pytest-env/Makefile	Tue Jul 21 02:29:12 2020	(r542706)
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME=	pytest-env
+PORTVERSION=	0.6.2
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	swills@FreeBSD.org
+COMMENT=	Py.test plugin that allows you to add environment variables
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=2.6:devel/py-pytest@${PY_FLAVOR}
+
+USES=		python:3.6+
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.mk>

Added: head/devel/py-pytest-env/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pytest-env/distinfo	Tue Jul 21 02:29:12 2020	(r542706)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1595296529
+SHA256 (pytest-env-0.6.2.tar.gz) = 7e94956aef7f2764f3c147d216ce066bf6c42948bb9e293169b1b1c880a580c2
+SIZE (pytest-env-0.6.2.tar.gz) = 1693

Added: head/devel/py-pytest-env/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pytest-env/pkg-descr	Tue Jul 21 02:29:12 2020	(r542706)
@@ -0,0 +1,3 @@
+py.test plugin that allows you to add environment variables.
+
+WWW: https://github.com/MobileDynasty/pytest-env



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007210229.06L2TDvD065289>