devel/py-python-ptrace: Python binding of ptrace library

This commit is contained in:
Mateusz Piotrowski 2022-06-24 16:15:31 +02:00
parent b5324921ad
commit f173a4d519
4 changed files with 26 additions and 0 deletions

View file

@ -5137,6 +5137,7 @@
SUBDIR += py-python-magic SUBDIR += py-python-magic
SUBDIR += py-python-mimeparse SUBDIR += py-python-mimeparse
SUBDIR += py-python-pcre SUBDIR += py-python-pcre
SUBDIR += py-python-ptrace
SUBDIR += py-python-rapidjson SUBDIR += py-python-rapidjson
SUBDIR += py-python-socketio SUBDIR += py-python-socketio
SUBDIR += py-python-statsd SUBDIR += py-python-statsd

View file

@ -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>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1656079905
SHA256 (python-ptrace-0.9.8.tar.gz) = 1e3bc6223f626aaacde8a7979732691c11b13012e702fee9ae16c87f71633eaa
SIZE (python-ptrace-0.9.8.tar.gz) = 107064

View file

@ -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