Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Jan 2020 10:53:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 242611] [NEW PORT] www/py-flask-smorest: DB agnostic framework to build auto-documented REST APIs with Flask and marshmallow
Message-ID:  <bug-242611-21822-XDNda70ax6@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-242611-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-242611-21822@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242611

--- Comment #2 from Kubilay Kocak <koobs@FreeBSD.org> ---
Review items, already addressed in my working copy:

COMMENT should match setup.py:description (modulo portlint compliance)

setup.py:*_requires declares version requirements, match these as closely as
possible, given our *_DEPENDS syntax:

    install_requires=[
        'werkzeug>=0.15',
        'flask>=1.1.0',
        'marshmallow>=2.15.2',
        'webargs>=1.5.2',
        'apispec>=3.0.0',
    ],

-- 
You are receiving this mail because:
You are on the CC list for the bug.

help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-242611-21822-XDNda70ax6>