Edit

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

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2026-08-11 12:42:41
    Hash : 3f059e80
    Message : drop @pkgpath/@conflict markers previously used for updates from 7.0/7.1

  • www/py-CherryPy/Makefile
  • COMMENT=	pythonic, object-oriented web development framework
    
    MODPY_DISTV=	18.10.0
    DISTNAME=	cherrypy-${MODPY_DISTV}
    PKGNAME=	py-CherryPy-${MODPY_DISTV}
    CATEGORIES=	www
    REVISION=	1
    
    # https://github.com/cherrypy/cherrypy
    HOMEPAGE=	https://cherrypy.dev/
    
    # BSD
    PERMIT_PACKAGE=	Yes
    
    MODULES=	lang/python
    MODPY_PYBUILD=	setuptools_scm
    MODPY_PI=	Yes
    
    RUN_DEPENDS=	www/py-cheroot \
    		net/py-portend \
    		devel/py-more-itertools \
    		devel/py-zc-lockfile \
    		devel/py-jaraco-collections
    TEST_DEPENDS=	devel/py-objgraph \
    		devel/py-path \
    		devel/py-test-cov \
    		www/py-requests-toolbelt
    
    .include <bsd.port.mk>