mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 23:30:29 -04:00
- Please consider using net/py-zeep as upstream development is stalled and recommends using another stalled library stud
30 lines
810 B
Makefile
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>
|