1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>cython</Name>
- <Homepage>http://www.cython.org</Homepage>
- <Packager>
- <Name>Pisi Linux Admins</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>Apache-2.0</License>
- <IsA>app:console</IsA>
- <IsA>library</IsA>
- <Summary>C extensions for the Python</Summary>
- <Description>Cython is a language that makes writing C extensions for the Python language as easy as Python itself.</Description>
- <Archive sha1sum="b12b65596c3e892c0173ecc8e0d08f93cc0ccc42" type="targz">https://files.pythonhosted.org/packages/dc/f6/e8e302f9942cbebede88b1a0c33d0be3a738c3ac37abae87254d58ffc51c/Cython-0.29.33.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>python-devel</Dependency>
- <Dependency>bzip2</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch level="1">class-static-method-workaround.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>cython</Name>
- <RuntimeDependencies>
- <Dependency>python</Dependency>
- <Dependency>bzip2</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="7">
- <Date>2023-01-07</Date>
- <Version>0.29.33</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="6">
- <Date>2022-06-27</Date>
- <Version>0.29.30</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2020-12-09</Date>
- <Version>0.29.21</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2019-12-26</Date>
- <Version>0.29.14</Version>
- <Comment>Version bump</Comment>
- <Name>Idris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2018-07-15</Date>
- <Version>0.25.2</Version>
- <Comment>Rebuild</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-01-21</Date>
- <Version>0.25.2</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>0.23.4</Version>
- <Comment>Release Bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-03-13</Date>
- <Version>0.23.4</Version>
- <Comment>First release</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|