Port details |
- py-itsdangerous Various helpers to pass data in untrusted environments
- 2.0.1 security
=4 2.0.1Version of this port present on the latest quarterly branch. - Maintainer: rm@FreeBSD.org
 - Port Added: 2013-07-22 17:18:16
- Last Update: 2021-10-26 01:31:49
- Commit Hash: 73f3467
- People watching this port, also watch:: py38-Flask, libtasn1, py38-yaml, nettle, py38-six
- Also Listed In: python
- License: BSD3CLAUSE
- Description:
- Various helpers to deal with untrusted sources.
WWW: https://github.com/mitsuhiko/itsdangerous/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}itsdangerous>0:security/py-itsdangerous@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/security/py-itsdangerous/ && make install clean
- To add the package, run one of these commands:
- pkg install security/py-itsdangerous
- pkg install py38-itsdangerous
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-itsdangerous listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-itsdangerous
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1635210530
SHA256 (itsdangerous-2.0.1.tar.gz) = 9e724d68fc22902a1435351f84c3fb8623f303fffcc566a4cb952df8c572cff0
SIZE (itsdangerous-2.0.1.tar.gz) = 59336
- 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-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- This port is required by:
- for Build
-
- math/sage
- for Run
-
- math/sage
- www/py-flask
- www/py-flask-security
- www/py-httpbin
- www/py-openbrokerapi
- www/py-starlette
- Configuration Options:
- No options to configure
- Options name:
- security_py-itsdangerous
- 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 |
26 Oct 2021 01:31:49 2.0.1
|
Wen Heping (wen)  |
security/py-itsdangerous: Update to 2.0.1 [1]
Remove JSON option, upstream do not use simplejson now
PR: 255925 [1]
Reported by: vidwer+fbsdbugs@gmail.com [1]
Approved by: maintainer |
06 Apr 2021 14:31:07 0.24
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 Dec 2020 23:02:15
0.24
|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
12 Apr 2019 20:59:02
0.24
|
sunpoet  |
Add NO_ARCH
Approved by: portmgr (blanket) |
20 Jun 2018 17:05:44
0.24
|
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 |
30 Nov 2017 15:50:34
0.24 
|
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 ) |
19 Mar 2017 16:05:34
0.24
|
rm  |
Take up maintainership |
19 Mar 2017 14:02:24
0.24
|
rene  |
Take in olivierd@'s commit bit on his request.
Submitted by: olivierd@
With hat: portmgr-secretary |
01 Apr 2016 14:25:18
0.24
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
17 Aug 2015 14:20:41
0.24
|
mat  |
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336 |
29 Aug 2014 21:57:54
0.24
|
olivierd  |
- Update to 0.24
ChangeLog: https://github.com/mitsuhiko/itsdangerous/blob/master/CHANGES |
04 Mar 2014 16:22:48
0.23
|
sunpoet  |
- Add LICENSE
- Convert to new options helper
Approved by: portmgr (blanket) |
24 Jan 2014 13:34:31
0.23
|
olivierd  |
Convert my own Python ports to:
- STAGEDIR
- Replace USE_PYDISTUTILS= easy_install by USE_PYDISTUTILS= yes
While I'm here
- Use PYDISTUTILS_AUTOPLIST
- Adjust or add LICENSE |
20 Sep 2013 22:55:26
0.23
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
09 Aug 2013 12:16:33
0.23
|
olivierd  |
- Update to 0.23 |
22 Jul 2013 17:18:02
0.22
|
olivierd  |
Various helpers to deal with untrusted sources.
WWW: ttps://github.com/mitsuhiko/itsdangerous/ |