diff --git a/programming/language/python3/python3-packaging/actions.py b/programming/language/python3/python3-packaging/actions.py
new file mode 100644
index 00000000..477128ff
--- /dev/null
+++ b/programming/language/python3/python3-packaging/actions.py
@@ -0,0 +1,17 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/copyleft/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.removeDir("/usr/lib/*/site-packages/six-1.9.0*egg-info*")
+ #pisitools.remove("/usr/lib/*/site-packages/*egg-info*")
diff --git a/programming/language/python3/python3-packaging/pspec.xml b/programming/language/python3/python3-packaging/pspec.xml
new file mode 100644
index 00000000..cbdf52f4
--- /dev/null
+++ b/programming/language/python3/python3-packaging/pspec.xml
@@ -0,0 +1,55 @@
+
+
+
+
+ python3-packaging
+ http://pypi.python.org/pypi/six/
+
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+ Apache
+ app:console
+ Core utilities for Python packages
+ Core utilities for Python packages
+ https://github.com/pypa/packaging/archive/19.2.tar.gz
+
+ python3-devel
+
+
+
+
+ python3-packaging
+
+ python3
+
+
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+
+ 2019-12-10
+ 19.2
+ Version bump
+ Idris Kalp
+ idriskalp@gmail.com
+
+
+ 2018-08-30
+ 16.8
+ Rebuild
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+ 2017-02-01
+ 16.8
+ First Release
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+
+
diff --git a/programming/language/python3/python3-packaging/translations.xml b/programming/language/python3/python3-packaging/translations.xml
new file mode 100644
index 00000000..97abbd2c
--- /dev/null
+++ b/programming/language/python3/python3-packaging/translations.xml
@@ -0,0 +1,7 @@
+
+
+ python3-six
+ Python3 paketleri için çekirdek uygulama.
+ Python3 paketleri için çekirdek uygulama.
+
+