pkgsrc/www/py-cherrypy/Makefile
adam cd4e754c5a py-cherrypy: updated to 16.0.2
v16.0.2:
* :issue:1716: Fixed handling of url-encoded parameters in
  digest authentication handling, correcting regression in v14.2.0.

v16.0.1
* :issue:1719: Digest-auth tool will now return a status
  code of 401 for when a scheme other than 'digest' is
  indicated.
2018-06-19 11:39:03 +00:00

34 lines
1.3 KiB
Makefile

# $NetBSD: Makefile,v 1.29 2018/06/19 11:39:03 adam Exp $
DISTNAME= CherryPy-16.0.2
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= Pythonic, object-oriented HTTP framework
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-cheroot>=6.2.4:../../www/py-cheroot
DEPENDS+= ${PYPKGPREFIX}-portend>=2.1.1:../../net/py-portend
DEPENDS+= ${PYPKGPREFIX}-simplejson-[0-9]*:../../converters/py-simplejson
DEPENDS+= ${PYPKGPREFIX}-six>=1.11.0:../../lang/py-six
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
TEST_DEPENDS+= ${PYPKGPREFIX}-path.py-[0-9]*:../../devel/py-path.py
TEST_DEPENDS+= ${PYPKGPREFIX}-test>=2.8:../../devel/py-test
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
TEST_DEPENDS+= ${PYPKGPREFIX}-test-sugar-[0-9]*:../../devel/py-test-sugar
# missing requests_toolbelt
USE_LANGUAGES= # none
post-install:
cd ${DESTDIR}${PREFIX}/bin && ${MV} cherryd cherryd-${PYVERSSUFFIX} || ${TRUE}
do-test:
cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"