87e42cd3fe
0.12.22: - proper usage of config property inside objects. - dump user defined types with handler functions (can be used to override dump of built-in types). 0.12.21: - Dispatching custom objects, slots supported. 0.12.20: - better version handling - display summary on pypi - non disclosed intermediate release to polish pypi output
22 lines
598 B
Makefile
22 lines
598 B
Makefile
# $NetBSD: Makefile,v 1.35 2018/04/12 10:26:08 adam Exp $
|
|
|
|
DISTNAME= SOAPpy-0.12.22
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= net python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=S/SOAPpy/}
|
|
EXTRACT_SUFX= .zip
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/kiorky/SOAPpy
|
|
COMMENT= SOAP Services for Python
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-defusedxml-[0-9]*:../../textproc/py-defusedxml
|
|
DEPENDS+= ${PYPKGPREFIX}-wstools-[0-9]*:../../www/py-wstools
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 27
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|