123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>python</Name>
- <Homepage>https://www.python.org/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>PSF-2.2</License>
- <IsA>app:console</IsA>
- <Summary>An interpreted, interactive, object-orientated programming language</Summary>
- <Description>Python is a dynamic object-oriented programming language that can be used for many kinds of software development. It offers strong support for integration with other languages and tools, comes with extensive standard libraries, and can be learned in a few days.</Description>
- <Archive sha1sum="678d4cf483a1c92efd347ee8e1e79326dc82810b" type="tarxz">https://www.python.org/ftp/python/2.7.18/Python-2.7.18.tar.xz</Archive>
- <!-- <Archive sha1sum="bf7badf7e248e0ecf465d33c2f5aeec774209227" type="targz" target="Python-2.7.18">https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz</Archive> -->
- <!-- <Archive sha1sum="79511a8f46f267c533efd32f22ad3bf89a92d8e5" type="targz" target="Python-2.7.18">https://www.openssl.org/source/openssl-1.1.1q.tar.gz</Archive> -->
- <BuildDependencies>
- <Dependency>bzip2</Dependency>
- <!--<Dependency>tcl-devel</Dependency>-->
- <Dependency>gdbm-devel</Dependency>
- <Dependency>zlib-devel</Dependency>
- <Dependency versionFrom="2.6.0">expat-devel</Dependency>
- <!--<Dependency>tcltk-devel</Dependency>-->
- <Dependency>libffi-devel</Dependency>
- <Dependency versionFrom="3.47.0">sqlite-devel</Dependency>
- <Dependency>ncurses-devel</Dependency>
- <Dependency versionFrom="1.1.1w">openssl-devel</Dependency>
- <Dependency>readline-devel</Dependency>
- <Dependency versionFrom="2.32">glibc-devel</Dependency>
- <!-- Bootstrap -->
- <!-- Comment these deps when bootstrapping -->
- </BuildDependencies>
- <Patches>
- <Patch>pisilinux_platform.patch</Patch>
- <!-- Look into /usr/lib/pisi-linux first -->
- <Patch>add-pisilinux-to-search-path.patch</Patch>
- <!-- Use UTF-8 by default -->
- <Patch>default-utf8.patch</Patch>
- <!-- Disable egginfo -->
- <Patch level="1">disable-egginfo.patch</Patch>
- <!-- some Turkish locale fixes, usually caused by tolower() -->
- <Patch level="1">trfix_emaillib.patch</Patch>
- <Patch level="1">allowZip64.patch</Patch>
-
- <!-- Gentoo patches -->
- <Patch>gentoo/0015-Turkish-locale.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>python</Name>
- <RuntimeDependencies>
- <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="config">/etc</Path>
- <Path fileType="executable">/usr/bin</Path>
- <!-- "Makefile" and the config-32/64.h file are needed by
- distutils/sysconfig.py:_init_posix(), so we include them in the core
- package, along with their parent directories (https://bugzilla.redhat.com/show_bug.cgi?id=531901)
- -->
- <Path fileType="header">/usr/include/python2.7/pyconfig.h</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man</Path>
- </Files>
- <AdditionalFiles>
- <AdditionalFile owner="root" permission="0755" target="/etc/pythonstart">pythonstart</AdditionalFile>
- <AdditionalFile owner="root" permission="0644" target="/etc/env.d/04python">04python</AdditionalFile>
- </AdditionalFiles>
- <Provides>
- <!--COMAR script="package.py">System.Package</COMAR-->
- <COMAR script="pakhandler.py">System.PackageHandler</COMAR>
- </Provides>
- <BuildFlags>
- <Flag>noDelta</Flag>
- </BuildFlags>
- </Package>
- <Package>
- <Name>python-devel</Name>
- <PartOf>system.devel</PartOf>
- <Summary>Development files for python</Summary>
- <RuntimeDependencies>
- <Dependency release="current">python</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <!-- Bootstrap -->
- <!-- Comment these packages (python-tk and idle) when bootstrapping
- <Package>
- <Name>python-tk</Name>
- <IsA>library</IsA>
- <PartOf>programming.language.python</PartOf>
- <Summary>Python modules for Tk</Summary>
- <RuntimeDependencies>
- <Dependency>tcl</Dependency>
- <Dependency>tcltk</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/python*/lib-tk</Path>
- <Path fileType="library">/usr/lib/python*/lib-dynload/_tkinter.so</Path>
- </Files>
- </Package>-->
- <!-- Bootstrap -->
- <!-- Comment these packages (python-tk and idle) when bootstrapping -->
- <!--<Package>
- <Name>idle</Name>
- <Icon>idle</Icon>
- <IsA>app:gui</IsA>
- <PartOf>programming.environment</PartOf>
- <Summary>An Integrated Development Environment for Python</Summary>
- <RuntimeDependencies>
- <Dependency>python-tk</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin/idle</Path>
- <Path fileType="library">/usr/lib/python*/idlelib</Path>
- <Path fileType="data">/usr/share/applications</Path>
- <Path fileType="data">/usr/share/pixmaps</Path>
- </Files>
- <AdditionalFiles>
- <AdditionalFile permission="0644" target="/usr/share/pixmaps/idle.png">python-logo.png</AdditionalFile>
- <AdditionalFile permission="0644" target="/usr/share/applications/idle.desktop">idle.desktop</AdditionalFile>
- </AdditionalFiles>
- </Package>-->
- <History>
- <Update release="42">
- <Date>2024-10-30</Date>-
- <Version>2.7.18</Version>
- <Comment>Rebuild sqlite.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="41">
- <Date>2024-08-16</Date>-
- <Version>2.7.18</Version>
- <Comment>Rebuild sqlite.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="40">
- <Date>2024-06-02</Date>-
- <Version>2.7.18</Version>
- <Comment>Rebuild sqlite.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="39">
- <Date>2024-05-13</Date>-
- <Version>2.7.18</Version>
- <Comment>Rebuild sqlite.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="38">
- <Date>2024-03-13</Date>-
- <Version>2.7.18</Version>
- <Comment>Rebuild sqlite.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="37">
- <Date>2024-02-14</Date>-
- <Version>2.7.18</Version>
- <Comment>Rebuild sqlite.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="36">
- <Date>2023-11-23</Date>-
- <Version>2.7.18</Version>
- <Comment>Rebuild sqlite.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="35">
- <Date>2023-11-15</Date>-
- <Version>2.7.18</Version>
- <Comment>Rebuild sqlite.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="34">
- <Date>2023-10-15</Date>-
- <Version>2.7.18</Version>
- <Comment>Rebuild libffi.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="33">
- <Date>2023-10-12</Date>-
- <Version>2.7.18</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="32">
- <Date>2023-09-13</Date>-
- <Version>2.7.18</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="31">
- <Date>2023-09-03</Date>-
- <Version>2.7.18</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="30">
- <Date>2023-08-02</Date>-
- <Version>2.7.18</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="29">
- <Date>2023-05-31</Date>-
- <Version>2.7.18</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="28">
- <Date>2023-05-23</Date>-
- <Version>2.7.18</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="27">
- <Date>2023-03-25</Date>-
- <Version>2.7.18</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="26">
- <Date>2023-03-11</Date>-
- <Version>2.7.18</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="25">
- <Date>2023-02-08</Date>-
- <Version>2.7.18</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="24">
- <Date>2023-01-28</Date>-
- <Version>2.7.18</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="23">
- <Date>2022-11-10</Date>-
- <Version>2.7.18</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="22">
- <Date>2022-09-30</Date>-
- <Version>2.7.18</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="21">
- <Date>2022-07-23</Date>-
- <Version>2.7.18</Version>
- <Comment>Rebuild</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="20">
- <Date>2022-07-18</Date>-
- <Version>2.7.18</Version>
- <Comment>Rebuild</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="19">
- <Date>2022-07-07</Date>-
- <Version>2.7.18</Version>
- <Comment>Rebuild</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="18">
- <Date>2022-06-26</Date>-
- <Version>2.7.18</Version>
- <Comment>Rebuild</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="17">
- <Date>2022-05-24</Date>-
- <Version>2.7.18</Version>
- <Comment>Rebuild</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="16">
- <Date>2022-04-23</Date>-
- <Version>2.7.18</Version>
- <Comment>Rebuild</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="15">
- <Date>2022-01-18</Date>-
- <Version>2.7.18</Version>
- <Comment>Rebuild</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="14">
- <Date>2021-11-06</Date>-
- <Version>2.7.18</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="13">
- <Date>2021-08-27</Date>-
- <Version>2.7.18</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="12">
- <Date>2021-06-19</Date>-
- <Version>2.7.18</Version>
- <Comment>Rebuild.</Comment>
- <Name>İdris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="11">
- <Date>2021-03-30</Date>-
- <Version>2.7.18</Version>
- <Comment>Rebuild.</Comment>
- <Name>İdris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="10">
- <Date>2021-03-18</Date>-
- <Version>2.7.18</Version>
- <Comment>Rebuild.</Comment>
- <Name>İdris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="9">
- <Date>2021-03-02</Date>-
- <Version>2.7.18</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="8">
- <Date>2020-12-09</Date>-
- <Version>2.7.18</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="7">
- <Date>2020-10-19</Date>-
- <Version>2.7.18</Version>
- <Comment>Ver bump</Comment>
- <Name>Idris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="6">
- <Date>2020-06-03</Date>-
- <Version>2.7.18</Version>
- <Comment>Ver bump</Comment>
- <Name>Idris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2018-07-15</Date>
- <Version>2.7.15</Version>
- <Comment>Rebuild.</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2018-06-07</Date>
- <Version>2.7.15</Version>
- <Comment>Version bump.</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-01-08</Date>
- <Version>2.7.13</Version>
- <Comment>Version bump.</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2016-04-27</Date>
- <Version>2.7.11</Version>
- <Comment>Release Bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-03-02</Date>
- <Version>2.7.11</Version>
- <Comment>First release</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|