diff --git a/programming/language/python/python-certifi/actions.py b/programming/language/python/python-certifi/actions.py new file mode 100644 index 0000000000..0fcf977541 --- /dev/null +++ b/programming/language/python/python-certifi/actions.py @@ -0,0 +1,13 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import pythonmodules + +def build(): + pythonmodules.compile() + +def install(): + pythonmodules.install() \ No newline at end of file diff --git a/programming/language/python/python-certifi/pspec.xml b/programming/language/python/python-certifi/pspec.xml new file mode 100644 index 0000000000..47eb0d1789 --- /dev/null +++ b/programming/language/python/python-certifi/pspec.xml @@ -0,0 +1,48 @@ + + + + + python-certifi + https://certifi.io/ + + Blue DeviL + bluedevil@sctzine.com + + programming.language.python + MPL-2.0 + library + Python package for providing Mozilla's CA Bundle + Certifi is a carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. + https://files.pythonhosted.org/packages/41/bf/9d214a5af07debc6acf7f3f257265618f1db242a3f8e49a9b516f24523a6/certifi-2019.11.28.tar.gz + + python-setuptools + python-devel + + + + + python-certifi + Python package for providing Mozilla's CA Bundle + + /usr/lib + /usr/share/doc + + + + + + 2020-01-28 + 2019.11.28 + Version bump. + Blue DeviL + bluedevil@sctzine.com + + + 2019-12-07 + 2019.9.11 + First release + Blue DeviL + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python/python-certifi/translations.xml b/programming/language/python/python-certifi/translations.xml new file mode 100644 index 0000000000..05a939ad48 --- /dev/null +++ b/programming/language/python/python-certifi/translations.xml @@ -0,0 +1,8 @@ + + + + python-certifi + Certifi, Mozillanın sertifikalarını sağlayan python kitaplığıdır. + Certifi, TLS sahiplerinin SSL sertifikalarını doğrulanmasını sağlayan, kök sertifikalarının toplandığı bir kitaplıktır. + + \ No newline at end of file