1682c6507d
by the infrastructure. Mark a couple more packages as not ready for python-3.x.
17 lines
487 B
Makefile
17 lines
487 B
Makefile
# $NetBSD: Makefile,v 1.4 2016/08/28 15:48:34 wiz Exp $
|
|
|
|
DISTNAME= PySimpleSOAP-1.16
|
|
PKGNAME= ${DISTNAME:tl:S/py/${PYPKGPREFIX}-/1}
|
|
CATEGORIES= net python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pysimplesoap/}
|
|
|
|
MAINTAINER= rodent@NetBSD.org
|
|
HOMEPAGE= https://pysimplesoap.googlecode.com/files/
|
|
COMMENT= Python Simple SOAP Library
|
|
LICENSE= gnu-lgpl-v3
|
|
|
|
USE_LANGUAGES= # none
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # as of 1.16
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|