git: 9141bfa20a58 - main - devel/py-process-tests: New port: Tools for testing processes

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 05 Feb 2023 22:12:29 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9141bfa20a583cba873d4961ab31378447cd2dd4

commit 9141bfa20a583cba873d4961ab31378447cd2dd4
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-02-05 21:33:51 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-02-05 22:12:25 +0000

    devel/py-process-tests: New port: Tools for testing processes
---
 devel/Makefile                   |  1 +
 devel/py-process-tests/Makefile  | 22 ++++++++++++++++++++++
 devel/py-process-tests/distinfo  |  3 +++
 devel/py-process-tests/pkg-descr |  1 +
 4 files changed, 27 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index 54381f4d2dad..3dd2972a6e5c 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -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
diff --git a/devel/py-process-tests/Makefile b/devel/py-process-tests/Makefile
new file mode 100644
index 000000000000..3741e6460e46
--- /dev/null
+++ b/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>
diff --git a/devel/py-process-tests/distinfo b/devel/py-process-tests/distinfo
new file mode 100644
index 000000000000..4378eaf3b29d
--- /dev/null
+++ b/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
diff --git a/devel/py-process-tests/pkg-descr b/devel/py-process-tests/pkg-descr
new file mode 100644
index 000000000000..d69fc9829e20
--- /dev/null
+++ b/devel/py-process-tests/pkg-descr
@@ -0,0 +1 @@
+process-tests is tools for testing processes.