123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>python3</Name>
- <Homepage>https://www.python.org/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <PartOf>programming.language</PartOf>
- <License>custom</License>
- <Summary>Next generation of the python high-level scripting language</Summary>
- <Description>Python is an accessible, high-level, dynamically typed, interpreted programming language, designed with an emphasis on code readability. It includes an extensive standard library, and has a vast ecosystem of third-party libraries.</Description>
- <Archive sha1sum="acf539109b024d3c5f1fc63d6e7f08cd294ba56d" type="tarxz">https://www.python.org/ftp/python/3.11.11/Python-3.11.11.tar.xz</Archive>
- <!-- <Archive sha1sum="bf7badf7e248e0ecf465d33c2f5aeec774209227" type="targz" target="Python-3.8.5">https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz</Archive> -->
- <BuildDependencies>
- <Dependency>bzip2</Dependency>
- <Dependency>xz-devel</Dependency>
- <Dependency>gdbm-devel</Dependency>
- <Dependency>zlib-devel</Dependency>
- <Dependency versionFrom="2.6.0">expat-devel</Dependency>
- <Dependency>libffi-devel</Dependency>
- <Dependency versionFrom="3.47.1">sqlite-devel</Dependency>
- <Dependency>ncurses-devel</Dependency>
- <Dependency versionFrom="1.1.1w">openssl-devel</Dependency>
- <Dependency>readline-devel</Dependency>
- <Dependency>mpdecimal-devel</Dependency>
- <!--<Dependency>valgrind</Dependency>-->
- <!--<Dependency>tcl-devel</Dependency>-->
- <!--<Dependency>tcltk-devel</Dependency>-->
- </BuildDependencies>
- <Patches>
- <!-- <Patch level="1">115289.patch</Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>python3</Name>
- <Summary>Next generation of the python high-level scripting language</Summary>
- <RuntimeDependencies>
- <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>
- <Dependency>mpdecimal</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable" permanent="0">/usr/bin/p*</Path>
- <Path fileType="executable" permanent="0">/usr/bin/2to3*</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/a*</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/c*</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/d*</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/e*</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/h*</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/imp*</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/j*</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/lib2*</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/log*</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/m*</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/p*</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/s*</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/te*</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/u*</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/v*</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/w*</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/x*</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/*.py</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/*.txt</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/_a*</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/a*</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/b*</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/_b*</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/c*</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/_c*</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/_d*</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/_e*</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/f*</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/g*</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/_g*</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/_h*</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/_j*</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/_l*</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/m*</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/_m*</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/n*</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/o*</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/_o*</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/_p*</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/p*</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/r*</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/_r*</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/_s*</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/s*</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/te*</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/_te*</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/ti*</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/u*</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/x*</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/z*</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/__pycache__</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/zoneinfo/__pycache__/*.pyc</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/re</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/__phello__/</Path>
- <Path fileType="library" permanent="0">/usr/lib/python3.11/tomllib</Path>
- <Path fileType="library" permanent="0">/usr/lib/*.so</Path>
- <Path fileType="library" permanent="0">/usr/lib/libpython3.11.so*</Path>
- <Path fileType="man" permanent="0">/usr/share/man/man1/*</Path>
- <Path fileType="doc" permanent="0">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>python3-devel</Name>
- <Summary>Development headers for the python3.</Summary>
- <RuntimeDependencies>
- <Dependency release="current">python3</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header" permanent="0">/usr/include/python3.11/*</Path>
- <Path fileType="library" permanent="0">/usr/lib/pkgconfig/*</Path>
- </Files>
- </Package>
- <History>
- <Update release="55">
- <Date>2024-12-17</Date>
- <Version>3.11.11</Version>
- <Comment>Rebuild.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="54">
- <Date>2024-12-05</Date>
- <Version>3.11.11</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="53">
- <Date>2024-10-30</Date>
- <Version>3.11.10</Version>
- <Comment>Rebuild.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="52">
- <Date>2024-09-20</Date>
- <Version>3.11.10</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="51">
- <Date>2024-08-16</Date>
- <Version>3.11.9</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="50">
- <Date>2024-06-02</Date>
- <Version>3.11.9</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="49">
- <Date>2024-05-13</Date>
- <Version>3.11.9</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="48">
- <Date>2024-04-04</Date>
- <Version>3.11.9</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="47">
- <Date>2024-03-13</Date>
- <Version>3.11.8</Version>
- <Comment>Rebuild</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="46">
- <Date>2024-02-09</Date>
- <Version>3.11.8</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="45">
- <Date>2023-11-23</Date>
- <Version>3.11.6</Version>
- <Comment>Rebuild sqlite.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="44">
- <Date>2023-11-16</Date>
- <Version>3.11.6</Version>
- <Comment>Rebuild sqlite.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="43">
- <Date>2023-10-15</Date>
- <Version>3.11.6</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="42">
- <Date>2023-10-12</Date>
- <Version>3.9.18</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="41">
- <Date>2023-09-13</Date>
- <Version>3.9.18</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="40">
- <Date>2023-09-04</Date>
- <Version>3.9.18</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="39">
- <Date>2023-08-02</Date>
- <Version>3.9.17</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="38">
- <Date>2023-06-07</Date>
- <Version>3.9.17</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="37">
- <Date>2023-05-31</Date>
- <Version>3.9.16</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="36">
- <Date>2023-05-23</Date>
- <Version>3.9.16</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="35">
- <Date>2023-03-25</Date>
- <Version>3.9.16</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="34">
- <Date>2023-03-11</Date>
- <Version>3.9.16</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="33">
- <Date>2023-02-08</Date>
- <Version>3.9.16</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="32">
- <Date>2023-01-28</Date>
- <Version>3.9.16</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="31">
- <Date>2022-12-08</Date>
- <Version>3.9.16</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="30">
- <Date>2022-11-10</Date>
- <Version>3.9.15</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="29">
- <Date>2022-10-20</Date>
- <Version>3.9.15</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="28">
- <Date>2022-09-30</Date>
- <Version>3.9.14</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="27">
- <Date>2022-09-12</Date>
- <Version>3.9.14</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="26">
- <Date>2022-07-18</Date>
- <Version>3.9.13</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="25">
- <Date>2022-07-07</Date>
- <Version>3.9.13</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="24">
- <Date>2022-06-26</Date>
- <Version>3.9.13</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="23">
- <Date>2022-05-24</Date>
- <Version>3.9.13</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="22">
- <Date>2022-05-19</Date>
- <Version>3.9.13</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="21">
- <Date>2022-04-23</Date>
- <Version>3.9.12</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="20">
- <Date>2022-03-23</Date>
- <Version>3.9.11</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="19">
- <Date>2021-11-06</Date>
- <Version>3.9.7</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="18">
- <Date>2021-10-22</Date>
- <Version>3.9.7</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="17">
- <Date>2021-10-18</Date>
- <Version>3.8.12</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="16">
- <Date>2021-08-27</Date>
- <Version>3.8.11</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="15">
- <Date>2021-06-19</Date>
- <Version>3.8.10</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="14">
- <Date>2021-04-11</Date>
- <Version>3.8.9</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="13">
- <Date>2021-04-11</Date>
- <Version>3.8.8</Version>
- <Comment>Version bump</Comment>
- <Name>İdris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="12">
- <Date>2020-12-09</Date>
- <Version>3.8.6</Version>
- <Comment>Version bump</Comment>
- <Name>İdris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="11">
- <Date>2020-10-19</Date>
- <Version>3.8.5</Version>
- <Comment>Patch version bump</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <Update release="10">
- <Date>2020-05-22</Date>
- <Version>3.8.3</Version>
- <Comment>Patch version bump</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <Update release="9">
- <Date>2020-03-28</Date>
- <Version>3.8.2</Version>
- <Comment>Patch version bump</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <Update release="8">
- <Date>2019-12-23</Date>
- <Version>3.8.1</Version>
- <Comment>Version bump</Comment>
- <Name>Idris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="7">
- <Date>2019-12-10</Date>
- <Version>3.8.0</Version>
- <Comment>Version bump</Comment>
- <Name>Idris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="6">
- <Date>2018-07-31</Date>
- <Version>3.6.5</Version>
- <Comment>Rebuild.</Comment>
- <Name>mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2018-05-09</Date>
- <Version>3.6.5</Version>
- <Comment>Version bump</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2018-01-31</Date>
- <Version>3.6.0</Version>
- <Comment>Rebuild</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2016-06-09</Date>
- <Version>3.4.3</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-05-08</Date>
- <Version>3.4.3</Version>
- <Comment>Rebuild.</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2015-08-13</Date>
- <Version>3.4.3</Version>
- <Comment>First release</Comment>
- <Name>Marcin Bojara</Name>
- <Email>marcin@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|