python3-setuptools: update
This commit is contained in:
@@ -5,14 +5,13 @@
|
||||
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import pythonmodules
|
||||
|
||||
WorkDir="setuptools-%s" % get.srcVERSION()
|
||||
|
||||
|
||||
def install():
|
||||
pisitools.dosed("setuptools/command/easy_install.py", "env python", "env python3")
|
||||
#pisitools.dosed("setuptools/command/easy_install.py", "env python", "env python3")
|
||||
|
||||
pythonmodules.run("bootstrap.py", pyVer="3")
|
||||
pythonmodules.install(pyVer = "3")
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Python setuptools</Summary>
|
||||
<Description>python3-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="163b89f399eec1d89f55db80ffed3fc18ca6f07c" type="targz">https://github.com/pypa/setuptools/archive/v46.4.0.tar.gz</Archive>
|
||||
<Archive sha1sum="a828879537ad727417c22403a96a55a9f4cd800b" type="targz">https://github.com/pypa/setuptools/archive/v49.6.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<!--<Dependency>python3-six</Dependency>-->
|
||||
@@ -36,6 +36,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="17">
|
||||
<Date>2020-07-20</Date>
|
||||
<Version>49.6.0</Version>
|
||||
<Comment>Major version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="16">
|
||||
<Date>2020-05-24</Date>
|
||||
<Version>46.4.0</Version>
|
||||
@@ -149,4 +156,4 @@
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user