From owner-svn-ports-all@freebsd.org Thu Jun 25 20:05:45 2015 Return-Path: Delivered-To: svn-ports-all@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 1F2C998C1D8; Thu, 25 Jun 2015 20:05:45 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from svn.freebsd.org (svn.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 008C4164E; Thu, 25 Jun 2015 20:05:45 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5PK5iia096751; Thu, 25 Jun 2015 20:05:44 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5PK5iEo096746; Thu, 25 Jun 2015 20:05:44 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201506252005.t5PK5iEo096746@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Thu, 25 Jun 2015 20:05:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390596 - in head/net/py-soappy: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jun 2015 20:05:45 -0000 Author: bofh Date: Thu Jun 25 20:05:43 2015 New Revision: 390596 URL: https://svnweb.freebsd.org/changeset/ports/390596 Log: net/py-soappy: Update version 0.11.6=>0.12.22 - Change MASTER_SITES to CHEESESHOP as SF is no longer maintained - Limit python version to 2.x only (still not compatible with 3.x) - Remove dependency on py-fpconst - it was dropped in 0.12.6 - Update offsite url - Although there is no LICENSE file in CHEESESHOP distfile but the actual LICENSE file is maintained in GH repo Submitted by: rm Deleted: head/net/py-soappy/files/ Modified: head/net/py-soappy/Makefile head/net/py-soappy/distinfo head/net/py-soappy/pkg-descr Modified: head/net/py-soappy/Makefile ============================================================================== --- head/net/py-soappy/Makefile Thu Jun 25 19:57:24 2015 (r390595) +++ head/net/py-soappy/Makefile Thu Jun 25 20:05:43 2015 (r390596) @@ -2,24 +2,22 @@ # $FreeBSD$ PORTNAME= soappy -PORTVERSION= 0.11.6 -PORTREVISION= 1 +PORTVERSION= 0.12.22 CATEGORIES= net python -MASTER_SITES= SF/pywebsvcs/SOAP.py/${PORTVERSION} +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= SOAPpy-${PORTVERSION} MAINTAINER= bofh@FreeBSD.org -COMMENT= SOAP implementation - +COMMENT= SOAP Services for Python +# Actual LICENSE is in GH Repo but not in pypi release LICENSE= BSD3CLAUSE -PORTSCOUT= skipv:0.12.0 # This is a release candidate and is ports tree py*-soappy-devel -USES= python -USE_PYTHON= distutils autoplist +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defusedxml>0:${PORTSDIR}/devel/py-defusedxml \ + ${PYTHON_PKGNAMEPREFIX}wstools>0:${PORTSDIR}/textproc/py-wstools -BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/fpconst.py:${PORTSDIR}/math/py-fpconst -RUN_DEPENDS:= ${BUILD_DEPENDS} +USES= python:2 zip +USE_PYTHON= autoplist distutils CONFLICTS= py*-soappy-devel-0.12.* Modified: head/net/py-soappy/distinfo ============================================================================== --- head/net/py-soappy/distinfo Thu Jun 25 19:57:24 2015 (r390595) +++ head/net/py-soappy/distinfo Thu Jun 25 20:05:43 2015 (r390596) @@ -1,2 +1,2 @@ -SHA256 (SOAPpy-0.11.6.tar.gz) = 42c8cb3e42b439bc36b6ba3f090ddb72a214ca9264a2babf102c98731dea8e6a -SIZE (SOAPpy-0.11.6.tar.gz) = 159078 +SHA256 (SOAPpy-0.12.22.zip) = e70845906bb625144ae6a8df4534d66d84431ff8e21835d7b401ec6d8eb447a5 +SIZE (SOAPpy-0.12.22.zip) = 172855 Modified: head/net/py-soappy/pkg-descr ============================================================================== --- head/net/py-soappy/pkg-descr Thu Jun 25 19:57:24 2015 (r390595) +++ head/net/py-soappy/pkg-descr Thu Jun 25 20:05:43 2015 (r390596) @@ -1,3 +1,3 @@ -A SOAP implementation for python. +SOAPpy provides tools for building SOAP clients and servers. -WWW: http://pywebsvcs.sourceforge.net/ +WWW: https://github.com/kiorky/SOAPpy