Edit

IABSD.fr/ports/textproc/py-jaraco-text/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2023-03-30 10:21:30
    Hash : a1b44116
    Message : update to py3-jaraco.text-3.11.1

  • textproc/py-jaraco-text/Makefile
  • COMMENT=	handy routines for dealing with text
    
    MODPY_EGG_VERSION=	3.11.1
    DISTNAME=	jaraco.text-${MODPY_EGG_VERSION}
    PKGNAME=	py-${DISTNAME}
    
    CATEGORIES=	textproc
    
    # https://github.com/jaraco/jaraco.text
    HOMEPAGE=	https://jaracotext.readthedocs.io/
    
    # MIT
    PERMIT_PACKAGE=	Yes
    
    MODULES=	lang/python
    
    MODPY_PI=	Yes
    MODPY_PYBUILD=	setuptools_scm
    RUN_DEPENDS=	devel/py-jaraco-context${MODPY_FLAVOR} \
    		devel/py-jaraco-functools${MODPY_FLAVOR} \
    		devel/py-more-itertools${MODPY_FLAVOR} \
    	        devel/py-autocommand${MODPY_FLAVOR} \
    		textproc/py-inflect${MODPY_FLAVOR}
    
    FLAVORS=	python3
    FLAVOR=		python3
    
    .include <bsd.port.mk>