Version: 1.1, Package name: py3c-1.1 |
Maintained by: Stefan Sperling |
Master sites: |
Description 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+. |
Filesize: 44.761 KB |
Version History (View Complete History) |
|
2021-02-23 12:39:53 by Stuart Henderson | Files touched by this commit (743) |
Log message: Reverse the polarity of MODPY_VERSION; default is now 3.x, if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}. This commit doesn't change any versions currently used; it may be that some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those should be cleaned up in the course of updating ports where possible. Python module ports providing py3-* packages should still use FLAVOR=python3 so that we don't have a mixture of dependencies some using ${MODPY_FLAVOR} and others not. |
2020-06-01 05:25:38 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: Add link to PR, and sync patch ok stsp@ (maintainer) |