Revision: 104724 https://trac.macports.org/changeset/104724 Author: adfernandes@macports.org Date: 2013-04-01 10:34:34 -0700 (Mon, 01 Apr 2013) Log Message: ----------- py-enchant: add python3 compat (#38613) Modified Paths: -------------- trunk/dports/python/py-enchant/Portfile Modified: trunk/dports/python/py-enchant/Portfile =================================================================== --- trunk/dports/python/py-enchant/Portfile 2013-04-01 17:33:33 UTC (rev 104723) +++ trunk/dports/python/py-enchant/Portfile 2013-04-01 17:34:34 UTC (rev 104724) @@ -10,7 +10,7 @@ platforms darwin supported_archs noarch maintainers adfernandes openmaintainer -homepage http://www.rfk.id.au/software/pyenchant/ +homepage http://pythonhosted.org/pyenchant/ description A python interface to the enchant spell-checking library. long_description PyEnchant is a spellchecking library for Python, based \ on the excellent Enchant library. @@ -21,13 +21,13 @@ sha1 6f01b8657b64e970a11945c2a9b4d6d8023997bc \ rmd160 4e94bb26134f6d60b114cf40b3170dbf5fcb6e85 -python.versions 25 26 27 +python.versions 25 26 27 30 31 32 33 if {$subport != $name} { depends_lib-append port:py${python.version}-distribute port:enchant - + patchfiles patch-enchant-_enchant.py.diff - + post-patch { reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/enchant/_enchant.py }