Edit

IABSD.fr/ports/security/py-gssapi/Makefile

Branch :

  • Show log

    Commit

  • Author : ajacoutot
    Date : 2025-10-19 12:20:46
    Hash : 16993981
    Message : Update to py3-gssapi-1.10.1.

  • security/py-gssapi/Makefile
  • COMMENT=	Python bindings to GSSAPI C libraries
    
    MODPY_DISTV=	1.10.1
    DISTNAME=	python-gssapi-${MODPY_DISTV}
    PKGNAME=	py-gssapi-${MODPY_DISTV}
    
    SITES=		https://github.com/pythongssapi/python-gssapi/releases/download/v${MODPY_DISTV}/
    
    CATEGORIES=	security
    
    # ISC
    PERMIT_PACKAGE=Yes
    
    WANTLIB += heimdal/lib/gssapi
    
    MODULES=	lang/python \
    		security/heimdal
    
    MODPY_PYBUILD=	setuptools
    
    BUILD_DEPENDS=	lang/cython
    
    RUN_DEPENDS=	devel/py-decorator
    
    # tests require devel/py-parameterized, k5test (not ported),
    # and a MIT Kerberos installation including KDC (they create
    # a self-contained Kerberos setup).
    
    .include <bsd.port.mk>