Edit

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

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2026-01-15 09:31:45
    Hash : 5431d04d
    Message : update to py3-docutils-0.22.4

  • textproc/py-docutils/Makefile
  • COMMENT=	process plaintext documentation into other formats
    
    MODPY_DISTV=	0.22.4
    DISTNAME=	docutils-${MODPY_DISTV}
    PKGNAME=	py-${DISTNAME}
    CATEGORIES=	textproc
    
    HOMEPAGE=	https://docutils.sourceforge.io/
    
    # beware new versions often have breaking changes
    EPOCH=		0
    
    # mostly public domain, a few files BSD, one .el GPLv3
    # see COPYING.rst
    PERMIT_PACKAGE=	Yes
    
    MODULES=	lang/python
    MODPY_PYBUILD=	flit_core
    MODPY_PI=	Yes
    
    RUN_DEPENDS=	textproc/py-pygments
    
    .include <bsd.port.mk>