Merge pull request #2596 from suvari/master

python3-PyYAML: add new package, index
This commit is contained in:
groni
2017-01-16 22:44:26 +01:00
committed by GitHub
8 changed files with 112663 additions and 112520 deletions
+112579 -112516
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
49eda6cda21ae716eb5cbb1092d30389f89fe380
11056c4136a0d379a5fbe775191fae1a918dc612
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
62a53a4948a13472b625b59f9256f2c738ee14c7
3a420d3551af221a797309e6115c7d9d58bfbf95
@@ -12,7 +12,7 @@
<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="1a2d5df8b31124573efb9598ec6d54767f3c4cd4" type="targz">http://pyyaml.org/download/pyyaml/PyYAML-3.11.tar.gz</Archive>
<Archive sha1sum="cb7fd3e58c129494ee86e41baedfec69eb7dafbe" type="targz">http://pyyaml.org/download/pyyaml/PyYAML-3.12.tar.gz</Archive>
<BuildDependencies>
<Dependency>libyaml-devel</Dependency>
<Dependency>python-devel</Dependency>
@@ -22,6 +22,7 @@
<Package>
<Name>python-PyYAML</Name>
<RuntimeDependencies>
<Dependency>python</Dependency>
<Dependency>libyaml</Dependency>
</RuntimeDependencies>
<Files>
@@ -31,6 +32,13 @@
</Package>
<History>
<Update release="3">
<Date>2017-01-16</Date>
<Version>3.12</Version>
<Comment>Version Bump</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-09</Date>
<Version>3.11</Version>
@@ -46,4 +54,4 @@
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -0,0 +1,20 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
WorkDir = "PyYAML-%s" % get.srcVERSION()
def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), "examples")
pisitools.dodoc("LICENSE", "PKG-INFO", "README")
@@ -0,0 +1,43 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-PyYAML</Name>
<Homepage>http://pyyaml.org/wiki/PyYAML</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>library</IsA>
<Summary>The next generation YAML parser and emitter for Python3</Summary>
<Description>python3-pyyaml is the next generation YAML parser and emitter for Python3.</Description>
<Archive sha1sum="cb7fd3e58c129494ee86e41baedfec69eb7dafbe" type="targz">http://pyyaml.org/download/pyyaml/PyYAML-3.12.tar.gz</Archive>
<BuildDependencies>
<Dependency>libyaml-devel</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-PyYAML</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>libyaml</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2017-01-16</Date>
<Version>3.12</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,9 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-pyyaml</Name>
<Summary xml:lang="tr">Python3 için yeni nesil YAML ayrıştırıcısı</Summary>
<Description xml:lang="tr">python3-pyyaml python3 için yeni nesil YAML ayrıştırıcısıdır.</Description>
</Source>
</PISI>