- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
20 lines
524 B
Makefile
20 lines
524 B
Makefile
# $NetBSD: Makefile,v 1.23 2008/04/25 20:39:11 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= SOAPpy-0.11.4
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 4
|
|
CATEGORIES= net python
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pywebsvcs/}
|
|
|
|
MAINTAINER= recht@NetBSD.org
|
|
HOMEPAGE= http://pywebsvcs.sourceforge.net/
|
|
COMMENT= SOAP implementation
|
|
|
|
PYDISTUTILSPKG= YES
|
|
PY_PATCHPLIST= YES
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../math/py-fpconst/buildlink3.mk"
|
|
.include "../../textproc/py-xml/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|