Edit

IABSD.fr/ports/databases/py-sqlparse/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2024-05-06 12:22:30
    Hash : b980bb55
    Message : bump REVISION for py3.10 -> py3.11 switch

  • databases/py-sqlparse/Makefile
  • COMMENT=	non-validating SQL parser
    
    MODPY_EGG_VERSION=	0.5.0
    DISTNAME=	sqlparse-${MODPY_EGG_VERSION}
    PKGNAME=	py-${DISTNAME}
    REVISION=	0
    
    CATEGORIES=	databases
    
    # BSD
    PERMIT_PACKAGE=	Yes
    
    MODULES=	lang/python
    MODPY_PI=	Yes
    MODPY_PYBUILD=	hatchling
    
    FLAVORS=	python3
    FLAVOR=		python3
    
    .include <bsd.port.mk>