diff --git a/programming/language/python3/python3-setuptools/actions.py b/programming/language/python3/python3-setuptools/actions.py
new file mode 100644
index 00000000..ed8ed302
--- /dev/null
+++ b/programming/language/python3/python3-setuptools/actions.py
@@ -0,0 +1,22 @@
+# -*- 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
+from pisi.actionsapi import get
+from pisi.actionsapi import shelltools
+
+WorkDir="setuptools-%s" % get.srcVERSION()
+
+
+def install():
+ pisitools.dosed("setuptools/command/easy_install.py", "env python", "env python3")
+
+ pythonmodules.run("bootstrap.py", pyVer="3")
+ pythonmodules.install(pyVer = "3")
+ pisitools.rename("/usr/bin/easy_install", "py3easy-install")
+
+ #avoid python-setuptools conflict
+ #pisitools.removeDir("/usr/share")
diff --git a/programming/language/python3/python3-setuptools/pspec.xml b/programming/language/python3/python3-setuptools/pspec.xml
new file mode 100644
index 00000000..94bb5996
--- /dev/null
+++ b/programming/language/python3/python3-setuptools/pspec.xml
@@ -0,0 +1,111 @@
+
+
+
+
+ python3-setuptools
+ http://pypi.python.org/pypi/setuptools
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ PSF-2.2
+ library
+ Python setuptools
+ python-setuptools is a collection of enhancements to the Python distutils that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages.
+ https://github.com/pypa/setuptools/archive/v42.0.2.tar.gz
+
+ python3-devel
+
+ python3-packaging
+
+
+
+
+ python3-setuptools
+
+ /usr/bin
+ /usr/lib/python3*
+ /usr/share/doc
+
+
+
+
+
+ 2019-12-10
+ 42.0.2
+ Version Bump
+ Idris Kalp
+ idriskalp@gmail.com
+
+
+ 2019-04-09
+ 40.6.3
+ Version Bump
+ Mustafa Cinasl
+ muscnsl@gmail.com
+
+
+ 2018-08-05
+ 39.2.0
+ Version Bump
+ Mustafa Cinasl
+ muscnsl@gmail.com
+
+
+ 2018-01-24
+ 38.2.5
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+ 2017-02-01
+ 32.1.3
+ Version bump.
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+
+ 2016-06-09
+ 19.6.1
+ Release Bump
+ Pisi Linux Community
+ admin@pisilinux.org
+
+
+ 2016-06-06
+ 19.6.1
+ Release bump.
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+
+ 2016-05-26
+ 19.6.1
+ Release bump.
+ Marcin Bojara
+ marcin@pisilinux.org
+
+
+ 2016-05-26
+ 19.6.1
+ Release bump.
+ Marcin Bojara
+ marcin@pisilinux.org
+
+
+ 2016-05-26
+ 19.6.1
+ Release bump.
+ Marcin Bojara
+ marcin@pisilinux.org
+
+
+ 2016-05-26
+ 19.6.1
+ First release.
+ Marcin Bojara
+ marcin@pisilinux.org
+
+
+
diff --git a/programming/language/python3/python3-setuptools/translations.xml b/programming/language/python3/python3-setuptools/translations.xml
new file mode 100644
index 00000000..c6ed4100
--- /dev/null
+++ b/programming/language/python3/python3-setuptools/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python-setuptools
+ Python kurulum araçları
+ python-setuptools, Python distutils'e yapılan, özellikle başka paketlere bağımlılığı olan Python paketlerini daha kolay oluşturmaya ve dağıtmaya yarayan iyileştirmeler koleksiyonudur.
+
+