Files
main/programming/language/python3/python3-PyYAML/pspec.xml
T
2021-10-22 18:00:17 +03:00

107 lines
4.0 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 "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-PyYAML</Name>
<Homepage>https://pyyaml.org/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<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="cc66c8a6a022f785b25b9001af8009a37ca3887c" type="targz">https://github.com/yaml/pyyaml/archive/5.4.1.1.tar.gz</Archive>
<BuildDependencies>
<Dependency versionFrom="0.2.2">libyaml-devel</Dependency>
<Dependency versionFrom="3.8.0">python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<AdditionalFiles>
<AdditionalFile owner="root" target="ext/_yaml.c" group="root" permission="0644">_yaml.c</AdditionalFile>
</AdditionalFiles>
</Source>
<Package>
<Name>python3-PyYAML</Name>
<Summary>The next generation YAML parser and emitter for Python</Summary>
<RuntimeDependencies>
<Dependency versionFrom="3.8.0">python3</Dependency>
<Dependency>libyaml</Dependency>
<Dependency>python3-setuptools</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python3-PyYAML</Path>
<Path fileType="library">/usr/lib/python3*</Path>
</Files>
</Package>
<History>
<Update release="9">
<Date>2021-08-07</Date>
<Version>5.4.1.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="8">
<Date>2020-03-27</Date>
<Version>5.3.1</Version>
<Comment>Patch version bump</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="7">
<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="6">
<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">
<Date>2019-01-02</Date>
<Version>5.2</Version>
<Comment>Version bump and rebuilt w/ py3.8.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2019-10-03</Date>
<Version>5.1.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<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>