Files
main/programming/language/python/python-PyYAML/pspec.xml
T

50 lines
1.7 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python-PyYAML</Name>
<Homepage>http://pyyaml.org/wiki/PyYAML</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</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="1a2d5df8b31124573efb9598ec6d54767f3c4cd4" type="targz">http://pyyaml.org/download/pyyaml/PyYAML-3.11.tar.gz</Archive>
<BuildDependencies>
<Dependency>libyaml-devel</Dependency>
<Dependency>python-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python-PyYAML</Name>
<RuntimeDependencies>
<Dependency>libyaml</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2015-07-27</Date>
<Version>3.11</Version>
<Comment>version bump</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2011-06-04</Date>
<Version>3.10</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>