SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
13
devel/py3c/pkg/DESCR
Normal file
13
devel/py3c/pkg/DESCR
Normal 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
9
devel/py3c/pkg/PLIST
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue