Edit

IABSD.fr/ports/www/py-gunicorn/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2026-03-30 12:44:44
    Hash : 3a18f484
    Message : update to py3-gunicorn-25.3.0

  • www/py-gunicorn/Makefile
  • COMMENT=	Python WSGI HTTP server
    
    MODPY_DISTV=	25.3.0
    DISTNAME=	gunicorn-${MODPY_DISTV}
    PKGNAME=	py-${DISTNAME}
    CATEGORIES=	www
    
    # https://github.com/benoitc/gunicorn
    HOMEPAGE=	https://gunicorn.org/
    
    # MIT
    PERMIT_PACKAGE=	Yes
    
    MODULES=	lang/python
    MODPY_PYBUILD=	setuptools
    MODPY_PI=	Yes
    
    RUN_DEPENDS=	www/py-multidict \
    		www/py-aiohttp
    
    TEST_DEPENDS=	devel/py-coverage \
    		devel/py-gevent \
    		devel/py-test-cov
    
    .include <bsd.port.mk>