ports/net/py-soappy/Makefile
Muhammad Moinur Rahman 4210d902bf net/py-soappy: Mark DEPRECATED
- Please consider using net/py-zeep as upstream development is stalled and
  recommends using another stalled library stud
2019-04-14 00:16:38 +00:00

30 lines
810 B
Makefile

# Created by: Alexander Leidinger
# $FreeBSD$
PORTNAME= soappy
PORTVERSION= 0.12.22
PORTREVISION= 1
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
DEPRECATED= Please consider using net/py-zeep as upstream development is stalled \
and recommends using another stalled library stud
EXPIRATION_DATE=2019-12-31
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defusedxml>0:devel/py-defusedxml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wstools>0:textproc/py-wstools@${PY_FLAVOR}
USES= python:2.7 zip
USE_PYTHON= autoplist distutils
CONFLICTS= py*-soappy-devel-0.12.*
NO_ARCH= yes
.include <bsd.port.mk>