Port details |
- py-sequoia Python binding of sequoia
- 0.19.0 security
=0 0.19.0Version of this port present on the latest quarterly branch.
- Maintainer: phryk-ports@wzff.de
- Port Added: 2020-09-20 02:21:01
- Last Update: 2023-06-09 05:32:57
- Commit Hash: bc10672
- Also Listed In: python
- License: GPLv2+
- WWW:
- https://sequoia-pgp.org/
- Description:
- Sequoia is a cool new OpenPGP implementation. It consists of several crates,
providing both a low-level and a high-level API for dealing with OpenPGP data.
- ¦ ¦ ¦ ¦
- 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}sequoia>0:security/py-sequoia@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py39-sequoia
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1617892127
SHA256 (sequoia-pgp-sequoia-383133f6be990237044900a4df676488bf8dd71e_GL0.tar.gz) = 729d53ae650f17591e34cbbd50963ea718eab7c133839770413225895f86eecd
SIZE (sequoia-pgp-sequoia-383133f6be990237044900a4df676488bf8dd71e_GL0.tar.gz) = 2037633
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:
-
- py39-cffi>=1 : devel/py-cffi@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-cffi>=1 : devel/py-cffi@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Library dependencies:
-
- libsequoia_ffi.so : security/sequoia
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- security_py-sequoia
- USES:
- python:3.4+
- 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 |
0.19.0 09 Jun 2023 05:32:57 |
Charlie Li (vishwin) |
security/py-sequoia: remove
Deprecated upstream; security/sequoia no longer includes the parts
necessary for this to work. PySequoia is the designated replacement
and will be ported later, and MOVED will be updated accordingly.
PR: 256877
Approved by: phryk-ports[at]wzff[dot]de (maintainer, transfer)
Event: SouthEast LinuxFest 2023 |
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) |
0.19.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 ) |
0.19.0 09 Apr 2021 18:44:23 |
Matthias Fechner (mfechner) |
Regenerate all distfiles using gitlab as source.
This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.
This commit also applies some small fixes to make sure all ports using
gitlab are buildable.
Reviewed by: mat
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D29628 |
0.19.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.19.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.19.0 24 Dec 2020 13:46:02 |
kai |
Relax hardcoded paths to fix build with Python 3.8.7
Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the
shared libs naming scheme. This means "EXT_SUFFIX" is now derived from
SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so".
The affected ports strip the libaries in the "post-install" target via
hardcoded path(s) and the build fails at the end because the new extension
is not expected at this place.
Remedy the issue by adding wildcards to these paths. This should also
prepare the ports for future Python releases, which will use the new shared
libs naming scheme.
[1] https://bugs.python.org/issue42604
PR: 252057
Reported by: John Kennedy
Reviewed by: fluffy, koobs
Approved by: koobs (python) |
0.19.0 27 Sep 2020 11:44:06 |
dbaio |
security/py-sequoia: Add missing Python version requirement
Reported by: pkg-fallout
Approved by: portmgr blanket |
0.19.0 20 Sep 2020 02:13:54 |
vanilla |
Add py-sequoia 0.19.0, python binding of sequoia.
PR: 249238
Submitted by: phryk-ports@wzff.de |