python-cffi-vl.spec 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  1. Name: python-cffi
  2. Version: 1.14.0
  3. Release: 1%{?_dist_release}
  4. Summary: Foreign Function Interface for Python to call C code
  5. Group: Development/Libraries
  6. License: MIT
  7. URL: https://pypi.org/project/cffi/
  8. Vendor: Project Vine
  9. Distribution: Vine Linux
  10. Source0: cffi-%{version}.tar.gz
  11. BuildRequires: libffi-devel
  12. BuildRequires: gcc
  13. # For tests:
  14. BuildRequires: gcc-c++
  15. BuildRequires: python-rpm-macros
  16. BuildRequires: python-devel
  17. BuildRequires: python-setuptools
  18. BuildRequires: python-pycparser
  19. BuildRequires: python3-rpm-macros
  20. BuildRequires: python3-devel
  21. BuildRequires: python3-setuptools
  22. BuildRequires: python3-pycparser
  23. %{?python_provide:%python_provide python2-cffi}
  24. %?python_enable_dependency_generator
  25. %description
  26. Foreign Function Interface for Python, providing a convenient and
  27. reliable way of calling existing C code from Python. The interface is
  28. based on LuaJIT’s FFI.
  29. %package -n python3-cffi
  30. Summary: Foreign Function Interface for Python 3 to call C code
  31. %{?python_provide:%python_provide python3-cffi}
  32. %description -n python3-cffi
  33. Foreign Function Interface for Python, providing a convenient and
  34. reliable way of calling existing C code from Python. The interface is
  35. based on LuaJIT’s FFI.
  36. %prep
  37. %autosetup -n cffi-%{version}
  38. %build
  39. %py_build
  40. %py3_build
  41. %install
  42. %py_install
  43. %py3_install
  44. %files
  45. %doc PKG-INFO
  46. %license LICENSE
  47. %{python_sitearch}/cffi/
  48. %{python_sitearch}/_cffi_backend.so
  49. %{python_sitearch}/cffi-%{version}-py%{python_version}.egg-info/
  50. %files -n python3-cffi
  51. %doc PKG-INFO
  52. %license LICENSE
  53. %{python3_sitearch}/cffi/
  54. %{python3_sitearch}/_cffi_backend.*.so
  55. %{python3_sitearch}/cffi-%{version}-py%{python3_version}.egg-info/
  56. %changelog
  57. * Thu Apr 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.14.0-1
  58. - new upstream release.
  59. * Mon Nov 19 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.11.5-7
  60. - initial build for Vine Linux.
  61. * Wed Aug 22 2018 Miro Hrončok <mhroncok@redhat.com> - 1.11.5-6
  62. - Fix FTBFS (#1605627)
  63. * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.5-5
  64. - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
  65. * Fri Jun 15 2018 Miro Hrončok <mhroncok@redhat.com> - 1.11.5-4
  66. - Rebuilt for Python 3.7
  67. * Fri May 25 2018 Gwyn Ciesla <limburgher@gmail.com> - 1.11.5-3
  68. - Disable tests to fix mock-only FTBFS.
  69. * Fri Mar 09 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.11.5-2
  70. - Update Python 2 dependency declarations to new packaging standards
  71. (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
  72. * Fri Mar 02 2018 John Dulaney <jdulaney@Fedoraproject.org> - 1.11.2-1
  73. - New release 1.11.5
  74. * Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.11.2-3
  75. - Escape macros in %%changelog
  76. * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.2-2
  77. - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
  78. * Thu Oct 19 2017 John Dulaney <jdulaney@Fedoraproject.org> - 1.11.2-1
  79. - New release 1.11.0
  80. - Fix %%check
  81. * Wed Sep 27 2017 Troy Dawson <tdawson@redhat.com> - 1.11.0-2
  82. - Cleanup spec file conditionals
  83. * Sat Sep 23 2017 John Dulaney <jdulaney@Fedoraproject.org> - 1.11.0-1
  84. - New release 1.11.0
  85. * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-3
  86. - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
  87. * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-2
  88. - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
  89. * Tue Apr 04 2017 John Dulaney <jdulaney@Fedoraproject.org> - 1.10.0-1
  90. - New release 1.10.0
  91. * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.1-2
  92. - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
  93. * Sat Jan 07 2017 John Dulaney <jdulaney@Fedoraproject.org> - 1.9.1-1
  94. - Update to latest upstream 1.9.1
  95. * Fri Jan 6 2017 Orion Poplawski <orion@cora.nwra.com> - 1.8.3-4
  96. - Modernize spec
  97. * Mon Dec 12 2016 Charalampos Stratakis <cstratak@redhat.com> - 1.8.3-3
  98. - Rebuild for Python 3.6
  99. - Disable test dependencies
  100. * Thu Nov 03 2016 John Dulaney <jdulaney@Fedoraproject.org> - 1.8.3-2
  101. - Re-disable check
  102. * Sun Sep 18 2016 John Dulaney <jdulaney@Fedoraproject.org> - 1.8.3-1
  103. - Update to 1.8.3
  104. - Reenable check
  105. * Wed Sep 07 2016 John Dulaney <jdulaney@fedoraproject.org> - 1.8.2-1
  106. - Update to 1.8.2
  107. * Tue Aug 09 2016 Nathaniel McCallum <npmccallum@redhat.com> - 1.7.0-3
  108. - Record installed files
  109. * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.0-2
  110. - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
  111. * Thu Jun 23 2016 John Dulaney <jdulaney@fedoraproject.org> - 1.7.0-1
  112. - Update to 1.7.0
  113. * Thu Apr 28 2016 John Dulaney <jdulaney@fedoraproject.org> - 1.6.0-3
  114. - Switch Source0 to using pypi.io
  115. * Thu Apr 28 2016 John Dulaney <jdulaney@fedoraproject.org> - 1.6.0-2
  116. - Update Source0 URL to account for pypi change
  117. * Thu Apr 21 2016 John Dulaney <jdulaney@fedoraproject.org> - 1.6.0-1
  118. - Update to 1.6.0 (#1329203)
  119. * Mon Feb 15 2016 John Dulaney <jdulaney@fedoraproject.org> - 1.5.2-1
  120. - Update to 1.5.2 (#1299272)
  121. * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-2
  122. - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
  123. * Mon Jan 18 2016 Nathaniel McCallum <npmccallum@redhat.com> - 1.5.0-1
  124. - Update to 1.5.0 (#1299272)
  125. * Mon Jan 11 2016 Nathaniel McCallum <npmccallum@redhat.com> - 1.4.2-2
  126. - Move python-cffi => python2-cffi
  127. * Tue Dec 22 2015 John Dulaney <jdulaney@fedoraproject.org> - 1.4.2-1
  128. - Update to 1.4.2 (#1293504)
  129. * Thu Dec 17 2015 John Dulaney <jdulaney@fedoraproject.org> - 1.4.1-1
  130. - Update to latest upstream release
  131. * Fri Dec 11 2015 John Dulaney <jdulaney@fedoraproject.org> - 1.3.1-1
  132. - Update to latest upstream release
  133. * Tue Oct 13 2015 Robert Kuska <rkuska@redhat.com> - 1.1.2-4
  134. - Rebuilt for Python3.5 rebuild
  135. * Wed Jul 15 2015 Parag Nemade <pnemade AT redhat DOT com> - 1.1.2-3
  136. - Modernize spec file
  137. - add missing source
  138. * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2-2
  139. - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
  140. * Tue Jun 16 2015 Nathaniel McCallum <npmccallum@redhat.com> - 1.1.2-2
  141. - Update to 1.1.2
  142. - Fix license
  143. * Tue Aug 19 2014 Eric Smith <spacewar@gmail.com> 0.8.6-1
  144. - Update to latest upstream.
  145. - No python3 in el7.
  146. * Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.1-4
  147. - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
  148. * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.1-3
  149. - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
  150. * Mon May 12 2014 Bohuslav Kabrda <bkabrda@redhat.com> - 0.8.1-2
  151. - Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
  152. * Wed Feb 26 2014 Eric Smith <spacewar@gmail.com> 0.8.1-1
  153. - Update to latest upstream.
  154. * Tue Aug 13 2013 Eric Smith <spacewar@gmail.com> 0.6-5
  155. - Add Requires of python{,3}-pycparser.
  156. * Thu Jul 25 2013 Eric Smith <spacewar@gmail.com> 0.6-4
  157. - Fix broken conditionals in spec (missing question marks), needed for el6.
  158. * Tue Jul 23 2013 Eric Smith <spacewar@gmail.com> 0.6-3
  159. - Add Python3 support.
  160. * Mon Jul 22 2013 Eric Smith <spacewar@gmail.com> 0.6-2
  161. - Better URL, and use version macro in Source0.
  162. * Sun Jul 21 2013 Eric Smith <spacewar@gmail.com> 0.6-1
  163. - initial version