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/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242611

--- 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=3D[
        'werkzeug>=3D0.15',
        'flask>=3D1.1.0',
        'marshmallow>=3D2.15.2',
        'webargs>=3D1.5.2',
        'apispec>=3D3.0.0',
    ],

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



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