Index: head/textproc/py-enchant/Makefile =================================================================== --- head/textproc/py-enchant/Makefile (revision 557430) +++ head/textproc/py-enchant/Makefile (revision 557431) @@ -1,39 +1,39 @@ # Created by: Nicola Vitale # $FreeBSD$ PORTNAME= enchant -PORTVERSION= 3.1.1 +PORTVERSION= 3.2.0 CATEGORIES= textproc devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= py${PORTNAME}-${PORTVERSION} MAINTAINER= thierry@FreeBSD.org COMMENT= Spellchecking library for Python based on the Enchant library LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libenchant.so:textproc/enchant OPTIONS_DEFINE= WX OPTIONS_DEFAULT=WX WX_DESC= Provide a wxSpellCheckerDialog OPTIONS_SUB= yes .if ${FLAVOR:Upy36:Mpy3*} OPTIONS_EXCLUDE= WX .endif USES= python:3.6+ USE_PYTHON= distutils py3kplist NO_ARCH= yes WX_USE= WX=3.0+ WX_VARS= WX_COMPS=python:run PLIST_SUB+= VER=${PORTVERSION} post-install-WX-off: ${RM} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/checker/wxSpellCheckerDialog* .include Index: head/textproc/py-enchant/distinfo =================================================================== --- head/textproc/py-enchant/distinfo (revision 557430) +++ head/textproc/py-enchant/distinfo (revision 557431) @@ -1,3 +1,3 @@ -TIMESTAMP = 1597848238 -SHA256 (pyenchant-3.1.1.tar.gz) = ce0915d7acd771fde6e8c2dce8ad0cb0e6f7c4fa8430cc96e3e7134e99aeb12f -SIZE (pyenchant-3.1.1.tar.gz) = 49363 +TIMESTAMP = 1607608322 +SHA256 (pyenchant-3.2.0.tar.gz) = 6b97e9a9f132fa7c9029a6635d821ccad67d4980e68186d02c765b4256b6f152 +SIZE (pyenchant-3.2.0.tar.gz) = 49476 Index: head/textproc/py-enchant/pkg-descr =================================================================== --- head/textproc/py-enchant/pkg-descr (revision 557430) +++ head/textproc/py-enchant/pkg-descr (revision 557431) @@ -1,8 +1,8 @@ PyEnchant is a set of language bindings and some wrapper classes to make the excellent Enchant spellchecker available as a Python module. The bindings are generated using SWIG. It includes all the functionality of Enchant with the flexibility of Python and a nice 'Pythonic' object-oriented interface. It also aims to provide some higher-level functionality than is available in the C API. -WWW: https://pypi.org/project/pyenchant/ +WWW: https://pyenchant.github.io/pyenchant/