Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Mar 2022 13:45:13 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: 31f693f418e4 - main - net/py-suds-jurko: Do not install tests module
Message-ID:  <202203251345.22PDjDqU021756@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=31f693f418e462beba8d729dcba5998042de5d35

commit 31f693f418e462beba8d729dcba5998042de5d35
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-03-25 13:03:20 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-03-25 13:37:11 +0000

    net/py-suds-jurko: Do not install tests module
    
    - Bump PORTREVISION for package change
    
    PR:             262759
    Reported by:    se
---
 net/py-suds-jurko/Makefile             |  2 +-
 net/py-suds-jurko/files/patch-setup.py | 11 ++++++++++-
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/net/py-suds-jurko/Makefile b/net/py-suds-jurko/Makefile
index 5178c657a084..de6ac3a3463f 100644
--- a/net/py-suds-jurko/Makefile
+++ b/net/py-suds-jurko/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	suds-jurko
 PORTVERSION=	0.6
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/net/py-suds-jurko/files/patch-setup.py b/net/py-suds-jurko/files/patch-setup.py
index bc6ef4ccb236..f92552ec2439 100644
--- a/net/py-suds-jurko/files/patch-setup.py
+++ b/net/py-suds-jurko/files/patch-setup.py
@@ -1,4 +1,4 @@
---- setup.py.orig	2021-09-20 17:08:56 UTC
+--- setup.py.orig	2022-03-24 18:36:13 UTC
 +++ setup.py
 @@ -91,17 +91,6 @@ if sys.version_info >= (2, 5):
      # distutils.setup() 'obsoletes' parameter not introduced until Python 2.5.
@@ -18,3 +18,12 @@
  #   Wrap long_description at 72 characters since PKG-INFO package distribution
  # metadata file stores this text with an 8 space indentation.
  long_description = """
+@@ -167,7 +156,7 @@ setup(
+     keywords=["SOAP", "web", "service", "client"],
+     url=project_url,
+     download_url=download_url,
+-    packages=find_packages(),
++    packages=find_packages(exclude=['tests*']),
+ 
+     # 'maintainer' will be listed as the distribution package author.
+     # Warning: Due to a 'distribute' package defect when used with Python 3



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