Bug 242617

Summary: [NEW PORT] www/py-flask-security: Simple security for Flask apps
Product: Ports & Packages Reporter: Goran Mekić <meka>
Component: Individual Port(s)Assignee: Kubilay Kocak <koobs>
Status: Closed FIXED    
Severity: Affects Only Me CC: koobs, meka, python, woodsb02
Priority: --- Keywords: feature
Version: LatestFlags: koobs: maintainer-feedback+
Hardware: Any   
OS: Any   
Bug Depends on: 242616, 242755, 242756, 242765, 242767, 242785    
Bug Blocks: 242817    
Attachments:
Description Flags
py-flask-security.shar
none
py-flask-security.diff
none
py-flask-security.diff meka: maintainer-approval+

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!