From owner-svn-ports-head@freebsd.org Fri Jul 3 23:04:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20971994F58; Fri, 3 Jul 2015 23:04:38 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 11A681231; Fri, 3 Jul 2015 23:04:38 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63N4bML005317; Fri, 3 Jul 2015 23:04:37 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63N4b7C005316; Fri, 3 Jul 2015 23:04:37 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201507032304.t63N4b7C005316@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Fri, 3 Jul 2015 23:04:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391285 - head/net/py-soapy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 23:04:38 -0000 Author: rm Date: Fri Jul 3 23:04:37 2015 New Revision: 391285 URL: https://svnweb.freebsd.org/changeset/ports/391285 Log: 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) Modified: head/net/py-soapy/Makefile Modified: head/net/py-soapy/Makefile ============================================================================== --- head/net/py-soapy/Makefile Fri Jul 3 22:13:14 2015 (r391284) +++ head/net/py-soapy/Makefile Fri Jul 3 23:04:37 2015 (r391285) @@ -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