diff --git a/programming/language/python3/python3-fasteners/actions.py b/programming/language/python3/python3-fasteners/actions.py new file mode 100644 index 0000000000..a0a8322dfb --- /dev/null +++ b/programming/language/python3/python3-fasteners/actions.py @@ -0,0 +1,13 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import python3modules + +def build(): + python3modules.compile() + +def install(): + python3modules.install() diff --git a/programming/language/python3/python3-fasteners/pspec.xml b/programming/language/python3/python3-fasteners/pspec.xml new file mode 100644 index 0000000000..b7da6b6d35 --- /dev/null +++ b/programming/language/python3/python3-fasteners/pspec.xml @@ -0,0 +1,46 @@ + + + + + python3-fasteners + https://github.com/harlowja/fasteners + + PisiLinux Community + admin@pisilinux.org + + Apache2.0 + programming.language.python3 + A python package that provides useful locks. + Cross-platform locks for threads and processes. + https://files.pythonhosted.org/packages/source/f/fasteners/fasteners-0.19.tar.gz + + python3-wheel + python3-build + python3-installer + python3-setuptools + + + + + + + + python3-fasteners + + python3 + + + /usr/lib + /usr/share + + + + + + 2024-11-25 + 0.19 + fury + uglyside@yandex.ru + + + diff --git a/programming/language/python3/python3-pyjwt/actions.py b/programming/language/python3/python3-pyjwt/actions.py new file mode 100644 index 0000000000..a0a8322dfb --- /dev/null +++ b/programming/language/python3/python3-pyjwt/actions.py @@ -0,0 +1,13 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import python3modules + +def build(): + python3modules.compile() + +def install(): + python3modules.install() diff --git a/programming/language/python3/python3-pyjwt/pspec.xml b/programming/language/python3/python3-pyjwt/pspec.xml new file mode 100644 index 0000000000..f3ae577cfe --- /dev/null +++ b/programming/language/python3/python3-pyjwt/pspec.xml @@ -0,0 +1,46 @@ + + + + + python3-pyjwt + https://github.com/jpadilla/pyjwt + + PisiLinux Community + admin@pisilinux.org + + MIT + programming.language.python3 + JSON Web Token implementation in Python. + A Python library which allows you to encode and decode JWT (RFC 7519). + https://files.pythonhosted.org/packages/source/p/pyjwt/pyjwt-2.10.0.tar.gz + + python3-wheel + python3-build + python3-installer + python3-setuptools + + + + + + + + python3-pyjwt + + python3-cryptography + + + /usr/lib + /usr/share + + + + + + 2024-11-25 + 2.10.0 + fury + uglyside@yandex.ru + + +