certifi: Python package for providing Mozilla’s CA Bundle#

Description#

Python package for providing Mozilla’s CA Bundle.

License#

MPL-2.0

Upstream Contact#

https://pypi.org/project/certifi/

Type#

standard

Dependencies#

  • $(PYTHON)

  • $(PYTHON_TOOLCHAIN)

Version Information#

package-version.txt:

2023.11.17

install-requires.txt:

certifi >=2020.6.20

Equivalent System Packages#

$ sudo pacman -S python-certifi
$ conda install certifi
$ sudo apt-get install python3-certifi
$ sudo yum install python-certifi
$ sudo emerge dev-python/certifi
$ sudo port install py-certifi
$ sudo zypper install python3\$\{PYTHON_MINOR\}-certifi
$ sudo xbps-install python3-certifi

See https://repology.org/project/python:certifi/versions

If the system package is installed and if the (experimental) option --enable-system-site-packages is passed to ./configure, then ./configure will check if the system package can be used.