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.
|
2014-01-23 19:40:09 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Remove patch that doesn't apply any longer, and add RMD160 checksum
to distinfo
XXX: doesn't build
|
2014-01-22 02:44:10 by Greg Troxel | Files touched by this commit (2) |
Log message:
Point at devel/fann, and hence 2.2.0.
(However, it seems upstream no longer includes python bindings.)
|
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-04-08 22:22:01 by Thomas Klausner | Files touched by this commit (148) |
Log message:
All supported python versions in pkgsrc support eggs, so remove
${PLIST.eggfile} from PLISTs and support code from lang/python.
|
2011-10-15 14:17:26 by OBATA Akio | Files touched by this commit (2) |
Log message:
* convert PYDISTUTILPKG to regist egg-info.
Bump PKGREVISION.
|
2009-06-14 19:49:18 by Joerg Sonnenberger | Files touched by this commit (454) |
Log message:
Remove @dirrm entries from PLISTs
|
2008-06-12 04:14:58 by Joerg Sonnenberger | Files touched by this commit (1134) |
Log message:
Add DESTDIR support.
|
2007-03-10 02:38:26 by Roland Illig | Files touched by this commit (2) |
Log message:
Removed CR character from the patch to make the package work on Mac OS X
and on IRIX.
|
2006-10-12 21:23:41 by Greg Troxel | Files touched by this commit (1) |
Log message:
regen distinfo for fixed tarball
|