mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
www/py-quilt3: Do not install tests module
- Bump PORTREVISION for package change PR: 262759 Reported by: se
This commit is contained in:
parent
2f7a117966
commit
5d96194792
2 changed files with 10 additions and 18 deletions
|
@ -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}
|
||||||
|
|
|
@ -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': [
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue