cython 0.29.14

This commit is contained in:
idriskalp
2019-12-26 17:33:32 +03:00
parent a368a18247
commit 24374aa846
2 changed files with 12 additions and 3 deletions
+2 -2
View File
@@ -16,5 +16,5 @@ def build():
def install():
pythonmodules.install()
pisitools.dohtml("Doc/*.html")
pisitools.dodoc("COPYING.txt", "LICENSE.txt", "README.txt", "ToDo.txt", "USAGE.txt")
#pisitools.dohtml("Doc/*.html")
pisitools.dodoc("COPYING.txt", "LICENSE.txt", "README.rst", "ToDo.txt", "USAGE.txt")
+10 -1
View File
@@ -13,9 +13,10 @@
<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="e73f5afe89792df3467cc7bccd29fc01467fc28b" type="targz">https://pypi.python.org/packages/b7/67/7e2a817f9e9c773ee3995c1e15204f5d01c8da71882016cac10342ef031b/Cython-0.25.2.tar.gz</Archive>
<Archive sha1sum="f86f2dddde3cc7499cb47d48c0ab98026493d5a8" type="targz">https://files.pythonhosted.org/packages/9c/9b/706dac7338c2860cd063a28cdbf5e9670995eaea408abbf2e88ba070d90d/Cython-0.29.14.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-devel</Dependency>
<Dependency>bzip2</Dependency>
</BuildDependencies>
</Source>
@@ -23,6 +24,7 @@
<Name>cython</Name>
<RuntimeDependencies>
<Dependency>python</Dependency>
<Dependency>bzip2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
@@ -32,6 +34,13 @@
</Package>
<History>
<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>