git: f173a4d519b3 - main - devel/py-python-ptrace: Python binding of ptrace library

From: Mateusz Piotrowski <0mp_at_FreeBSD.org>
Date: Tue, 28 Jun 2022 08:33:28 UTC
The branch main has been updated by 0mp:

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

commit f173a4d519b3746003ad6c73282ada5ca6fd6e1c
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2022-06-24 14:15:31 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2022-06-28 08:28:01 +0000

    devel/py-python-ptrace: Python binding of ptrace library
---
 devel/Makefile                   |  1 +
 devel/py-python-ptrace/Makefile  | 18 ++++++++++++++++++
 devel/py-python-ptrace/distinfo  |  3 +++
 devel/py-python-ptrace/pkg-descr |  4 ++++
 4 files changed, 26 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index 40c845d77898..68ce594945e2 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5137,6 +5137,7 @@
     SUBDIR += py-python-magic
     SUBDIR += py-python-mimeparse
     SUBDIR += py-python-pcre
+    SUBDIR += py-python-ptrace
     SUBDIR += py-python-rapidjson
     SUBDIR += py-python-socketio
     SUBDIR += py-python-statsd
diff --git a/devel/py-python-ptrace/Makefile b/devel/py-python-ptrace/Makefile
new file mode 100644
index 000000000000..360d691d71dd
--- /dev/null
+++ b/devel/py-python-ptrace/Makefile
@@ -0,0 +1,18 @@
+PORTNAME=	python-ptrace
+PORTVERSION=	0.9.8
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	0mp@FreeBSD.org
+COMMENT=	Python binding of ptrace library
+
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+USES=		python:3.6+
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-python-ptrace/distinfo b/devel/py-python-ptrace/distinfo
new file mode 100644
index 000000000000..6033f0b2abeb
--- /dev/null
+++ b/devel/py-python-ptrace/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1656079905
+SHA256 (python-ptrace-0.9.8.tar.gz) = 1e3bc6223f626aaacde8a7979732691c11b13012e702fee9ae16c87f71633eaa
+SIZE (python-ptrace-0.9.8.tar.gz) = 107064
diff --git a/devel/py-python-ptrace/pkg-descr b/devel/py-python-ptrace/pkg-descr
new file mode 100644
index 000000000000..853a1125b20f
--- /dev/null
+++ b/devel/py-python-ptrace/pkg-descr
@@ -0,0 +1,4 @@
+python-ptrace is a debugger using ptrace (Linux, BSD and Darwin system call to
+trace processes) written in Python.
+
+WWW: https://github.com/vstinner/python-ptrace