Edit

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

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2025-10-20 19:22:54
    Hash : ec918324
    Message : garbage-collect old @conflict entries; many were never needed, some are no longer needed since 6.9 was dropped from quirks. (experience has shown that having these around when not needed causes some confusion when using another port as a template for a new one; not least by me ;)

  • textproc/py-docutils/Makefile
  • COMMENT=	process plaintext documentation into other formats
    
    MODPY_DISTV=	0.22.2
    DISTNAME=	docutils-${MODPY_DISTV}
    PKGNAME=	py-${DISTNAME}
    CATEGORIES=	textproc
    REVISION=	0
    
    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>