2019-04-26 15:14:25 by Maya Rashish | Files touched by this commit (473) |
Log message: Omit mentions of python 34 and 35, after those were removed. - Includes some whitespace changes, to be handled in a separate commit. |
2019-04-25 09:33:32 by Maya Rashish | Files touched by this commit (620) |
Log message: PKGREVISION bump for anything using python without a PYPKGPREFIX. This is a semi-manual PKGREVISION bump. |
2018-08-19 22:16:42 by Thomas Klausner | Files touched by this commit (38) |
Log message: *: reset maintainer for drochner |
2018-07-03 07:03:44 by Adam Ciarcinski | Files touched by this commit (495) |
Log message: extend PYTHON_VERSIONS_ for Python 3.7 |
2017-07-31 00:47:59 by Thomas Klausner | Files touched by this commit (128) |
Log message: Use https for www.gnome.org HOMEPAGEs. |
2017-01-01 15:44:09 by Thomas Klausner | Files touched by this commit (577) |
Log message: Add python-3.6 to incompatible versions. |
2016-07-09 15:04:18 by Thomas Klausner | Files touched by this commit (599) |
Log message: Remove python33: adapt all packages that refer to it. |
2015-12-05 22:26:09 by Adam Ciarcinski | Files touched by this commit (578) |
Log message: Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 |
2014-05-09 09:37:28 by Thomas Klausner | Files touched by this commit (553) |
Log message: Mark packages that are not ready for python-3.3 also not ready for 3.4, until proven otherwise. |
2014-01-25 11:30:32 by Thomas Klausner | Files touched by this commit (533) | |
Log message: Mark packages as not ready for python-3.x where applicable; either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary. |