diff --git a/programming/language/python3/python3-distlib/actions.py b/programming/language/python3/python3-distlib/actions.py
new file mode 100644
index 0000000000..cbcb8f4043
--- /dev/null
+++ b/programming/language/python3/python3-distlib/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")
\ No newline at end of file
diff --git a/programming/language/python3/python3-distlib/pspec.xml b/programming/language/python3/python3-distlib/pspec.xml
new file mode 100644
index 0000000000..77dfed7df4
--- /dev/null
+++ b/programming/language/python3/python3-distlib/pspec.xml
@@ -0,0 +1,44 @@
+
+
+
+
+ python3-distlib
+ https://bitbucket.org/pypa/distlib/
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ programming.language.python3
+ PSF
+ library
+ Low-level components of distutils2/packaging.
+ python3-distlib Low-level parts of packaging/distutils2 which implement the relevant PEPs and which could be used by third-party packaging tools to achieve interoperability, enhanced with additional features for dependency resolution, package resource management and more.
+ https://bitbucket.org/pypa/distlib/get/0.3.0.tar.gz
+
+ python3-setuptools
+ python3-devel
+
+
+
+
+ python3-distlib
+ Low-level components of distutils2/packaging.
+
+ python3
+
+
+ /usr/share/doc/python3-distlib
+ /usr/lib/python3*
+
+
+
+
+
+ 2020-03-03
+ 0.3.0
+ First pisi release.
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/language/python3/python3-distlib/translations.xml b/programming/language/python3/python3-distlib/translations.xml
new file mode 100755
index 0000000000..54dd04f2a6
--- /dev/null
+++ b/programming/language/python3/python3-distlib/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python3-distlib
+ distutils2/packaging'in düşük seviye bileşenleri.
+ python3-distlib, distutils2/packaging'in düşük seviye bileşenlerini içerir.
+
+
\ No newline at end of file