Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 May 2021 21:52:54 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 91cdef319674 - main - net/py-soap2py: Cosmetic change
Message-ID:  <202105112152.14BLqsAu099700@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=91cdef319674cc6b9cd37d85aa103b8c8894639f

commit 91cdef319674cc6b9cd37d85aa103b8c8894639f
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-05-11 21:17:01 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-05-11 21:47:17 +0000

    net/py-soap2py: Cosmetic change
---
 net/py-soap2py/Makefile  | 5 +++--
 net/py-soap2py/pkg-descr | 1 -
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net/py-soap2py/Makefile b/net/py-soap2py/Makefile
index 889c59158aa7..b49d86b396d4 100644
--- a/net/py-soap2py/Makefile
+++ b/net/py-soap2py/Makefile
@@ -11,9 +11,10 @@ COMMENT=	Python simple and lightweight SOAP Library
 
 LICENSE=	LGPL3+
 
-NO_ARCH=	yes
-USE_PYTHON=	autoplist concurrent distutils
 USES=		python:3.6+
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
 
 PLIST_FILES=	${PYTHON_SITELIBDIR}/${PYDISTUTILS_EGGINFO}/PKG-INFO \
 		${PYTHON_SITELIBDIR}/${PYDISTUTILS_EGGINFO}/SOURCES.txt \
diff --git a/net/py-soap2py/pkg-descr b/net/py-soap2py/pkg-descr
index 880273ca9862..9c5ade88bcc8 100644
--- a/net/py-soap2py/pkg-descr
+++ b/net/py-soap2py/pkg-descr
@@ -18,5 +18,4 @@ Goals:
 - Extensible: supports several HTTP wrappers (httplib2, pycurl, urllib2) for
   special transport needs over SSL and proxy (ISA)
 
-WWW: https://pypi.org/project/soap2py/
 WWW: https://github.com/pysimplesoap/pysimplesoap



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