Skip to content

Commit

Permalink
net/py-suds-jurko: Do not install tests module
Browse files Browse the repository at this point in the history
- Bump PORTREVISION for package change

PR:		262759
Reported by:	se
  • Loading branch information
sunpoet committed Mar 25, 2022
1 parent a2f6567 commit 31f693f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion net/py-suds-jurko/Makefile
Expand Up @@ -2,7 +2,7 @@

PORTNAME= suds-jurko
PORTVERSION= 0.6
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand Down
11 changes: 10 additions & 1 deletion 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.
Expand All @@ -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

0 comments on commit 31f693f

Please sign in to comment.