From owner-svn-ports-all@freebsd.org Sat May 23 05:33:07 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6AF092F8E9F; Sat, 23 May 2020 05:33:07 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49TX7l1sVpz4NJy; Sat, 23 May 2020 05:33:07 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3AF58ADC5; Sat, 23 May 2020 05:33:07 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04N5X7IY087742; Sat, 23 May 2020 05:33:07 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04N5X6Fh087740; Sat, 23 May 2020 05:33:06 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202005230533.04N5X6Fh087740@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 23 May 2020 05:33:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r536265 - head/www/py-flask-restplus X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/www/py-flask-restplus X-SVN-Commit-Revision: 536265 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 May 2020 05:33:07 -0000 Author: jbeich Date: Sat May 23 05:33:06 2020 New Revision: 536265 URL: https://svnweb.freebsd.org/changeset/ports/536265 Log: www/py-flask-restplus: unbreak after r527409 >>> import flask_restplus Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python3.7/site-packages/flask_restplus/__init__.py", line 4, in from . import fields, reqparse, apidoc, inputs, cors File "/usr/local/lib/python3.7/site-packages/flask_restplus/fields.py", line 17, in from werkzeug import cached_property ImportError: cannot import name 'cached_property' from 'werkzeug' (/usr/local/lib/python3.7/site-packages/werkzeug/__init__.py) Modified: head/www/py-flask-restplus/Makefile (contents, props changed) head/www/py-flask-restplus/distinfo (contents, props changed) Modified: head/www/py-flask-restplus/Makefile ============================================================================== --- head/www/py-flask-restplus/Makefile Sat May 23 04:02:52 2020 (r536264) +++ head/www/py-flask-restplus/Makefile Sat May 23 05:33:06 2020 (r536265) @@ -2,8 +2,12 @@ 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 Modified: head/www/py-flask-restplus/distinfo ============================================================================== --- head/www/py-flask-restplus/distinfo Sat May 23 04:02:52 2020 (r536264) +++ head/www/py-flask-restplus/distinfo Sat May 23 05:33:06 2020 (r536265) @@ -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