# HG changeset patch
# User Sean Farley <sean.michael.farley@gmail.com>
# Date 1354582777 21600
# Node ID ed3e69fc33b84f5ed492ccdbb6c9b2732ae538f1
# Parent fa076b049e9b17247aab19911456bf20b51dc73a
py-tz: add python33 version
diff --git a/dports/python/py-tz/Portfile b/dports/python/py-tz/Portfile
a
|
b
|
|
20 | 20 | homepage http://pytz.sourceforge.net/ |
21 | 21 | master_sites http://cheeseshop.python.org/packages/source/p/pytz/ |
22 | 22 | distname ${my_name}-${version} |
23 | 23 | #use_zip yes |
24 | 24 | |
25 | | python.versions 24 25 26 27 31 32 |
| 25 | python.versions 24 25 26 27 31 32 33 |
26 | 26 | |
27 | 27 | checksums rmd160 af3880f33777717600c699600d2016cbb3fe74dd \ |
28 | 28 | sha256 2bad145c91efcb8a1ecaca4768a3d1dfd4e6f3fab3a84f044e6125fff8306221 |
29 | 29 | |
30 | 30 | post-destroot { |