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-04-08 13:39:21 by Blue Rats | Files touched by this commit (1) |
Log message: Forgot to commit this, apparently. |
2015-04-03 00:57:19 by Blue Rats | Files touched by this commit (1) |
Log message: Update to 0.7.5. Nothing new here except upstream fixed the dependency pattern on py-six which was reported to them. |
2015-04-01 04:05:51 by Blue Rats | Files touched by this commit (3) |
Log message: No ChangeLog, though tests seem to be py3x-compatible now. Depends on py- six>=1.8.0. Remove executable permission from files in ${EGG_INFODIR} in post-install. |
2014-08-14 00:41:21 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Syntax not compatible with Python 2.6. |
2014-07-09 02:09:30 by OBATA Akio | Files touched by this commit (1) |
Log message: 'ordereddict' is required for python<=2.6 |
2014-07-06 01:22:16 by Blue Rats | Files touched by this commit (2) |
Log message: Upstream fixed permissions issue in egg files. Fixed HOMEPAGE. No other changes. |
2014-07-05 21:28:06 by Blue Rats | Files touched by this commit (4) |
Log message: Import py27-orderedmultidict-0.7.2 as databases/py-orderedmultidict. Ordered Multivalue Dictionary - omdict. A multivalue dictionary is a dictionary that can store multiple values for the same key. An ordered multivalue dictionary is a multivalue dictionary that retains the order of insertions and deletions. omdict retains method parity with dict. |