python-PyYAML:clean and rebuilt
This commit is contained in:
@@ -9,10 +9,12 @@ from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
WorkDir = "PyYAML-%s" % get.srcVERSION()
|
||||
#WorkDir = "PyYAML-%s" % get.srcVERSION()
|
||||
|
||||
def build():
|
||||
# suppress compiler warnings
|
||||
pisitools.cflags.add("-Wno-pointer-sign -Wno-incompatible-pointer-types -Wno-sign-compare -Wno-discarded-qualifiers")
|
||||
# fix unused direct dependency analysis
|
||||
shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread -Wl,-O1 -Wl,-z,relro -Wl,--hash-style=gnu -Wl,--as-needed -Wl,--sort-common")
|
||||
pythonmodules.compile()
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -8,16 +8,19 @@
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>MIT</License>
|
||||
<PartOf>programming.language.python</PartOf>
|
||||
<License>MIT</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>The next generation YAML parser and emitter for Python</Summary>
|
||||
<Description>python-pyyaml is the next generation YAML parser and emitter for Python.</Description>
|
||||
<Archive sha1sum="d578323401abc8b3b47ff9d6257e5eef31798836" type="targz">https://pyyaml.org/download/pyyaml/PyYAML-5.3.tar.gz</Archive>
|
||||
<Archive sha1sum="f4e1334bd78eb4d82423613e9cf26d75982ad457" type="targz">https://github.com/yaml/pyyaml/archive/5.3.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="0.2.2">libyaml-devel</Dependency>
|
||||
<Dependency>python-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile owner="root" target="ext/_yaml.c" group="root" permission="0644">_yaml.c</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
@@ -33,14 +36,21 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Update release="9">
|
||||
<Date>2020-02-22</Date>
|
||||
<Version>5.3</Version>
|
||||
<Comment>Clean and rebuilt.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2020-01-11</Date>
|
||||
<Version>5.3</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Update release="7">
|
||||
<Date>2019-01-02</Date>
|
||||
<Version>5.2</Version>
|
||||
<Comment>Version bump and rebuilt w/ gcc9.</Comment>
|
||||
@@ -90,4 +100,4 @@
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -5,4 +5,4 @@
|
||||
<Summary xml:lang="tr">Python için yeni nesil YAML ayrıştırıcısı</Summary>
|
||||
<Description xml:lang="tr">python-pyyaml python için yeni nesil YAML ayrıştırıcısıdır.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user