Up to [cvs.NetBSD.org] / pkgsrc / lang / py-py3c
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.4 / (download) - annotate - [select for diffs], Mon Jan 31 13:44:39 2022 UTC (13 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
HEAD
Changes since 1.3: +2 -3
lines
Diff to previous 1.3 (colored)
py-py3c: updated to 1.4 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
Revision 1.3 / (download) - annotate - [select for diffs], Tue Jan 4 20:54:09 2022 UTC (14 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
*: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.2 / (download) - annotate - [select for diffs], Sun Feb 14 15:02:11 2021 UTC (2 years, 1 month ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1
Changes since 1.1: +3 -3
lines
Diff to previous 1.1 (colored)
py-py3c: updated to 1.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).
Revision 1.1 / (download) - annotate - [select for diffs], Mon Jul 27 20:11:44 2020 UTC (2 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3
py-py3c: added version 1.2 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.