Edit

IABSD.fr/ports/net/py-botocore/Makefile

Branch :

  • Show log

    Commit

  • Author : ajacoutot
    Date : 2026-09-13 07:37:32
    Hash : b5c126ab
    Message : Update to py3-botocore-1.43.93.

  • net/py-botocore/Makefile
  • # !!! do not update blindly: net/py-boto3 depends on the exact same version
    
    COMMENT=		low-level interface to Amazon Web Services
    
    MODPY_DISTV=		1.43.93
    DISTNAME=		botocore-${MODPY_DISTV}
    PKGNAME=		py-${DISTNAME}
    
    CATEGORIES=		net devel
    
    HOMEPAGE=		https://github.com/boto/botocore
    
    MAINTAINER=		Antoine Jacoutot <ajacoutot@openbsd.org>
    
    # Apache 2.0
    PERMIT_PACKAGE=		Yes
    
    MODULES=		lang/python
    
    MODPY_PI=		Yes
    MODPY_PYBUILD=		setuptools
    
    RUN_DEPENDS=		devel/py-dateutil \
    			devel/py-jmespath \
    			textproc/py-docutils \
    			www/py-urllib3
    
    # XXX py-behave, unported yet
    TEST_DEPENDS=		${BUILD_PKGPATH} \
    			devel/py-mock \
    			devel/py-nose
    
    # needs a driver and a runner
    TEST_IS_INTERACTIVE=	Yes
    
    do-test:
    	cd ${WRKSRC} && ${MODPY_BIN} ./tests/cmd-runner
    
    .include <bsd.port.mk>