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.
|
2013-09-21 00:01:56 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Replace python interpreter path in installed script.
Bump PKGREVISION.
|
2013-04-06 21:42:43 by Blue Rats | Files touched by this commit (12) |
Log message:
'The "+=" operator should only be used with lists.'
|
2012-10-28 07:31:10 by Aleksej Saushev | Files touched by this commit (600) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2010-07-26 12:26:09 by Greg Troxel | Files touched by this commit (1) |
Log message:
Take maintainership; previous maintainer no longer uses nevow.
|
2010-07-24 01:20:48 by Greg Troxel | Files touched by this commit (2) |
Log message:
Upstream uses setuptools, so switch to egg.mk.
Substitute egg directory in PLIST to avoid hardcoded version.
Drop unnecessary statements that set defaults.
|
2010-07-23 23:35:41 by Greg Troxel | Files touched by this commit (3) | |
Log message:
Update to 0.10.0.
0.10.0 is from 2009; this package was at 0.3.0 (0.4.0 was released in
2005). Upstream does not provide changelogs or NEWS. This update
should be considered equivalent to removing the old package and
importing a new one.
|
2009-06-15 00:00:42 by Joerg Sonnenberger | Files touched by this commit (316) |
Log message:
Convert @exec/@unexec to @pkgdir or drop it.
|
2008-09-17 14:01:34 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
twisted is restricted to 2.4+, so restrict here as well.
|