Skip to content

Commit

Permalink
devel/py-process-tests: New port: Tools for testing processes
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Feb 5, 2023
1 parent dd35f16 commit 9141bfa
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Expand Up @@ -5074,6 +5074,7 @@
SUBDIR += py-prettyprinter
SUBDIR += py-prettytable
SUBDIR += py-prettytable0
SUBDIR += py-process-tests
SUBDIR += py-proglog
SUBDIR += py-progress
SUBDIR += py-promise
Expand Down
22 changes: 22 additions & 0 deletions devel/py-process-tests/Makefile
@@ -0,0 +1,22 @@
PORTNAME= process-tests
DISTVERSION= 2.1.2
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= yuri@FreeBSD.org
COMMENT= Tools for testing processes
WWW= https://pypi.org/project/process-tests/

LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

USES= python:3.6+
USE_PYTHON= distutils autoplist

NO_ARCH= yes

post-install:
@${FIND} ${STAGEDIR}${PREFIX} -name "*.so" | ${XARGS} ${STRIP_CMD}

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions devel/py-process-tests/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1675632576
SHA256 (process-tests-2.1.2.tar.gz) = a3747ad947bdfc93e5c986bdb17a6d718f3f26e8577a0807a00962f29e26deba
SIZE (process-tests-2.1.2.tar.gz) = 11554
1 change: 1 addition & 0 deletions devel/py-process-tests/pkg-descr
@@ -0,0 +1 @@
process-tests is tools for testing processes.

0 comments on commit 9141bfa

Please sign in to comment.