[104724] trunk/dports/python/py-enchant/Portfile

adfernandes at macports.org adfernandes at macports.org
Mon Apr 1 10:34:34 PDT 2013


Revision: 104724
          https://trac.macports.org/changeset/104724
Author:   adfernandes at 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
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130401/a4c3a737/attachment.html>


More information about the macports-changes mailing list