Edit

IABSD.fr/ports/databases/py-sqlparse/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 ;)

  • databases/py-sqlparse/Makefile
  • COMMENT=	non-validating SQL parser
    
    MODPY_DISTV=	0.5.3
    DISTNAME=	sqlparse-${MODPY_DISTV}
    PKGNAME=	py-${DISTNAME}
    REVISION=	1
    
    CATEGORIES=	databases
    
    MAINTAINER =	Daniel Dickman <daniel@openbsd.org>
    
    # BSD
    PERMIT_PACKAGE=	Yes
    
    MODULES=	lang/python
    MODPY_PI=	Yes
    MODPY_PYBUILD=	hatchling
    
    .include <bsd.port.mk>