mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
import py-test-console-scripts; ok bket@
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
COMMENT = test console scripts with pytest
|
||||
|
||||
MODPY_EGG_VERSION = 1.4.1
|
||||
DISTNAME = pytest-console-scripts-${MODPY_EGG_VERSION}
|
||||
PKGNAME = ${DISTNAME:S/py/py-/}
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = lang/python
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR = python3
|
||||
|
||||
MODPY_PI = Yes
|
||||
MODPY_PYBUILD = setuptools_scm
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,2 @@
|
||||
SHA256 (pytest-console-scripts-1.4.1.tar.gz) = WoJu2EzAr6IC655EOB19di973ajgwj+feafx9Ez0qJU=
|
||||
SIZE (pytest-console-scripts-1.4.1.tar.gz) = 20994
|
||||
@@ -0,0 +1,5 @@
|
||||
Pytest-console-scripts is a pytest plugin for running python scripts
|
||||
from within tests. It's quite similar to subprocess.run(), but
|
||||
it also has an in-process mode, where the scripts are executed by
|
||||
the interpreter that's running pytest (using some amount of
|
||||
sandboxing).
|
||||
@@ -0,0 +1,13 @@
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_console_scripts/
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_console_scripts-${MODPY_EGG_VERSION}.dist-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_console_scripts-${MODPY_EGG_VERSION}.dist-info/LICENSE
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_console_scripts-${MODPY_EGG_VERSION}.dist-info/METADATA
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_console_scripts-${MODPY_EGG_VERSION}.dist-info/RECORD
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_console_scripts-${MODPY_EGG_VERSION}.dist-info/WHEEL
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_console_scripts-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_console_scripts-${MODPY_EGG_VERSION}.dist-info/top_level.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_console_scripts/__init__.py
|
||||
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pytest_console_scripts/${MODPY_PYCACHE}/
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_console_scripts/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_console_scripts/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_console_scripts/py.typed
|
||||
Reference in New Issue
Block a user