git: 91cdef319674 - main - net/py-soap2py: Cosmetic change

Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue May 11 21:52:55 UTC 2021


The branch main has been updated by sunpoet:

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

commit 91cdef319674cc6b9cd37d85aa103b8c8894639f
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-11 21:17:01 +0000
Commit:     Po-Chuan Hsieh <sunpoet at 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


More information about the dev-commits-ports-all mailing list