diff --git a/system/devel/python-setuptools/actions.py b/system/devel/python-setuptools/actions.py
index 7b680f89..5cbc2e15 100644
--- a/system/devel/python-setuptools/actions.py
+++ b/system/devel/python-setuptools/actions.py
@@ -7,7 +7,11 @@ from pisi.actionsapi import pythonmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
-WorkDir="distribute-%s" % get.srcVERSION()
+WorkDir="setuptools-%s" % get.srcVERSION()
+
+def build():
+ pythonmodules.run("bootstrap.py")
+ pythonmodules.compile()
def install():
pythonmodules.install()
diff --git a/system/devel/python-setuptools/pspec.xml b/system/devel/python-setuptools/pspec.xml
index e678f184..b59d7734 100644
--- a/system/devel/python-setuptools/pspec.xml
+++ b/system/devel/python-setuptools/pspec.xml
@@ -12,7 +12,7 @@
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://files.pythonhosted.org/packages/f3/2b/e97c01487b7636ba3fcff5e73db995c66c524d54d0907d238311524f67c8/distribute-0.6.49.tar.gz
+ https://github.com/pypa/setuptools/archive/v39.2.0.tar.gz
@@ -25,6 +25,13 @@
+
+ 2018-08-05
+ 39.2.0
+ Version Bump
+ Mustafa Cinasl
+ muscnsl@gmail.com
+
2018-07-15
0.6.49