diff --git a/dports/python/py-meld3/Portfile b/dports/python/py-meld3/Portfile
index 5b4ee7b..9d77311 100644
a
|
b
|
PortSystem 1.0 |
4 | 4 | PortGroup python 1.0 |
5 | 5 | |
6 | 6 | name py-meld3 |
7 | | version 0.6.3 |
| 7 | version 0.6.10 |
8 | 8 | license ZPL-2.1 |
9 | 9 | maintainers gmail.com:roger.hoover |
10 | 10 | description SGML template system |
… |
… |
long_description meld3 is an HTML/XML templating system for Python 2.3+ which ke |
13 | 13 | platforms darwin |
14 | 14 | |
15 | 15 | homepage http://www.plope.com/software/meld3/ |
16 | | master_sites http://www.plope.com/software/meld3/ |
| 16 | master_sites https://pypi.python.org/packages/source/m/meld3/ |
17 | 17 | distname meld3-${version} |
18 | | checksums md5 45992df3b24f23e051ff3c647dd24bdf |
| 18 | checksums md5 42e58624e9d427be7659d7a28e2b0b6f |
19 | 19 | |
20 | 20 | python.versions 24 |
21 | 21 | |