Files
main/programming/language/python3/python3-PyYAML/pspec.xml
T
2018-08-19 15:33:23 +03:00

58 lines
2.1 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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="22f95fe2f5ef29ab17110f92c7186e2cfde6b419" type="targz">http://pyyaml.org/download/pyyaml/PyYAML-3.13.tar.gz</Archive>
<BuildDependencies>
<Dependency>libyaml-devel</Dependency>
<Dependency versionFrom="3.6.0">python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-PyYAML</Name>
<RuntimeDependencies>
<Dependency versionFrom="3.6.0">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="3">
<Date>2018-08-19</Date>
<Version>3.13</Version>
<Comment>Version Bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2017-02-01</Date>
<Version>3.12</Version>
<Comment>Rebuild for py3.6.0</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<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>