Package python-module-Cython: Specfile
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 | %define modname Cython %def_disable debugger Name: python-module-%modname Version: 0.29.24 Release: alt1 Summary: C-extensions for Python Group: Development/Python License: Apache-2.0 Url: http://www.cython.org Vcs: https://github.com/cython/cython.git Source: https://pypi.io/packages/source/C/%modname/%modname-%version.tar.gz #Source: https://github.com/cython/cython/archive/%version/%modname-%version.tar.gz Provides: %modname = %EVR Conflicts: python-module-Cython0.18 BuildRequires(pre): rpm-build-python BuildRequires: python-devel python-module-setuptools python-module-json %add_python_req_skip IPython %description Cython is a language that makes writing C extensions for the Python language as easy as Python itself. Cython is based on the well-known Pyrex, but supports more cutting edge functionality and optimizations. The Cython language is very close to the Python language, but Cython additionally supports calling C functions and declaring C types on variables and class attributes. This allows the compiler to generate very efficient C code from Cython code. This makes Cython the ideal language for wrapping for external C libraries, and for fast C modules that speed up the execution of Python code. %package tests Summary: Cython test suit Group: Development/Python Requires: %name = %EVR Conflicts: python-module-Cython0.18-tests %description tests Cython is a language that makes writing C extensions for the Python language as easy as Python itself. Cython is based on the well-known Pyrex, but supports more cutting edge functionality and optimizations. The Cython language is very close to the Python2 language, but Cython additionally supports calling C functions and declaring C types on variables and class attributes. This allows the compiler to generate very efficient C code from Cython code. This makes Cython the ideal language for wrapping for external C libraries, and for fast C modules that speed up the execution of Python code. This package provides modules for testing Cython using unittest. %package debugger Summary: Cython debugger Group: Development/Python Requires: %name = %EVR Requires: gdb %description debugger Cython is a language that makes writing C extensions for the Python language as easy as Python itself. Cython is based on the well-known Pyrex, but supports more cutting edge functionality and optimizations. The Cython language is very close to the Python2 language, but Cython additionally supports calling C functions and declaring C types on variables and class attributes. This allows the compiler to generate very efficient C code from Cython code. This makes Cython the ideal language for wrapping for external C libraries, and for fast C modules that speed up the execution of Python code. This package provides modules for debugging Cython programms. %prep %setup -n %modname-%version %build %python_build %install %python_install for f in cy{thon{,ize},gdb}; do mv %buildroot/%_bindir/$f %buildroot/%_bindir/"$f"2; done %files %_bindir/cython2 %_bindir/cythonize2 %python_sitelibdir/pyximport/ %python_sitelibdir/%modname/ %python_sitelibdir/%modname-*egg-info %python_sitelibdir/cython.py* %doc *.txt Demos Tools docs %exclude %python_sitelibdir/%modname/Tests %exclude %python_sitelibdir/%modname/Debugger %files tests %python_sitelibdir/%modname/Tests %if_enabled debugger %files debugger %python_sitelibdir/%modname/Debugger %_bindir/cygdb2 %endif %changelog * Fri Jul 16 2021 Yuri N. Sedunov <aris@altlinux.org> 0.29.24-alt1 - 0.29.24 * Wed May 26 2021 Yuri N. Sedunov <aris@altlinux.org> 0.29.23-alt2 - python2 only package * Wed Apr 14 2021 Yuri N. Sedunov <aris@altlinux.org> 0.29.23-alt1 - 0.29.23 * Sat Feb 20 2021 Yuri N. Sedunov <aris@altlinux.org> 0.29.22-alt1 - 0.29.22 * Thu Jul 09 2020 Yuri N. Sedunov <aris@altlinux.org> 0.29.21-alt1 - 0.29.21 * Wed Jun 10 2020 Yuri N. Sedunov <aris@altlinux.org> 0.29.20-alt1 - 0.29.20 * Fri May 29 2020 Yuri N. Sedunov <aris@altlinux.org> 0.29.19-alt1 - 0.29.19 * Mon Apr 27 2020 Yuri N. Sedunov <aris@altlinux.org> 0.29.17-alt1 - 0.29.17 * Tue Mar 24 2020 Yuri N. Sedunov <aris@altlinux.org> 0.29.16-alt1 - 0.29.16 * Thu Feb 06 2020 Yuri N. Sedunov <aris@altlinux.org> 0.29.15-alt1 - 0.29.15 - fixed License tag * Sat Nov 02 2019 Yuri N. Sedunov <aris@altlinux.org> 0.29.14-alt1 - 0.29.14 - made python2 build optional * Fri Aug 02 2019 Yuri N. Sedunov <aris@altlinux.org> 0.29.13-alt1 - 0.29.13 * Sun Jul 07 2019 Yuri N. Sedunov <aris@altlinux.org> 0.29.12-alt1 - 0.29.12 * Sun Jun 30 2019 Yuri N. Sedunov <aris@altlinux.org> 0.29.11-alt1 - 0.29.11 * Sun Jun 02 2019 Yuri N. Sedunov <aris@altlinux.org> 0.29.10-alt1 - 0.29.10 * Fri May 31 2019 Yuri N. Sedunov <aris@altlinux.org> 0.29.9-alt1 - 0.29.9 * Tue May 28 2019 Yuri N. Sedunov <aris@altlinux.org> 0.29.8-alt1 - 0.29.8 * Mon Apr 15 2019 Yuri N. Sedunov <aris@altlinux.org> 0.29.7-alt1 - 0.29.7 * Thu Feb 28 2019 Yuri N. Sedunov <aris@altlinux.org> 0.29.6-alt1 - 0.29.6 * Sat Feb 09 2019 Yuri N. Sedunov <aris@altlinux.org> 0.29.5-alt1 - 0.29.5 * Sat Feb 02 2019 Yuri N. Sedunov <aris@altlinux.org> 0.29.4-alt1 - 0.29.4 * Sat Jan 19 2019 Yuri N. Sedunov <aris@altlinux.org> 0.29.3-alt1 - 0.29.3 * Fri Dec 21 2018 Yuri N. Sedunov <aris@altlinux.org> 0.29.2-alt1 - 0.29.2 * Mon Nov 26 2018 Yuri N. Sedunov <aris@altlinux.org> 0.29.1-alt1 - 0.29.1 * Wed Aug 08 2018 Yuri N. Sedunov <aris@altlinux.org> 0.28.5-alt1 - 0.28.5 * Tue Jul 10 2018 Yuri N. Sedunov <aris@altlinux.org> 0.28.4-alt1 - 0.28.4 * Mon Jun 04 2018 Yuri N. Sedunov <aris@altlinux.org> 0.28.3-alt1 - 0.28.3 * Sat Apr 21 2018 Yuri N. Sedunov <aris@altlinux.org> 0.28.2-alt1 - 0.28.2 * Mon Mar 26 2018 Aleksei Nikiforov <darktemplar@altlinux.org> 0.28.1-alt1.1 - (NMU) Rebuilt with python-3.6.4. * Mon Mar 19 2018 Yuri N. Sedunov <aris@altlinux.org> 0.28.1-alt1 - 0.28.1 * Fri Mar 16 2018 Yuri N. Sedunov <aris@altlinux.org> 0.28-alt1 - 0.28 * Sun Nov 05 2017 Yuri N. Sedunov <aris@altlinux.org> 0.27.3-alt1 - 0.27.3 * Tue Oct 24 2017 Yuri N. Sedunov <aris@altlinux.org> 0.27.2-alt1 - 0.27.2 * Mon Oct 02 2017 Yuri N. Sedunov <aris@altlinux.org> 0.27.1-alt1 - 0.27.1 * Thu Sep 07 2017 Yuri N. Sedunov <aris@altlinux.org> 0.26.1-alt1 - 0.26.1 * Thu Jul 27 2017 Yuri N. Sedunov <aris@altlinux.org> 0.26-alt1 - 0.26 * Sun Dec 11 2016 Yuri N. Sedunov <aris@altlinux.org> 0.25.2-alt1 - 0.25.2 * Thu Oct 27 2016 Yuri N. Sedunov <aris@altlinux.org> 0.25.1-alt1 - 0.25.1 * Sun Jul 17 2016 Yuri N. Sedunov <aris@altlinux.org> 0.24.1-alt1 - 0.24.1 * Fri Apr 08 2016 Yuri N. Sedunov <aris@altlinux.org> 0.24-alt1 - 0.24 * Fri Apr 08 2016 Ivan Zakharyaschev <imz@altlinux.org> 0.23.4-alt3.1.1 - (NMU) Rebuild with python3-3.5.1-alt3 to get rid of the meaningless __pycache__/ dep (it is meaningless because arbitrary packages package that dir). * Thu Mar 24 2016 Ivan Zakharyaschev <imz@altlinux.org> 0.23.4-alt3.1 - (NMU) rebuild with python3-3.5 & rpm-build-python3-0.1.10 (for ABI dependence and new python3(*) reqs) * Thu Mar 24 2016 Denis Medvedev <nbr@altlinux.org> 0.23.4-alt3 - NMU - rebuild from srpm. * Wed Mar 23 2016 Denis Medvedev <nbr@altlinux.org> 0.23.4-alt2 - NMU - making IPython not a requirement for Cython. * Thu Nov 05 2015 Yuri N. Sedunov <aris@altlinux.org> 0.23.4-alt1 - 0.23.4 * Sat Aug 15 2015 Yuri N. Sedunov <aris@altlinux.org> 0.23-alt1 - 0.23 * Sun Feb 22 2015 Yuri N. Sedunov <aris@altlinux.org> 0.22-alt1 - 0.22 * Wed Oct 15 2014 Yuri N. Sedunov <aris@altlinux.org> 0.21-alt1 - 0.21 * Fri Feb 14 2014 Yuri N. Sedunov <aris@altlinux.org> 0.20.1-alt1 - 0.20.1 (ALT #28632) - new *-tests subpackages - prepared *-debugger subpackages * Sun Mar 17 2013 Aleksey Avdeev <solo@altlinux.ru> 0.16-alt1.1 - Rebuild with Python-3.3 * Thu May 10 2012 Vitaly Kuznetsov <vitty@altlinux.ru> 0.16-alt1 - 0.16 (ALT #27317) * Thu Apr 12 2012 Vitaly Kuznetsov <vitty@altlinux.ru> 0.15.1-alt2.1 - Rebuild to remove redundant libpython2.7 dependency * Thu Feb 09 2012 Vitaly Kuznetsov <vitty@altlinux.ru> 0.15.1-alt2 - Build with Python3 (ALT #26914) * Mon Dec 12 2011 Yuri N. Sedunov <aris@altlinux.org> 0.15.1-alt1 - 0.15.1 * Mon Oct 24 2011 Vitaly Kuznetsov <vitty@altlinux.ru> 0.15-alt1.1 - Rebuild with Python-2.7 * Fri Aug 19 2011 Yuri N. Sedunov <aris@altlinux.org> 0.15-alt1 - 0.15 * Sat Mar 26 2011 Yuri N. Sedunov <aris@altlinux.org> 0.14.1-alt1 - 0.14.1 (ALT #25284) * Tue Nov 16 2010 Yuri N. Sedunov <aris@altlinux.org> 0.13-alt1 - 0.13 (ALT #24574) * Thu Mar 04 2010 Yuri N. Sedunov <aris@altlinux.org> 0.12.1-alt1 - updated to 0.12.1 (ALT #23072) * Fri Nov 06 2009 Yuri N. Sedunov <aris@altlinux.org> 0.11.3-alt1 - 0.11.3 (ALT #22193) * Fri Oct 17 2008 Yuri N. Sedunov <aris@altlinux.org> 0.9.8.1.1-alt1 - first build for Sisyphus - TODO: -doc, -tools, -demos subpackages |