Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jan 2021 17:19:33 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r562720 - in head/devel: . py-pytest-enabler
Message-ID:  <202101261719.10QHJXFC004855@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Jan 26 17:19:32 2021
New Revision: 562720
URL: https://svnweb.freebsd.org/changeset/ports/562720

Log:
  Add py-pytest-enabler 1.2.0
  
  The 'enabler' plugin allows configuration of plugins if present, but omits the
  settings if the plugin is not present.
  
  WWW: https://github.com/jaraco/pytest-enabler

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Jan 26 17:19:27 2021	(r562719)
+++ head/devel/Makefile	Tue Jan 26 17:19:32 2021	(r562720)
@@ -4911,6 +4911,7 @@
     SUBDIR += py-pytest-cov
     SUBDIR += py-pytest-datadir
     SUBDIR += py-pytest-django
+    SUBDIR += py-pytest-enabler
     SUBDIR += py-pytest-env
     SUBDIR += py-pytest-factoryboy
     SUBDIR += py-pytest-fixture-config

Added: head/devel/py-pytest-enabler/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pytest-enabler/Makefile	Tue Jan 26 17:19:32 2021	(r562720)
@@ -0,0 +1,27 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	pytest-enabler
+PORTVERSION=	1.2.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Enable installed pytest plugins
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4.1:devel/py-setuptools_scm@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jaraco.context>=0:devel/py-jaraco.context@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}jaraco.functools>=0:devel/py-jaraco.functools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}more-itertools>=0:devel/py-more-itertools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}toml>=0:textproc/py-toml@${PY_FLAVOR}
+
+USES=		python:3.6+
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-pytest-enabler/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pytest-enabler/distinfo	Tue Jan 26 17:19:32 2021	(r562720)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1611665291
+SHA256 (pytest-enabler-1.2.0.tar.gz) = 5176390cb1e31a7da260e2669ea9d2e9f4da762c51bb2f568220788dd0d3bba0
+SIZE (pytest-enabler-1.2.0.tar.gz) = 11135

Added: head/devel/py-pytest-enabler/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pytest-enabler/pkg-descr	Tue Jan 26 17:19:32 2021	(r562720)
@@ -0,0 +1,4 @@
+The 'enabler' plugin allows configuration of plugins if present, but omits the
+settings if the plugin is not present.
+
+WWW: https://github.com/jaraco/pytest-enabler



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