Port details |
- py-flask-httpauth Basic and Digest HTTP authentication for Flask routes
- 3.3.0 security
=1 3.3.0Version of this port present on the latest quarterly branch. - Maintainer: rm@FreeBSD.org
 - Port Added: 2015-04-08 10:58:13
- Last Update: 2021-04-07 08:09:01
- Commit Hash: cf118cc
- People watching this port, also watch:: json-c, rubywarden, sysinfo, miller
- Also Listed In: python
- License: MIT
- Description:
- Basic and Digest HTTP authentication for Flask routes.
WWW: https://github.com/miguelgrinberg/flask-httpauth/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}Flask-HTTPAuth>0:security/py-flask-httpauth@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/security/py-flask-httpauth/ && make install clean
- To add the package, run one of these commands:
- pkg install security/py-flask-httpauth
- pkg install py38-Flask-HTTPAuth
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.NOTE: This is a Python port. Instead of py38-Flask-HTTPAuth listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-Flask-HTTPAuth
- Package flavors (<flavor>: <package>)
- py38: py38-Flask-HTTPAuth
- distinfo:
- TIMESTAMP = 1572809774
SHA256 (Flask-HTTPAuth-3.3.0.tar.gz) = 6ef8b761332e780f9ff74d5f9056c2616f52babc1998b01d9f361a1e439e61b9
SIZE (Flask-HTTPAuth-3.3.0.tar.gz) = 31466
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-Flask>0 : www/py-flask@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- This port is required by:
- for Run
-
- www/onionshare
- Configuration Options:
- No options to configure
- Options name:
- security_py-flask-httpauth
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 Apr 2021 08:09:01 3.3.0
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 3.3.0
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 Dec 2020 23:02:15
3.3.0
|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
03 Nov 2019 20:26:48
3.3.0
|
rm  |
security/py-flask-httpauth: update to 3.3.0 |
10 Jul 2018 16:56:16
3.2.4
|
rm  |
security/py-flask-httpauth: update to 3.2.4 |
20 Jun 2018 17:05:44
3.2.3
|
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
29 Dec 2017 09:01:54
3.2.3 
|
antoine  |
Simplify some USES=python
With hat: portmgr |
30 Nov 2017 15:50:34
3.2.3 
|
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
06 Jun 2017 20:56:11
3.2.3
|
rm  |
security/py-flask-httpauth: update to 3.2.3 |
05 Feb 2017 16:02:18
3.2.2
|
rm  |
security/py-flask-httpauth: update to 3.2.2 |
02 Dec 2016 09:21:59
3.2.1
|
mat  |
http://github.com redirects to https://github.com, spare everyone a redirect.
Sponsored by: Absolight |
30 Oct 2016 20:14:44
3.2.1
|
rm  |
security/py-flask-httpauth: update to 3.2.1 |
21 Aug 2016 13:01:20
3.2.0
|
rm  |
security/py-flask-httpauth: update to 3.2.0 |
15 Apr 2016 17:49:36
3.1.1
|
rm  |
security/py-flask-httpauth: update to 3.1.1 |
01 Apr 2016 14:25:18
3.1.0
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
22 Mar 2016 22:42:56
3.1.0
|
rm  |
security/py-flask-httpauth: update to 3.1.0 |
13 Mar 2016 18:14:50
3.0.2
|
rm  |
security/py-flask-httpauth: update to 3.0.2 |
12 Feb 2016 08:01:02
2.7.1
|
rm  |
security/py-flask-httpauth: update to 2.7.1 |
28 Sep 2015 18:24:35
2.7.0
|
rm  |
security/py-flask-httpauth: update to 2.7.0 |
01 May 2015 18:08:22
2.5.0
|
rm  |
security/py-flask-httpauth: update to 2.5.0 |
08 Apr 2015 10:58:05
2.4.0
|
rm  |
Basic and Digest HTTP authentication for Flask routes.
WWW: http://github.com/miguelgrinberg/flask-httpauth/ |