openbsd-ports/www/py-CherryPy/Makefile
gonzalo 917db95158 Little update for py-Cherrry to 3.2.2
And zinke@ drop maintership.

'Looks good to me' zinke@
2013-01-02 11:50:17 +00:00

37 lines
849 B
Makefile

# $OpenBSD: Makefile,v 1.21 2013/01/02 11:50:17 gonzalo Exp $
COMMENT= pythonic, object-oriented web development framework
MODPY_EGG_VERSION= 3.2.2
DISTNAME= CherryPy-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
CATEGORIES= www
HOMEPAGE= http://www.cherrypy.org/
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://download.cherrypy.org/cherrypy/${MODPY_EGG_VERSION}/
MODULES= lang/python
REGRESS_DEPENDS = devel/py-nose \
www/py-routes
MODPY_SETUPTOOLS = Yes
# test_antistampede requires higher file descriptor limit
# test_cache_control requires higher SECONDS variable
# test_states requires signal handling fixed
REGRESS_IS_INTERACTIVE =Yes
do-regress:
@cd ${WRKSRC} && ${LOCALBASE}/bin/nosetests -s -v \
lib/cherrypy/test
.include <bsd.port.mk>