SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

13
devel/py3c/pkg/DESCR Normal file
View file

@ -0,0 +1,13 @@
py3c helps you port C extensions to Python 3.
It provides a detailed guide, and a set of macros to make porting easy
and reduce boilerplate.
Design principles
- Reduce chances of accidental subtle errors
- Minimize boilerplate
- Prefer the Python 3 way of doing things
- Minimize semantic changes under Python 2
Versions
Projects using py3c will be compatible with CPython 2.6, 2.7, and 3.3+.

9
devel/py3c/pkg/PLIST Normal file
View file

@ -0,0 +1,9 @@
include/py3c/
include/py3c.h
include/py3c/capsulethunk.h
include/py3c/comparison.h
include/py3c/compat.h
include/py3c/fileshim.h
include/py3c/py3shims.h
include/py3c/tpflags.h
share/pkgconfig/py3c.pc