Merge pull request #789 from Rmys/master

python-setuptools:Ver.Bump
This commit is contained in:
Rmys
2018-08-05 19:17:51 +03:00
committed by GitHub
2 changed files with 13 additions and 2 deletions
+5 -1
View File
@@ -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()
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>Python setuptools</Summary>
<Description>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.</Description>
<Archive sha1sum="a62cfe21bd0e5e2913c5b576f872ca293b9bebca" type="targz">https://files.pythonhosted.org/packages/f3/2b/e97c01487b7636ba3fcff5e73db995c66c524d54d0907d238311524f67c8/distribute-0.6.49.tar.gz</Archive>
<Archive sha1sum="b5ea03183a313091083ca322eb68e90dfc290504" type="targz">https://github.com/pypa/setuptools/archive/v39.2.0.tar.gz</Archive>
</Source>
<Package>
@@ -25,6 +25,13 @@
</Package>
<History>
<Update release="5">
<Date>2018-08-05</Date>
<Version>39.2.0</Version>
<Comment>Version Bump</Comment>
<Name>Mustafa Cinasl</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2018-07-15</Date>
<Version>0.6.49</Version>