# HG changeset patch
# User Sean Farley <sean.michael.farley@gmail.com>
# Date 1354582821 21600
# Node ID a154adb46801fcea70f50507a1b26f2697bd3d54
# Parent ed3e69fc33b84f5ed492ccdbb6c9b2732ae538f1
py-dateutil: add python33 version
diff --git a/dports/python/py-dateutil/Portfile b/dports/python/py-dateutil/Portfile
a
|
b
|
|
22 | 22 | |
23 | 23 | checksums md5 22297f7e891bcd79a80d9446d8b20542 \ |
24 | 24 | sha1 946337a273866cc4f51d32c86cdbc4209ab84a43 \ |
25 | 25 | rmd160 a7ae3c4948c69471c95466236a388d63fcdac120 |
26 | 26 | |
27 | | python.versions 24 25 26 27 31 32 |
| 27 | python.versions 24 25 26 27 31 32 33 |
28 | 28 | |
29 | 29 | if {${subport} != ${name}} { |
30 | 30 | if {${python.version} < 30} { |
31 | 31 | version 1.5 |
32 | 32 | checksums md5 35f3732db3f2cc4afdc68a8533b60a52 \ |