openbsd-ports/devel/py-SOAPpy/Makefile

35 lines
819 B
Makefile
Raw Normal View History

2011-09-16 05:24:48 -04:00
# $OpenBSD: Makefile,v 1.11 2011/09/16 09:24:54 espie Exp $
COMMENT= Python API for SOAP HTTP/RPC
DISTNAME= SOAPpy-0.11.6
2010-08-30 18:24:14 -04:00
PKGNAME= ${DISTNAME:S/^/py-/}
2011-09-16 05:24:48 -04:00
REVISION = 7
CATEGORIES= devel www
HOMEPAGE= http://pywebsvcs.sourceforge.net/
MODULES= lang/python
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pywebsvcs/}
2010-11-15 14:45:56 -05:00
BUILD_DEPENDS= devel/py-fpconst
RUN_DEPENDS= devel/py-fpconst \
textproc/py-xml
REGRESS_DEPENDS=${RUN_DEPENDS}
# There are lots of tests, but most of them require network access
# The one below doesn't, but it has a known failure...
do-regress: fake
@cd ${WRKSRC} && ${MAKE_ENV} && \
PYTHONPATH=${WRKINST}${MODPY_SITEPKG} ${MODPY_BIN} \
./tests/SOAPtest.py
.include <bsd.port.mk>