diff options
author | rm <rm@FreeBSD.org> | 2015-07-04 07:04:37 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2015-07-04 07:04:37 +0800 |
commit | e8873be9008bc48ac7db389cc13b32a0da77e828 (patch) | |
tree | 68a7832d24634f5ac91ab662bf16ed3d920e8db9 /net | |
parent | 93d50bb028e81bae0f7dbb6ce7bc743303f5b4bf (diff) | |
download | freebsd-ports-gnome-e8873be9008bc48ac7db389cc13b32a0da77e828.tar.gz freebsd-ports-gnome-e8873be9008bc48ac7db389cc13b32a0da77e828.tar.zst freebsd-ports-gnome-e8873be9008bc48ac7db389cc13b32a0da77e828.zip |
net/py-soapy: set for deprecation
This library didn't get any updates for 14 years and it depends upon ancient
textproc/py-xml, that should be kicked from the ports tree. No ports in the tree
depending upon this one and we have dozen of modern and actively developed
alternatives:
- net/py-soapy
- net/py-suds
- net/py-simplesoap etc.
So mark it deprecated and set expiration date to 2015-08-01 (to conform
expiration date of another py-xml consumer - net-p2p/btqueue, so we can kick
them both in the same day).
Discussed with: sbz (maintainer)
Diffstat (limited to 'net')
-rw-r--r-- | net/py-soapy/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/py-soapy/Makefile b/net/py-soapy/Makefile index 9fbad598babe..6589165d8fef 100644 --- a/net/py-soapy/Makefile +++ b/net/py-soapy/Makefile @@ -14,6 +14,9 @@ LICENSE= PSFL RUN_DEPENDS= ${PYXML} +DEPRECATED= Abandonware depending on ancient py-xml. Please use net/py-soappy instead +EXPIRATION_DATE= 2015-08-01 + USES= python USE_PYTHON= distutils |