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.
|
2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-10-04 09:05:55 by Thomas Klausner | Files touched by this commit (13) |
Log message:
Remove unnecessary python restriction (to all supported versions).
|
2012-04-08 23:28:18 by Thomas Klausner | Files touched by this commit (7) |
Log message:
Grammar fix.
|
2012-03-15 12:53:45 by OBATA Akio | Files touched by this commit (170) |
Log message:
Bump PKGREVISION from default python to 2.7.
|
2011-11-27 15:20:18 by Aleksey Cheusov | Files touched by this commit (4) |
Log message:
Update to 0.100.0 from wip prepared by maintainer.
Tested on current and Linux.
|
2011-02-25 10:47:32 by Thomas Klausner | Files touched by this commit (67) |
Log message:
Let's assume for now that everything that worked with python-2.6 also
works with python-2.7.
|
2010-12-06 14:57:28 by Greg Troxel | Files touched by this commit (6) |
Log message:
Change MAINTAINER on bzr packages.
With epg@'s concurrence, reset MAINTAINER on *bzr* to Jan Danielsson.
|
2010-12-04 02:27:52 by Greg Troxel | Files touched by this commit (2) | |
Log message:
Update to 0.98 for compatability with updated devel/bzr version.
Upstream does not have any reasonable NEWS/Changelog, but 0.97 does
not work with bzr 2.1.1. From Jan Danielsson in private mail.
|