Port details |
- py-securesystemslib Cryptographic and general-purpose routines
- 0.26.0 security
=0 Version of this port present on the latest quarterly branch. - Maintainer: bofh@FreeBSD.org
 - Port Added: 2019-05-14 09:25:54
- Last Update: 2023-02-05 19:05:02
- Commit Hash: f5890bd
- Also Listed In: python
- License: MIT
- Description:
- securesystemslib supports public-key and general-purpose cryptography, such
as ECDSA, Ed25519, RSA, SHA256, SHA512, etc. Most of the cryptographic
operations are performed by the cryptography and PyNaCl libraries, but
verification of Ed25519 signatures can be done in pure Python.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}securesystemslib>0:security/py-securesystemslib@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/security/py-securesystemslib/ && make install clean
- To add the package, run one of these commands:
- pkg install security/py-securesystemslib
- pkg install py39-securesystemslib
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 py39-securesystemslib listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-securesystemslib
- Package flavors (<flavor>: <package>)
- py39: py39-securesystemslib
- distinfo:
- TIMESTAMP = 1675279531
SHA256 (securesystemslib-0.26.0.tar.gz) = 41c7b25c52dc0bafe774413b5738bbf4431f094e72a091e83d9921901972ae4c
SIZE (securesystemslib-0.26.0.tar.gz) = 986539
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-hatchling>0 : devel/py-hatchling@py39
- python3.9 : lang/python39
- py39-build>0 : devel/py-build@py39
- py39-installer>0 : devel/py-installer@py39
- Test dependencies:
-
- gpg : security/gnupg
- python3.9 : lang/python39
- py39-pytest>=0 : devel/py-pytest@py39
- Runtime dependencies:
-
- py39-cryptography>=3.3.2 : security/py-cryptography@py39
- py39-pynacl>1.2.0 : security/py-pynacl@py39
- python3.9 : lang/python39
- This port is required by:
- for Run
-
- security/py-tuf
Configuration Options:
- No options to configure
- Options name:
- security_py-securesystemslib
- USES:
- python:3.7+ pytest shebangfix
- 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.26.0 05 Feb 2023 19:05:02
    |
Charlie Li (vishwin)  |
Revert "Mk/Uses/python.mk: Fix USE_PYTHON=pep517: always compile and install
bytecode"
Despite installer's default behaviour to compile and install bytecode,
we are not doing so going forward at stage/package time. [0] During
initial development and qualification of PEP-517 framework support,
compiling and installing bytecode at stage/package time was considered,
but was found problematic, fragile and ultimately unreliable, both
currently and historically (with USE_PYTHON=distutils), due to our
fixed plist requirement. While the living binary distribution format
(wheel) specification [1] says to compile bytecode, that is in the
pure Python package management context (pip, etc); nuance always
exists when interacting with "system" package management.
Additionally, "bytecode is an implementation detail of the CPython
interpreter. No guarantees are made that bytecode will not be added, (Only the first 15 lines of the commit message are shown above ) |
0.26.0_1 05 Feb 2023 18:16:47
    |
Po-Chuan Hsieh (sunpoet)  |
Mk/Uses/python.mk: Fix USE_PYTHON=pep517: always compile and install bytecode
- While I'm here, use long options for easier reading [1][2]
- Bump PORTREVISION of dependent ports (USE_PYTHON=pep517) for package change
It fixes build_fs_violation of dependent ports in poudriere (with -t flag).
It is also the default behavior of installer [2].
from py-sphinx log:
=>> Checking for staging violations... done
=>> Error: Filesystem touched during stage (files must install to ${STAGEDIR}):
extra: usr/local/lib/python3.9/site-packages/importlib_metadata/__pycache__
=>> Cleaning up wrkdir
from installer documentation:
--compile-bytecode
Possible choices: 0, 1, 2
generate bytecode for the specified optimization level(s) (default=0, 1)
--no-compile-bytecode
don’t generate bytecode for installed modules
Default: False
With hat: python
Reference: https://pypa-build.readthedocs.io/en/stable/ [1]
https://installer.pypa.io/en/stable/cli/installer/ [2] |
0.26.0 02 Feb 2023 12:20:02
    |
Muhammad Moinur Rahman (bofh)  |
security/py-securesystemslib: Update version 0.25.0=>0.26.0
- Change to pep517 from distutils
Relnotes:
https://github.com/secure-systems-lab/securesystemslib/releases/tag/v0.26.0 |
0.25.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 |
0.25.0 05 Nov 2022 14:19:17
    |
Muhammad Moinur Rahman (bofh)  |
security/py-securesystemslib: Update version 0.23.0=>0.25.0
Relnotes:
https://github.com/secure-systems-lab/securesystemslib/releases/tag/v0.25.0 |
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.23.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.23.0 07 May 2022 21:37:47
    |
Muhammad Moinur Rahman (bofh)  |
security/py-securesystemslib: Update version 0.22.0=>0.23.0
Relnotes:
https://github.com/secure-systems-lab/securesystemslib/releases/tag/v0.23.0 |
0.22.0 27 Apr 2022 11:42:12
    |
Dmitry Marakasov (amdmi3)  |
security/py-securesystemslib: switch to USES=pytest, fix tests
Reported by: reprise
Approved by: portmgr blanket |
0.22.0 12 Mar 2022 10:28:08
    |
Muhammad Moinur Rahman (bofh)  |
security/py-securesystemslib: Update 0.22.0
- Change MASTER_SITES to CHEESESHOP
Relnotes:
https://github.com/secure-systems-lab/securesystemslib/releases/tag/v0.22.0 |
0.11.3 08 Mar 2022 02:09:57
    |
Muhammad Moinur Rahman (bofh)  |
*/*: Take maintainership |
0.11.3 07 Mar 2022 19:07:39
    |
Rene Ladan (rene)  |
all: return koobs' ports to the pool after safekeeping his commit bit. |
0.11.3 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.11.3 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.11.3 28 Dec 2020 23:02:15
  |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
0.11.3 14 May 2019 09:25:30
  |
koobs  |
[NEW PORT] security/py-securesystemslib: Cryptographic and general-purpose
routines
securesystemslib supports public-key and general-purpose cryptography,
such as ECDSA, Ed25519, RSA, SHA256, SHA512, etc. Most of the
cryptographic operations are performed by the cryptography and PyNaCl
libraries, but verification of Ed25519 signatures can be done in pure
Python.
WWW: https://github.com/secure-systems-lab/securesystemslib
[1] https://github.com/secure-systems-lab/securesystemslib/issues/166
[2] https://github.com/secure-systems-lab/securesystemslib/issues/167 |