SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
25
devel/py-testpath/Makefile
Normal file
25
devel/py-testpath/Makefile
Normal 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>
|
2
devel/py-testpath/distinfo
Normal file
2
devel/py-testpath/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (testpath-0.6.0.tar.gz) = LxuX5kQsAmgevgG9hPUxAop8rqGvOCUAD1I0XDAoXg8=
|
||||
SIZE (testpath-0.6.0.tar.gz) = 93348
|
1
devel/py-testpath/pkg/DESCR
Normal file
1
devel/py-testpath/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Test utilities for Python code working with files and commands.
|
25
devel/py-testpath/pkg/PLIST
Normal file
25
devel/py-testpath/pkg/PLIST
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue