mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
www/py-quilt3: Update to 5.0.0
Changes: https://github.com/quiltdata/quilt/blob/master/docs/CHANGELOG.md
This commit is contained in:
parent
8d6c296f75
commit
46ee06024d
@ -1,8 +1,7 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
|
||||
PORTNAME= quilt3
|
||||
PORTVERSION= 3.6.0
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 5.0.0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -16,19 +15,15 @@ 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<5:devel/py-jsonschema@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}jsonschema>=3<5: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+
|
||||
USES= python:3.7+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1634391176
|
||||
SHA256 (quilt3-3.6.0.tar.gz) = f7def2855cad84304bd99777dd6fe6c71d0e02548cf00fe841417d4ef280abb2
|
||||
SIZE (quilt3-3.6.0.tar.gz) = 103311
|
||||
TIMESTAMP = 1655208330
|
||||
SHA256 (quilt3-5.0.0.tar.gz) = 8192c90bd7193b811f9e51dcc9390558f8f4018f729d557c2836bbf2cf630bae
|
||||
SIZE (quilt3-5.0.0.tar.gz) = 70477
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- setup.py.orig 2021-10-15 18:41:22 UTC
|
||||
+++ setup.py
|
||||
@@ -38,7 +38,7 @@ class VerifyVersionCommand(install):
|
||||
setup(
|
||||
name="quilt3",
|
||||
version=VERSION,
|
||||
- packages=find_packages(),
|
||||
+ packages=find_packages(exclude=['tests*']),
|
||||
description='Quilt: where data comes together',
|
||||
long_description=readme(),
|
||||
python_requires='>=3.6',
|
Loading…
Reference in New Issue
Block a user