pkgsrc/www/py-cherrypy/Makefile
adam 14855c8d08 Changes 10.2.1:
* Remove unintended dependency on ``graphviz`` in Python 2.6.
2017-04-01 06:31:29 +00:00

22 lines
697 B
Makefile

# $NetBSD: Makefile,v 1.20 2017/04/01 06:31:29 adam Exp $
DISTNAME= CherryPy-10.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=C/CherryPy/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.cherrypy.org/
COMMENT= CherryPy is a pythonic, object-oriented HTTP framework
LICENSE= modified-bsd
USE_LANGUAGES= # none
REPLACE_PYTHON+= cherrypy/test/sessiondemo.py
DEPENDS+= ${PYPKGPREFIX}-cheroot-[0-9]*:../../www/py-cheroot
DEPENDS+= ${PYPKGPREFIX}-portend-[0-9]*:../../net/py-portend
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"