python3-setuptools ver. bump
This commit is contained in:
@@ -10,12 +10,14 @@ from pisi.actionsapi import pythonmodules
|
||||
|
||||
WorkDir="setuptools-%s" % get.srcVERSION()
|
||||
|
||||
def setup():
|
||||
shelltools.makedirs("%s/setuptools-54.2.0/build/scripts-3.8" % get.workDIR())
|
||||
#def setup():
|
||||
#shelltools.makedirs("%s/setuptools-54.2.0/build/scripts-3.8" % get.workDIR())
|
||||
|
||||
def build():
|
||||
pythonmodules.compile(pyVer="3")
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
def install():
|
||||
#shelltools.system("python3 setup.py install --prefix=/usr --optimize=1 --skip-build")
|
||||
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="9d6648097b7c2802e8d9074f0951fc02c5b69097" type="targz">https://github.com/pypa/setuptools/archive/v54.2.0.tar.gz</Archive>
|
||||
<Archive sha1sum="2855c2fa54b8b8c3309b6b004f7c6bd051a69c2b" type="targz">https://github.com/pypa/setuptools/archive/v56.0.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<!--<Dependency>python3-six</Dependency>-->
|
||||
@@ -36,10 +36,17 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2021-04-12</Date>
|
||||
<Version>56.0.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2021-04-03</Date>
|
||||
<Version>54.2.0</Version>
|
||||
<Comment>Major version bump</Comment>
|
||||
<Comment>Major version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
|
||||
Reference in New Issue
Block a user