docutils-0.19
This commit is contained in:
@@ -34,6 +34,13 @@ def build():
|
||||
|
||||
def install():
|
||||
pythonmodules.install()
|
||||
|
||||
#Remove .py extensions from scripts in /usr/bin
|
||||
for f in shelltools.ls("%s/usr/bin" % get.installDIR()):
|
||||
pisitools.domove("/usr/bin/%s" % f, "/usr/bin", f.replace(".py", ""))
|
||||
|
||||
for bin in shelltools.ls("%s/usr/bin" % get.installDIR()):
|
||||
pisitools.rename("/usr/bin/%s" % bin, "%s_2" % bin)
|
||||
|
||||
shelltools.cd("../build_python3/%s" % WorkDir)
|
||||
pythonmodules.install(pyVer="3")
|
||||
@@ -42,14 +49,14 @@ def install():
|
||||
for f in shelltools.ls("%s/usr/bin" % get.installDIR()):
|
||||
pisitools.domove("/usr/bin/%s" % f, "/usr/bin", f.replace(".py", ""))
|
||||
|
||||
for bin in shelltools.ls("%s/usr/bin" % get.installDIR()):
|
||||
pisitools.rename("/usr/bin/%s" % bin, "%s_3" % bin)
|
||||
# for bin in shelltools.ls("%s/usr/bin" % get.installDIR()):
|
||||
# pisitools.rename("/usr/bin/%s" % bin, "%s_3" % bin)
|
||||
|
||||
shelltools.cd("../../build_python/%s" % WorkDir)
|
||||
pythonmodules.install()
|
||||
# shelltools.cd("../../build_python/%s" % WorkDir)
|
||||
# pythonmodules.install()
|
||||
|
||||
|
||||
|
||||
#Remove .py extensions from scripts in /usr/bin
|
||||
for f in shelltools.ls("%s/usr/bin" % get.installDIR()):
|
||||
pisitools.domove("/usr/bin/%s" % f, "/usr/bin", f.replace(".py", ""))
|
||||
# for f in shelltools.ls("%s/usr/bin" % get.installDIR()):
|
||||
# pisitools.domove("/usr/bin/%s" % f, "/usr/bin", f.replace(".py", ""))
|
||||
|
||||
@@ -54,6 +54,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="13">
|
||||
<Date>2023-04-21</Date>
|
||||
<Version>0.19</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="12">
|
||||
<Date>2023-04-03</Date>
|
||||
<Version>0.19</Version>
|
||||
|
||||
Reference in New Issue
Block a user