diff --git a/programming/language/python3/python3-setuptools/actions.py b/programming/language/python3/python3-setuptools/actions.py
deleted file mode 100644
index ed8ed30209..0000000000
--- a/programming/language/python3/python3-setuptools/actions.py
+++ /dev/null
@@ -1,22 +0,0 @@
-# -*- 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
deleted file mode 100644
index 49c6d922f4..0000000000
--- a/programming/language/python3/python3-setuptools/pspec.xml
+++ /dev/null
@@ -1,104 +0,0 @@
-
-
-
-
- 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/v40.6.3.tar.gz
-
- python3-devel
-
- python3-packaging
-
-
-
-
- python3-setuptools
-
- /usr/bin
- /usr/lib/python3*
- /usr/share/doc
-
-
-
-
-
- 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
deleted file mode 100644
index c6ed410012..0000000000
--- a/programming/language/python3/python3-setuptools/translations.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
- 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.
-
-