aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2023-02-05 21:33:51 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2023-02-05 22:12:25 +0000
commit9141bfa20a583cba873d4961ab31378447cd2dd4 (patch)
tree1c5e50e24d72cb2342b1832d5daf657aa1cdd7ca
parentdd35f167f40b219722bb3db63574c95035031edd (diff)
downloadports-9141bfa20a583cba873d4961ab31378447cd2dd4.tar.gz
ports-9141bfa20a583cba873d4961ab31378447cd2dd4.zip
devel/py-process-tests: New port: Tools for testing processes
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-process-tests/Makefile22
-rw-r--r--devel/py-process-tests/distinfo3
-rw-r--r--devel/py-process-tests/pkg-descr1
4 files changed, 27 insertions, 0 deletions
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.