openbsd-ports/www/py-paste-deploy/Makefile
martynas 33e0546cd9 import py-paste-deploy-1.3
Paste Deployment is a system for finding and configuring WSGI
applications and servers. For WSGI application consumers it provides
a single, simple function (loadapp) for loading a WSGI application
from a configuration file or a Python Egg. For WSGI application
providers it only asks for a single, simple entry point to your
application, so that application users don't need to be exposed to
the implementation details of your application.

ok jasper@
2007-06-24 19:19:15 +00:00

38 lines
854 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/06/24 19:19:15 martynas Exp $
COMMENT= "load, configure, and compose WSGI applications and servers"
V= 1.3
DISTNAME= PasteDeploy-${V}
PKGNAME= py-paste-deploy-${V}
CATEGORIES= www lang/python
HOMEPAGE= http://pythonpaste.org/deploy/
MAINTAINER= Martynas Venckus <martynas@openbsd.org>
# MIT
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://cheeseshop.python.org/packages/source/P/PasteDeploy/
MODULES= lang/python
RUN_DEPENDS= ::www/py-paste
REGRESS_DEPENDS= ::devel/py-py \
::www/py-paste
MODPY_SETUPTOOLS= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/py-paste-deploy
${INSTALL_DATA} ${WRKSRC}/docs/* ${PREFIX}/share/doc/py-paste-deploy/
do-regress:
cd ${WRKSRC} && py.test .
.include <bsd.port.mk>