summaryrefslogtreecommitdiff
path: root/lang/py-py3c/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2022-01-31py-py3c: updated to 1.4adam1-3/+2
v1.4 Additions: add guidance around the use of Py_FindMethod Fixes: Avoid compiler warning about unused function Fix DESTDIR support in the Makefile Various documentation warning fixes
2022-01-04*: bump PKGREVISION for egg.mk userswiz1-1/+2
They now have a tool dependency on py-setuptools instead of a DEPENDS
2021-02-14py-py3c: updated to 1.3adam1-3/+3
v1.3 Compatibility: Tested with Python 3.9.0 Additions: To help avoid compiler warning about uninitialized members, extra members are added to the PyModuleDef structure for Python 2: m_slots, m_traverse, m_clear and m_free. Under Python 2, they must be set to NULL (usually by continuing to leave them out).
2020-07-27py-py3c: added version 1.2adam1-0/+20
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.