diff --git a/pisi-index.xml b/pisi-index.xml index b56d7a485e..4625bcdc6a 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -34303,6 +34303,49 @@ functionality to build high-performing, platform-independent programs. + + + python-toml + https://github.com/uiri/toml + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python + Python lib for parsing TOML + TOML çözümleyen python kitaplığı. + A Python library for parsing and creating TOML. + python-toml, TOML çözümleyen python kitaplığı sunar. + https://github.com/uiri/toml/archive/0.10.1.tar.gz + + python-devel + python-setuptools + + programming/language/python/python-toml/pspec.xml + + + python-toml + Python lib for parsing TOML + + python + + + /usr/lib/python2* + /usr/share/doc/python-toml + + + + + 2020-05-18 + 0.10.1 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + python-colorama @@ -34890,11 +34933,13 @@ functionality to build high-performing, platform-independent programs.Python için kriptografik tarifler A package designed to expose cryptographic recipes and primitives to Python developers python-cryptography, Python geliştiricileri icin kriptografik tarifler ve ilkeler sunan bir pakettir. - https://github.com/pyca/cryptography/archive/2.9.1.tar.gz + https://github.com/pyca/cryptography/archive/2.9.2.tar.gz - python-setuptools - openssl-devel + python-cffi python-devel + openssl-devel + python-pycparser + python-setuptools programming/language/python/python-cryptography/pspec.xml @@ -34902,15 +34947,23 @@ functionality to build high-performing, platform-independent programs.python-cryptography Cryptographic recipes for Python + python python-cffi + /usr/lib/python2* /usr/share/doc/python-cryptography/README.rst /usr/share/doc/python-cryptography/LICENSE - /usr/lib/python2* + + 2020-05-18 + 2.9.2 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + 2020-04-22 2.9.1 diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index 26fa21df40..f379be730e 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -2bcd634e3b0ab5983cbdef8bfab5dcb7ea711834 \ No newline at end of file +c1e668774e840b87bf0ad15a53fa9f1219505b83 \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index 62df934b96..e64c78af79 100644 Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum index 3bb4678583..e88b554740 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -1533e623641232ff7b810341ab8180b1f1577e23 \ No newline at end of file +7817fc52124b8d44f4c53cdfc63ea35ab6cabcdf \ No newline at end of file diff --git a/programming/language/python/python-cryptography/pspec.xml b/programming/language/python/python-cryptography/pspec.xml index 2fe47faa83..fc1a56ae64 100644 --- a/programming/language/python/python-cryptography/pspec.xml +++ b/programming/language/python/python-cryptography/pspec.xml @@ -13,11 +13,13 @@ library Cryptographic recipes for Python A package designed to expose cryptographic recipes and primitives to Python developers - https://github.com/pyca/cryptography/archive/2.9.1.tar.gz + https://github.com/pyca/cryptography/archive/2.9.2.tar.gz - python-setuptools - openssl-devel + python-cffi python-devel + openssl-devel + python-pycparser + python-setuptools + + 2020-05-18 + 2.9.2 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + 2020-04-22 2.9.1 diff --git a/programming/language/python/python-toml/actions.py b/programming/language/python/python-toml/actions.py new file mode 100644 index 0000000000..0fcf977541 --- /dev/null +++ b/programming/language/python/python-toml/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-toml/pspec.xml b/programming/language/python/python-toml/pspec.xml new file mode 100644 index 0000000000..944a970398 --- /dev/null +++ b/programming/language/python/python-toml/pspec.xml @@ -0,0 +1,44 @@ + + + + + python-toml + https://github.com/uiri/toml + + Blue Devil + bluedevil@sctzine.com + + programming.language.python + MIT + library + Python lib for parsing TOML + A Python library for parsing and creating TOML. + https://github.com/uiri/toml/archive/0.10.1.tar.gz + + python-devel + python-setuptools + + + + + python-toml + Python lib for parsing TOML + + python + + + /usr/lib/python2* + /usr/share/doc/python-toml + + + + + + 2020-05-18 + 0.10.1 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python/python-toml/translations.xml b/programming/language/python/python-toml/translations.xml new file mode 100755 index 0000000000..55bde39bf3 --- /dev/null +++ b/programming/language/python/python-toml/translations.xml @@ -0,0 +1,8 @@ + + + + python-toml + TOML çözümleyen python kitaplığı. + python-toml, TOML çözümleyen python kitaplığı sunar. + + \ No newline at end of file