mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
devel/py-python-ptrace: Python binding of ptrace library
This commit is contained in:
parent
b5324921ad
commit
f173a4d519
4 changed files with 26 additions and 0 deletions
|
@ -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
|
||||||
|
|
18
devel/py-python-ptrace/Makefile
Normal file
18
devel/py-python-ptrace/Makefile
Normal 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>
|
3
devel/py-python-ptrace/distinfo
Normal file
3
devel/py-python-ptrace/distinfo
Normal 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
|
4
devel/py-python-ptrace/pkg-descr
Normal file
4
devel/py-python-ptrace/pkg-descr
Normal 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
|
Loading…
Add table
Reference in a new issue