mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
www/py-flask-restplus: unbreak after r527409
>>> import flask_restplus Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/local/lib/python3.7/site-packages/flask_restplus/__init__.py", line 4, in <module> from . import fields, reqparse, apidoc, inputs, cors File "/usr/local/lib/python3.7/site-packages/flask_restplus/fields.py", line 17, in <module> from werkzeug import cached_property ImportError: cannot import name 'cached_property' from 'werkzeug' (/usr/local/lib/python3.7/site-packages/werkzeug/__init__.py)
This commit is contained in:
parent
14819914c0
commit
d2c8acce23
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=536265
@ -2,9 +2,13 @@
|
||||
|
||||
PORTNAME= flask-restplus
|
||||
PORTVERSION= 0.13.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
||||
PATCHFILES+= f48b1d2403de.patch:-p1 119a6feb2950.patch:-p1
|
||||
|
||||
MAINTAINER= andrej@ebert.su
|
||||
COMMENT= Extension for Flask that adds support for quickly building REST APIs
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
TIMESTAMP = 1582426379
|
||||
SHA256 (noirbizarre-flask-restplus-0.13.0_GH0.tar.gz) = 5fd64c04bf224912965df54d29efbab423e65ea52ec61f37cf5d0aec553723da
|
||||
SIZE (noirbizarre-flask-restplus-0.13.0_GH0.tar.gz) = 281618
|
||||
SHA256 (f48b1d2403de.patch) = 43faca5fc256c745980fd0b05aa3aeee7728499754ea4884a815eb603b05c43b
|
||||
SIZE (f48b1d2403de.patch) = 794
|
||||
SHA256 (119a6feb2950.patch) = 9eb8d9e322f84c9c16113ea0d5128fec9c2f48388dbd3d8927bfbb443f4871f6
|
||||
SIZE (119a6feb2950.patch) = 894
|
||||
|
Loading…
Reference in New Issue
Block a user