diff --git a/programming/language/python3/python3-certifi/actions.py b/programming/language/python3/python3-certifi/actions.py new file mode 100644 index 0000000000..1eee91d6bb --- /dev/null +++ b/programming/language/python3/python3-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(pyVer="3") + +def install(): + pythonmodules.install(pyVer="3") diff --git a/programming/language/python3/python3-certifi/pspec.xml b/programming/language/python3/python3-certifi/pspec.xml new file mode 100644 index 0000000000..501a7c2111 --- /dev/null +++ b/programming/language/python3/python3-certifi/pspec.xml @@ -0,0 +1,51 @@ + + + + + python3-certifi + https://certifi.io/ + + Blue DeviL + bluedevil@sctzine.com + + MPL-2.0 + programming.language.python3 + library + Python3 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 + + python3-setuptools + python3-devel + + + + + python3-certifi + certifi module for python3 + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-certifi + + + + + + 2019-12-11 + 2019.11.28 + Rebuilt. + Blue DeviL + bluedevil@sctzine.com + + + 2019-12-07 + 2019.9.11 + First release + Blue DeviL + bluedevil@sctzine.com + + + diff --git a/programming/language/python3/python3-certifi/translations.xml b/programming/language/python3/python3-certifi/translations.xml new file mode 100644 index 0000000000..68b7fbe5b9 --- /dev/null +++ b/programming/language/python3/python3-certifi/translations.xml @@ -0,0 +1,8 @@ + + + + python3-certifi + Certifi, Mozillanın sertifikalarını sağlayan python3 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