1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00

www/py-quilt3: Add py-quilt3 3.5.0

Quilt is for data-driven teams and offers features for coders (data scientists,
data engineers, developers) and business users alike.

Quilt consists of a Python client, web catalog, lambda functions -- all of which
are open source -- plus a suite of backend services and Docker containers
orchestrated by CloudFormation.

WWW: https://github.com/quiltdata/quilt
This commit is contained in:
Po-Chuan Hsieh 2021-09-21 11:06:24 +08:00
parent 35cd7c24c8
commit 2a0be5a989
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
5 changed files with 64 additions and 0 deletions

View File

@ -1728,6 +1728,7 @@
SUBDIR += py-qt5-webkit
SUBDIR += py-qt5-webkitwidgets
SUBDIR += py-qt5-websockets
SUBDIR += py-quilt3
SUBDIR += py-rackspace-monitoring
SUBDIR += py-recaptcha
SUBDIR += py-requests

35
www/py-quilt3/Makefile Normal file
View File

@ -0,0 +1,35 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= quilt3
PORTVERSION= 3.5.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python client for Quilt data hub
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>=1.4.0:devel/py-appdirs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}aws-requests-auth>=0.4.2:devel/py-aws-requests-auth@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}boto3>=1.10.0:www/py-boto3@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dnspython>=1.16.0:dns/py-dnspython@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}Flask>=0:www/py-flask@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}Flask-Cors>=0:www/py-flask-cors@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}flask-json>=0:www/py-flask-json@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jsonlines>=1.2.0:devel/py-jsonlines@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jsonschema>=3.0<4:devel/py-jsonschema@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>=5.1:devel/py-yaml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.12.4:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests-futures>=1.0.0:www/py-requests-futures@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tenacity>=5.1.1:devel/py-tenacity@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tqdm>=4.32:misc/py-tqdm@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

3
www/py-quilt3/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1632036834
SHA256 (quilt3-3.5.0.tar.gz) = aa563971835a7e924d6996241e7d9690e1e1a95c7b76efad709f43773ea2d6ed
SIZE (quilt3-3.5.0.tar.gz) = 99925

View File

@ -0,0 +1,17 @@
--- setup.py.orig 2021-09-07 10:31:49 UTC
+++ setup.py
@@ -64,12 +64,12 @@ setup(
'flask',
'flask_cors',
'flask_json',
- 'jsonlines==1.2.0',
+ 'jsonlines>=1.2.0',
'PyYAML>=5.1',
'requests>=2.12.4',
'tenacity>=5.1.1',
'tqdm>=4.32',
- 'requests_futures==1.0.0',
+ 'requests_futures>=1.0.0',
'jsonschema==3.*',
],
extras_require={

8
www/py-quilt3/pkg-descr Normal file
View File

@ -0,0 +1,8 @@
Quilt is for data-driven teams and offers features for coders (data scientists,
data engineers, developers) and business users alike.
Quilt consists of a Python client, web catalog, lambda functions -- all of which
are open source -- plus a suite of backend services and Docker containers
orchestrated by CloudFormation.
WWW: https://github.com/quiltdata/quilt