www/py-quilt3: Do not install tests module

- Bump PORTREVISION for package change

PR:		262759
Reported by:	se
This commit is contained in:
Po-Chuan Hsieh 2022-03-25 21:05:47 +08:00
parent 2f7a117966
commit 5d96194792
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
2 changed files with 10 additions and 18 deletions

View file

@ -2,7 +2,7 @@
PORTNAME= quilt3 PORTNAME= quilt3
PORTVERSION= 3.6.0 PORTVERSION= 3.6.0
PORTREVISION= 2 PORTREVISION= 3
CATEGORIES= www python CATEGORIES= www python
MASTER_SITES= CHEESESHOP MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,19 +1,11 @@
--- setup.py.orig 2021-10-15 18:41:22 UTC --- setup.py.orig 2021-10-15 18:41:22 UTC
+++ setup.py +++ setup.py
@@ -64,13 +64,13 @@ setup( @@ -38,7 +38,7 @@ class VerifyVersionCommand(install):
'flask', setup(
'flask_cors', name="quilt3",
'flask_json', version=VERSION,
- 'jsonlines==1.2.0', - packages=find_packages(),
+ 'jsonlines>=1.2.0', + packages=find_packages(exclude=['tests*']),
'PyYAML>=5.1', description='Quilt: where data comes together',
'requests>=2.12.4', long_description=readme(),
'tenacity>=5.1.1', python_requires='>=3.6',
'tqdm>=4.32',
- 'requests_futures==1.0.0',
- 'jsonschema==3.*',
+ 'requests_futures>=1.0.0',
+ 'jsonschema>=3,<5',
],
extras_require={
'pyarrow': [