diff --git a/programming/language/python3/python3-pyasn1/actions.py b/programming/language/python3/python3-pyasn1/actions.py
new file mode 100644
index 0000000000..c864ec61ac
--- /dev/null
+++ b/programming/language/python3/python3-pyasn1/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/pspec.xml b/programming/language/python3/python3-pyasn1/pspec.xml
new file mode 100644
index 0000000000..1d3b64c228
--- /dev/null
+++ b/programming/language/python3/python3-pyasn1/pspec.xml
@@ -0,0 +1,44 @@
+
+
+
+
+ python3-pyasn1
+ https://github.com/etingof/pyasn1
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ programming.language.python3
+ BSD
+ library
+ Python bindings for ASN.1 types and codecs
+ Pure-Python implementation of ASN.1 types and DER/BER/CER codecs (X.208)
+ https://github.com/etingof/pyasn1/archive/v0.4.8.tar.gz
+
+ python3-devel
+ python3-setuptools
+
+
+
+
+ python3-pyasn1
+ Python bindings for ASN.1 types and codecs
+
+ python3
+
+
+ /usr/lib/python3*
+ /usr/share/doc/python3-pyasn1
+
+
+
+
+
+ 2019-12-23
+ 0.4.8
+ First Pisi Release
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/language/python3/python3-pyasn1/translations.xml b/programming/language/python3/python3-pyasn1/translations.xml
new file mode 100644
index 0000000000..06cc03ef05
--- /dev/null
+++ b/programming/language/python3/python3-pyasn1/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python3-pyasn1
+ Python3 için ASN.1 kitaplığı
+ python3-pyasn1 ASN.1 türleri ve DER/BER/CER kodekleri (X.208) içeren bir python kitaplığıdır.
+
+
\ No newline at end of file