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. |
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-09-16 21:27:31 by Thomas Klausner | Files touched by this commit (372) |
Log message: Reset maintainer |
2017-02-05 11:20:50 by Leonardo Taccari | Files touched by this commit (1) |
Log message: Fix DEPENDS pattern. If we depends on a foo package, mark its dependency via: DEPENDS+= foo-*:../../misc/foo ...and then a new foo-bar package will appear it can be problematic. Use foo-[0-9]* pattern to avoid that. Kindly pointed out by <wiz> |
2017-02-05 11:08:13 by Leonardo Taccari | Files touched by this commit (1) |
Log message: twill.utils needs cssselect, add it to DEPENDS Bump PKGREVISION Discussed with <rodent> |
2017-01-03 14:23:05 by Jonathan Perkin | Files touched by this commit (52) |
Log message: Use "${MV} || ${TRUE}" and "${RM} -f" consistently in \ post-install targets. |
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-08-28 17:48:37 by Thomas Klausner | Files touched by this commit (112) |
Log message: Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided by the infrastructure. Mark a couple more packages as not ready for python-3.x. |
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. |
2016-06-08 19:43:49 by Thomas Klausner | Files touched by this commit (356) |
Log message: Switch to MASTER_SITES_PYPI. |