svn commit: r390596 - in head/net/py-soappy: . files

Muhammad Moinur Rahman bofh at FreeBSD.org
Thu Jun 25 20:05:45 UTC 2015


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 at 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


More information about the svn-ports-all mailing list