From 6da1d77e8b8b0d544419114e76331e2f1b783606 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Tue, 19 May 2020 16:29:10 +0300 Subject: [PATCH] python3-pyasn1-modules:moved from contrib --- .../python3/python3-pyasn1-modules/actions.py | 15 +++++++ .../python3/python3-pyasn1-modules/pspec.xml | 45 +++++++++++++++++++ .../python3-pyasn1-modules/translations.xml | 8 ++++ 3 files changed, 68 insertions(+) create mode 100644 programming/language/python3/python3-pyasn1-modules/actions.py create mode 100644 programming/language/python3/python3-pyasn1-modules/pspec.xml create mode 100644 programming/language/python3/python3-pyasn1-modules/translations.xml diff --git a/programming/language/python3/python3-pyasn1-modules/actions.py b/programming/language/python3/python3-pyasn1-modules/actions.py new file mode 100644 index 0000000000..c864ec61ac --- /dev/null +++ b/programming/language/python3/python3-pyasn1-modules/actions.py @@ -0,0 +1,15 @@ +#!/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 +from pisi.actionsapi import pisitools + +def build(): + pythonmodules.compile(pyVer="3") + +def install(): + pythonmodules.install(pyVer="3") + pisitools.dodoc("LICENSE*") \ No newline at end of file diff --git a/programming/language/python3/python3-pyasn1-modules/pspec.xml b/programming/language/python3/python3-pyasn1-modules/pspec.xml new file mode 100644 index 0000000000..b4ec638e82 --- /dev/null +++ b/programming/language/python3/python3-pyasn1-modules/pspec.xml @@ -0,0 +1,45 @@ + + + + + python3-pyasn1-modules + https://github.com/etingof/pyasn1-modules/ + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + BSD + library + A collection of ASN.1-based protocols modules. + A collection of ASN.1 modules expressed in form of pyasn1 classes. Includes protocols PDUs definition (SNMP, LDAP etc.) and various data structures (X.509, PKCS etc.). + https://github.com/etingof/pyasn1-modules/archive/v0.2.8.tar.gz + + python3-devel + python3-setuptools + + + + + python3-pyasn1-modules + A collection of ASN.1-based protocols modules. + + python3 + python3-pyasn1 + + + /usr/lib/python3* + /usr/share/doc/python3-pyasn1-modules + + + + + + 2019-12-23 + 0.2.8 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-pyasn1-modules/translations.xml b/programming/language/python3/python3-pyasn1-modules/translations.xml new file mode 100644 index 0000000000..6f1e41b27c --- /dev/null +++ b/programming/language/python3/python3-pyasn1-modules/translations.xml @@ -0,0 +1,8 @@ + + + + python3-pyasn1-modules + Python3 için ASN.1-temelli protokol modülleri kolleksiyonu + python3-pyasn1-modules Python3 için ASN.1-temelli protokol modülleri kolleksiyonunu içerir. + + \ No newline at end of file