Port details |
- py-josepy JOSE protocol implementation in Python
- 1.15.0 security
=11 1.14.0Version of this port present on the latest quarterly branch. - Maintainer: python@FreeBSD.org
 - Port Added: 2018-01-22 15:40:22
- Last Update: 2025-02-03 15:54:10
- Commit Hash: 35a17a8
- People watching this port, also watch:: p5-Error, py311-six, py311-configargparse, indexinfo, libxml2
- Also Listed In: python
- License: APACHE20
- WWW:
- https://josepy.readthedocs.io/en/latest/
- https://github.com/certbot/josepy
- Description:
- JOSE (Javascript Object Signing and Encryption) is a Python implementation
of the standards developed by IETF Javascript Object Signing and Encryption
(Active WG), in particular the following RFCs:
- JSON Web Algorithms (JWA)
- JSON Web Key (JWK)
- JSON Web Signature (JWS)
Originally developed as part of the ACME protocol implementation.
 ¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}josepy>0:security/py-josepy@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/security/py-josepy/ && make install clean
- To add the package, run one of these commands:
- pkg install security/py-josepy
- pkg install py311-josepy
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 py311-josepy listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-josepy
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1738090244
SHA256 (josepy-1.15.0.tar.gz) = 46c9b13d1a5104ffbfa5853e555805c915dcde71c2cd91ce5386e84211281223
SIZE (josepy-1.15.0.tar.gz) = 59310
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:
-
- py311-poetry-core>=1.0.8 : devel/py-poetry-core@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-coverage>=4.0 : devel/py-coverage@py311
- py311-flake8>=0 : devel/py-flake8@py311
- py311-pytest-cache>=1.0 : devel/py-pytest-cache@py311
- py311-pytest-cov>=0 : devel/py-pytest-cov@py311
- py311-pytest-flake8>=0.5 : devel/py-pytest-flake8@py311
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-openssl>=0.13 : security/py-openssl@py311
- py311-cryptography>=42.0.8,1 : security/py-cryptography@py311
- python3.11 : lang/python311
- This port is required by:
- for Build
-
- security/py-certbot
- for Run
-
- security/py-acme
- security/py-certbot
Configuration Options:
- No options to configure
- Options name:
- security_py-josepy
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.15.0 03 Feb 2025 15:54:10
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-josepy: Update to 1.15.0
- Update WWW
Changes: https://github.com/certbot/josepy/blob/master/CHANGELOG.rst
https://josepy.readthedocs.io/en/latest/changelog.html |
1.14.0 14 Nov 2023 17:16:42
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-josepy: Update to 1.14.0
- Convert to USE_PYTHON=pep517
Changes: https://github.com/certbot/josepy/blob/master/CHANGELOG.rst |
1.13.0 29 Sep 2023 14:19:56
    |
Po-Chuan Hsieh (sunpoet)  |
*: Replace USES=pycryptography* with USE_PYTHON=cryptography{,_build,_test}
- Introduce USE_PYTHON=cryptography{,_build,_test}
- Switch all 96 ports from USES=pycryptography to with
USE_PYTHON=cryptography{,_build,_test}
- Remove Mk/Uses/pycryptography.mk
PR: 273727
Approved by: tcberner (portmgr)
Exp-run by: antoine |
1.13.0 22 Jul 2023 07:46:38
    |
Tobias C. Berner (tcberner)  |
framework: convert tree to use USES=pycryptography
A future commit will update to security/py-cryptography will introduce a
rust dependency.
PR: 254853 |
1.13.0 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
1.13.0 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.13.0 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.13.0 20 Jul 2022 14:22:56
    |
Tobias C. Berner (tcberner)  |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.13.0 21 Jun 2022 16:36:33
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-josepy: Convert to USE_PYTHON=pytest |
1.13.0 16 Apr 2022 04:19:45
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-josepy: Update to 1.13.0
- Sort TEST_DEPENDS
Changes: https://github.com/certbot/josepy/blob/master/CHANGELOG.rst |
1.12.0 29 Jan 2022 01:19:38
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-josepy: Update to 1.12.0
Changes: https://github.com/certbot/josepy/blob/master/CHANGELOG.rst |
1.11.0 10 Jan 2022 02:52:53
    |
Wen Heping (wen)  |
security/py-josepy: Update to 1.11.0 |
1.10.0 13 Oct 2021 05:40:07
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-josepy: Update to 1.10.0
Changes: https://github.com/certbot/josepy/blob/master/CHANGELOG.rst |
1.9.0 27 Sep 2021 15:56:26
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-josepy: Update to 1.9.0
Changes: https://github.com/certbot/josepy/blob/master/CHANGELOG.rst |
1.8.0 30 Jun 2021 20:44:04
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-josepy: Update to 1.8.0
Changes: https://github.com/certbot/josepy/blob/master/CHANGELOG.rst |
1.5.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.5.0 28 Dec 2020 23:02:15
  |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.5.0 19 Dec 2020 20:25:22
  |
sunpoet  |
Update to 1.5.0
Changes: https://github.com/certbot/josepy/blob/master/CHANGELOG.rst |
1.4.0 23 Aug 2020 19:41:25
  |
sunpoet  |
Update to 1.4.0
Changes: https://github.com/certbot/josepy/blob/master/CHANGELOG.rst |
1.3.0 22 Feb 2020 16:00:38
  |
sunpoet  |
Update to 1.3.0
Changes: https://github.com/certbot/josepy/blob/master/CHANGELOG.rst |
1.2.0 03 Jul 2019 18:52:08
  |
sunpoet  |
Update to 1.2.0
Changes: https://github.com/certbot/josepy/blob/master/CHANGELOG.rst |
1.1.0_1 10 Apr 2019 06:18:32
  |
antoine  |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
1.1.0 20 Jun 2018 17:05:44
  |
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 |
1.1.0 14 Apr 2018 23:59:01
  |
sunpoet  |
Update to 1.1.0
- Remove py-setuptools from RUN_DEPENDS: it is already added by framework
- Add complete TEST_DEPENDS
- Allow concurrent installation (USE_PYTHON=concurrent)
Changes: https://github.com/certbot/josepy/blob/master/CHANGELOG.rst |
1.0.1 12 Feb 2018 23:11:38
  |
cpm  |
Pass maintainership to python@ |
1.0.1 22 Jan 2018 15:40:11
  |
cpm  |
security/py-josepy: JOSE protocol implementation in Python
JOSE (Javascript Object Signing and Encryption) is a Python implementation
of the standards developed by IETF Javascript Object Signing and Encryption
(Active WG), in particular the following RFCs:
- JSON Web Algorithms (JWA)
- JSON Web Key (JWK)
- JSON Web Signature (JWS)
Originally developed as part of the ACME protocol implementation.
WWW: https://josepy.readthedocs.io/en/latest/
Differential Revision: https://reviews.freebsd.org/D14013 |