2015-04-14 13:25:38 by Thomas Klausner | Files touched by this commit (8) | |
Log message: Remove python-2.6-only package py-ordereddict and references to it. |
2015-04-14 01:12:44 by Blue Rats | Files touched by this commit (94) |
Log message: Removing python26. EOL'd quite some ago and discussed a couple times on tech-pkg@ and pkgsrc-users@. |
2015-03-15 19:31:53 by Hiramatsu Yoshifumi | Files touched by this commit (9) |
Log message: Set MAINTAINER to pkgsrc-users. |
2014-12-13 02:18:02 by OBATA Akio | Files touched by this commit (1) |
Log message: Back to only for Python26. This package provides new features in python>=27 core to older python. |
2014-12-11 06:35:14 by Aleksey Cheusov | Files touched by this commit (1) |
Log message: PYTHON_VERSIONS_ACCEPTED was removed, at least python-27 works fine |
2014-07-07 07:52:13 by OBATA Akio | Files touched by this commit (1) |
Log message: Only for python<=2.6 |
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. |
2012-02-03 14:19:34 by OBATA Akio | Files touched by this commit (1) |
Log message: fix HOMEPAGE url. |
2011-12-07 13:54:24 by OBATA Akio | Files touched by this commit (4) | |
Log message: Import py-ordereddict-1.1 as devel/py-ordereddict. Drop-in substitute for Py2.7's new collections.OrderedDict. The recipe has big-oh performance that matches regular dictionaries (amortized O(1) insertion/deletion/lookup and O(n) iteration/repr/copy/equality_testing). |