Bug 242617 - [NEW PORT] www/py-flask-security: Simple security for Flask apps
Summary: [NEW PORT] www/py-flask-security: Simple security for Flask apps
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kubilay Kocak
URL:
Keywords: feature
Depends on: 242616 242755 242756 242765 242767 242785
Blocks: 242817
  Show dependency treegraph
 
Reported: 2019-12-13 01:21 UTC by Goran Mekić
Modified: 2020-01-31 09:53 UTC (History)
4 users (show)

See Also:
koobs: maintainer-feedback+


Attachments
py-flask-security.shar (2.27 KB, text/plain)
2019-12-13 01:21 UTC, Goran Mekić
no flags Details
py-flask-security.diff (5.50 KB, patch)
2019-12-21 23:53 UTC, Goran Mekić
no flags Details | Diff
py-flask-security.diff (5.54 KB, patch)
2020-01-11 18:58 UTC, Goran Mekić
meka: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Goran Mekić 2019-12-13 01:21:02 UTC
Created attachment 209906 [details]
py-flask-security.shar
Comment 1 Goran Mekić 2019-12-21 23:53:34 UTC
Created attachment 210121 [details]
py-flask-security.diff

QA:

  * portlint: OK (looks fine.)
  * testport: OK (poudriere: 12.0, amd64 tested)
  * maketest: OK (133 passed, 24 deselected tests)
Comment 2 Kubilay Kocak freebsd_committer freebsd_triage 2020-01-11 12:34:38 UTC
Needs lowercase(PORTNAME) and updating any other dependent ports *_DEPENDS lines
Comment 3 Goran Mekić 2020-01-11 18:58:43 UTC
Created attachment 210632 [details]
py-flask-security.diff
Comment 4 Ben Woods freebsd_committer freebsd_triage 2020-01-14 22:25:46 UTC
Hi koobs - mind if I grab this PR to commit (after doing the normal QA/QC checks)?
Comment 5 Kubilay Kocak freebsd_committer freebsd_triage 2020-01-15 01:54:30 UTC
(In reply to Ben Woods from comment #4)

Not at all :)
Comment 6 Goran Mekić 2020-01-21 14:19:28 UTC
(In reply to Ben Woods from comment #4)
ping?
Comment 7 commit-hook freebsd_committer freebsd_triage 2020-01-31 09:52:50 UTC
A commit references this bug:

Author: koobs
Date: Fri Jan 31 09:52:12 UTC 2020
New revision: 524687
URL: https://svnweb.freebsd.org/changeset/ports/524687

Log:
  [NEW] www/py-flask-security: Simple security for Flask apps

  Flask-Security allows you to quickly add common security mechanisms to your
  Flask application. They include:

    - Session based authentication
    - Role management
    - Password hashing
    - Basic HTTP authentication
    - Token based authentication
    - Token based account activation (optional)
    - Token based password recovery / resetting (optional)
    - User registration (optional)
    - Login tracking (optional)
    - JSON/Ajax Support

  WWW: https://github.com/mattupstate/flask-security

  PR:		242617
  Submitted by:	Goran Meki? <meka tilda center>

Changes:
  head/www/Makefile
  head/www/py-flask-security/
  head/www/py-flask-security/Makefile
  head/www/py-flask-security/distinfo
  head/www/py-flask-security/pkg-descr
Comment 8 Kubilay Kocak freebsd_committer freebsd_triage 2020-01-31 09:53:41 UTC
Perfect port submission Goran, nice work and thank you!