[Bug 242611] [NEW PORT] www/py-flask-smorest: DB agnostic framework to build auto-documented REST APIs with Flask and marshmallow

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jan 11 10:53:25 UTC 2020


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

--- Comment #2 from Kubilay Kocak <koobs at 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.


More information about the freebsd-python mailing list