pkgsrc/security/py-rsa/PLIST
adam b3fc96ac51 py-rsa: updated to 4.8
Version 4.8

- Switch to [Poetry](https://python-poetry.org/) for dependency and release management.
- Compatibility with Python 3.10.
- Chain exceptions using `raise new_exception from old_exception`
- Added marker file for PEP 561. This will allow type checking tools in dependent projects
  to use type annotations from Python-RSA
- Use the Chinese Remainder Theorem when decrypting with a private key. This
  makes decryption 2-4x faster
2021-12-11 20:06:49 +00:00

59 lines
1.7 KiB
Text

@comment $NetBSD: PLIST,v 1.4 2021/12/11 20:06:49 adam Exp $
bin/pyrsa-decrypt-${PYVERSSUFFIX}
bin/pyrsa-encrypt-${PYVERSSUFFIX}
bin/pyrsa-keygen-${PYVERSSUFFIX}
bin/pyrsa-priv2pub-${PYVERSSUFFIX}
bin/pyrsa-sign-${PYVERSSUFFIX}
bin/pyrsa-verify-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/rsa/__init__.py
${PYSITELIB}/rsa/__init__.pyc
${PYSITELIB}/rsa/__init__.pyo
${PYSITELIB}/rsa/_compat.py
${PYSITELIB}/rsa/_compat.pyc
${PYSITELIB}/rsa/_compat.pyo
${PYSITELIB}/rsa/asn1.py
${PYSITELIB}/rsa/asn1.pyc
${PYSITELIB}/rsa/asn1.pyo
${PYSITELIB}/rsa/cli.py
${PYSITELIB}/rsa/cli.pyc
${PYSITELIB}/rsa/cli.pyo
${PYSITELIB}/rsa/common.py
${PYSITELIB}/rsa/common.pyc
${PYSITELIB}/rsa/common.pyo
${PYSITELIB}/rsa/core.py
${PYSITELIB}/rsa/core.pyc
${PYSITELIB}/rsa/core.pyo
${PYSITELIB}/rsa/key.py
${PYSITELIB}/rsa/key.pyc
${PYSITELIB}/rsa/key.pyo
${PYSITELIB}/rsa/parallel.py
${PYSITELIB}/rsa/parallel.pyc
${PYSITELIB}/rsa/parallel.pyo
${PYSITELIB}/rsa/pem.py
${PYSITELIB}/rsa/pem.pyc
${PYSITELIB}/rsa/pem.pyo
${PYSITELIB}/rsa/pkcs1.py
${PYSITELIB}/rsa/pkcs1.pyc
${PYSITELIB}/rsa/pkcs1.pyo
${PYSITELIB}/rsa/pkcs1_v2.py
${PYSITELIB}/rsa/pkcs1_v2.pyc
${PYSITELIB}/rsa/pkcs1_v2.pyo
${PYSITELIB}/rsa/prime.py
${PYSITELIB}/rsa/prime.pyc
${PYSITELIB}/rsa/prime.pyo
${PYSITELIB}/rsa/py.typed
${PYSITELIB}/rsa/randnum.py
${PYSITELIB}/rsa/randnum.pyc
${PYSITELIB}/rsa/randnum.pyo
${PYSITELIB}/rsa/transform.py
${PYSITELIB}/rsa/transform.pyc
${PYSITELIB}/rsa/transform.pyo
${PYSITELIB}/rsa/util.py
${PYSITELIB}/rsa/util.pyc
${PYSITELIB}/rsa/util.pyo