e39e0ababd
- Change MASTER_SITES to CHEESESHOP as SF is no longer maintained - Limit python version to 2.x only (still not compatible with 3.x) - Remove dependency on py-fpconst - it was dropped in 0.12.6 - Update offsite url - Although there is no LICENSE file in CHEESESHOP distfile but the actual LICENSE file is maintained in GH repo Submitted by: rm
24 lines
607 B
Makefile
24 lines
607 B
Makefile
# Created by: Alexander Leidinger
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= soappy
|
|
PORTVERSION= 0.12.22
|
|
CATEGORIES= net python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= SOAPpy-${PORTVERSION}
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= SOAP Services for Python
|
|
# Actual LICENSE is in GH Repo but not in pypi release
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defusedxml>0:${PORTSDIR}/devel/py-defusedxml \
|
|
${PYTHON_PKGNAMEPREFIX}wstools>0:${PORTSDIR}/textproc/py-wstools
|
|
|
|
USES= python:2 zip
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
CONFLICTS= py*-soappy-devel-0.12.*
|
|
|
|
.include <bsd.port.mk>
|