Edit

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

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2024-05-06 12:24:07
    Hash : 940b0670
    Message : bump REVISION for py3.10 -> py3.11 switch

  • textproc/py-semver/Makefile
  • COMMENT=	python helper for Semantic Versioning
    
    MODPY_EGG_VERSION=	3.0.2
    DISTNAME=	semver-${MODPY_EGG_VERSION}
    PKGNAME=	py-${DISTNAME}
    REVISION=	0
    
    CATEGORIES=	textproc
    
    HOMEPAGE=	https://github.com/k-bx/python-semver
    
    # BSD3
    PERMIT_PACKAGE=	Yes
    
    MODULES=	lang/python
    MODPY_PYBUILD=	setuptools_scm
    MODPY_PI=	Yes
    
    TEST_DEPENDS=	devel/py-test-cov${MODPY_FLAVOR}
    
    FLAVORS=	python3
    FLAVOR=		python3
    
    .include <bsd.port.mk>