Files
main/programming/language/python3/pspec.xml
T
2015-07-24 11:59:59 +03:00

93 lines
3.7 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3</Name>
<Homepage>http://www.python.org/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>custom</License>
<PartOf>programming.language</PartOf>
<Summary>Next generation of the python high-level scripting language</Summary>
<Description>Next generation of the python high-level scripting language</Description>
<BuildDependencies>
<Dependency>valgrind</Dependency>
<Dependency>tcltk-devel</Dependency>
<Dependency>xz-devel</Dependency>
<Dependency>gdbm-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>bzip2</Dependency>
<Dependency>expat-devel</Dependency>
<Dependency>libffi-devel</Dependency>
<Dependency>sqlite-devel</Dependency>
<Dependency>ncurses-devel</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>readline-devel</Dependency>
</BuildDependencies>
<Archive sha1sum="143e098efe7ee7bec8a4904ec4b322f28a067a03" type="tarxz">http://www.python.org/ftp/python/3.4.1/Python-3.4.1.tar.xz</Archive>
<Patches>
<Patch level="1">Python-3.1.1-rpath.patch</Patch>
</Patches>
</Source>
<Package>
<Name>python3</Name>
<RuntimeDependencies>
<Dependency>tcl</Dependency>
<Dependency>tcltk</Dependency>
<Dependency>xz</Dependency>
<Dependency>gdbm</Dependency>
<Dependency>zlib</Dependency>
<Dependency>bzip2</Dependency>
<Dependency>expat</Dependency>
<Dependency>libffi</Dependency>
<Dependency>sqlite</Dependency>
<Dependency>ncurses</Dependency>
<Dependency>openssl</Dependency>
<Dependency>readline</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable" permanent="0">/usr/bin/*</Path>
<Path fileType="header" permanent="0">/usr/include/python3.4m/*</Path>
<Path fileType="library" permanent="0">/usr/lib/pkgconfig/*</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/*</Path>
<Path fileType="library" permanent="0">/usr/lib/*</Path>
<Path fileType="man" permanent="0">/usr/share/man/man1/*</Path>
<Path fileType="doc" permanent="0">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2014-05-26</Date>
<Version>3.4.1</Version>
<Comment>Version bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-09-09</Date>
<Version>3.3.0</Version>
<Comment>V.Bump</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-08-17</Date>
<Version>3.3.0</Version>
<Comment>Dep Fixed</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-11-11</Date>
<Version>3.3.0</Version>
<Comment>First release</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
</History>
</PISI>