Edit

IABSD.fr/ports/textproc/py-unidecode/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2022-03-12 10:18:40
    Hash : 2b8ad941
    Message : update to py3-unidecode-1.3.4

  • textproc/py-unidecode/Makefile
  • COMMENT =		US-ASCII transliterations of Unicode text
    
    MODPY_EGG_VERSION =	1.3.4
    DISTNAME =		Unidecode-${MODPY_EGG_VERSION}
    PKGNAME =		py-${DISTNAME:L}
    
    CATEGORIES =		textproc devel
    
    HOMEPAGE =		https://pypi.python.org/pypi/Unidecode
    
    # GPLv2+
    PERMIT_PACKAGE =	Yes
    
    MODULES =		lang/python
    
    MODPY_PI =		Yes
    MODPY_SETUPTOOLS =	Yes
    MODPY_PYTEST =		Yes
    
    FLAVORS =		python3
    FLAVOR =		python3
    
    .include <bsd.port.mk>