SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,25 @@
COMMENT = test utilities working with files and commands
MODPY_EGG_VERSION = 0.6.0
DISTNAME = testpath-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 0
CATEGORIES = devel
HOMEPAGE = https://github.com/jupyter/testpath
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYTEST = Yes
FLAVORS = python3
FLAVOR = python3
MODPY_PYBUILD = flit_core
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (testpath-0.6.0.tar.gz) = LxuX5kQsAmgevgG9hPUxAop8rqGvOCUAD1I0XDAoXg8=
SIZE (testpath-0.6.0.tar.gz) = 93348

View file

@ -0,0 +1 @@
Test utilities for Python code working with files and commands.

View file

@ -0,0 +1,25 @@
@pkgpath devel/py-testpath
lib/python${MODPY_VERSION}/site-packages/testpath/
lib/python${MODPY_VERSION}/site-packages/testpath-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/testpath-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/testpath-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/testpath-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/testpath-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/testpath/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/testpath/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/testpath/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/testpath/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/testpath/${MODPY_PYCACHE}asserts.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/testpath/${MODPY_PYCACHE}asserts.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/testpath/${MODPY_PYCACHE}commands.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/testpath/${MODPY_PYCACHE}commands.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/testpath/${MODPY_PYCACHE}env.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/testpath/${MODPY_PYCACHE}env.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/testpath/${MODPY_PYCACHE}tempdir.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/testpath/${MODPY_PYCACHE}tempdir.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/testpath/asserts.py
@comment lib/python${MODPY_VERSION}/site-packages/testpath/cli-32.exe
@comment lib/python${MODPY_VERSION}/site-packages/testpath/cli-64.exe
lib/python${MODPY_VERSION}/site-packages/testpath/commands.py
lib/python${MODPY_VERSION}/site-packages/testpath/env.py
lib/python${MODPY_VERSION}/site-packages/testpath/tempdir.py