Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Apr 2019 00:16:38 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r498868 - head/net/py-soappy
Message-ID:  <201904140016.x3E0GcM5062399@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bofh
Date: Sun Apr 14 00:16:38 2019
New Revision: 498868
URL: https://svnweb.freebsd.org/changeset/ports/498868

Log:
  net/py-soappy: Mark DEPRECATED
  
  - Please consider using net/py-zeep as upstream development is stalled and
    recommends using another stalled library stud

Modified:
  head/net/py-soappy/Makefile

Modified: head/net/py-soappy/Makefile
==============================================================================
--- head/net/py-soappy/Makefile	Sun Apr 14 00:16:36 2019	(r498867)
+++ head/net/py-soappy/Makefile	Sun Apr 14 00:16:38 2019	(r498868)
@@ -14,6 +14,10 @@ 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}
 
@@ -21,5 +25,6 @@ USES=		python:2.7 zip
 USE_PYTHON=	autoplist distutils
 
 CONFLICTS=	py*-soappy-devel-0.12.*
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904140016.x3E0GcM5062399>