pyparsing-vl.spec 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. Name: pyparsing
  2. Version: 3.0.9
  3. Release: 1%{?_dist_release}
  4. Summary: An object-oriented approach to text processing
  5. Summary(ja): オブジェクト指向のテキストパース用 Python モジュール
  6. Group: programming
  7. Vendor: Project Vine
  8. Distribution: Vine Linux
  9. License: MIT
  10. URL: https://github.com/pyparsing/pyparsing/
  11. Source0: https://files.pythonhosted.org/packages/source/p/pyparsing/pyparsing-%{version}.tar.gz
  12. BuildArch: noarch
  13. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  14. BuildRequires: python-rpm-macros
  15. BuildRequires: python3-devel
  16. BuildRequires: python3-setuptools
  17. BuildRequires: python3-rpm-macros
  18. BuildRequires: python3-pip
  19. BuildRequires: python3-flit
  20. BuildRequires: dos2unix
  21. %description
  22. pyparsing is a module that can be used to easily and directly configure syntax
  23. definitions for any number of text parsing applications.
  24. %package -n python3-pyparsing
  25. Summary: An object-oriented approach to text processing
  26. Summary(ja): オブジェクト指向のテキストパース用 Python モジュール
  27. Group: programming
  28. Requires: python3
  29. %description -n python3-pyparsing
  30. pyparsing is a module that can be used to easily and directly configure syntax
  31. definitions for any number of text parsing applications.
  32. %prep
  33. %setup -n pyparsing-%{version}
  34. dos2unix -k examples/*
  35. %build
  36. %pip3_build_wheel
  37. %install
  38. %pip3_install_wheel
  39. #%{__python3} -m pip install -I --disable-pip-version-check --no-build-isolation --no-cache-dir --no-deps --no-clean --verbose --root %{buildroot} .
  40. %clean
  41. rm -rf $RPM_BUILD_ROOT
  42. %files -n python3-pyparsing
  43. %defattr(-,root,root,-)
  44. %license LICENSE
  45. %doc CHANGES README* docs examples
  46. %{python3_sitelib}/pyparsing*
  47. %changelog
  48. * Sat Oct 22 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.0.9-1
  49. - new upstream release.
  50. * Tue Feb 23 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.7-2
  51. - rebuilt with rpm-4.16.
  52. * Sun Aug 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.7-1
  53. - new upstream release.
  54. * Wed Nov 28 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.3.0-1
  55. - new upstream release.
  56. - changed naming-rule.
  57. - added python3 support.
  58. * Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.0-4
  59. - rebuild with VineSeed environment
  60. * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.0-3
  61. - rebuilt with python-2.7.2
  62. * Wed Feb 03 2010 Shu KONNO <owa@bg.wakwak.com> 1.5.0-2
  63. - rebuilt with python-2.6.4
  64. * Sun Dec 28 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 1.5.0-1
  65. - initial build for Vine Linux based on fedora package
  66. * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.5.0-3
  67. - Rebuild for Python 2.6
  68. * Mon Aug 4 2008 José Matos <jamatos[AT]fc.up.pt> - 1.5.0-2
  69. - respun (now with the right sources)
  70. * Mon Aug 4 2008 José Matos <jamatos[AT]fc.up.pt> - 1.5.0-1
  71. - new upstream release.
  72. * Tue Apr 1 2008 José Matos <jamatos[AT]fc.up.pt> - 1.4.11-1
  73. - New upstream version, add egg-info for F9+.
  74. * Wed Aug 29 2007 José Matos <jamatos[AT]fc.up.pt> - 1.4.7-1
  75. - New upstream version.
  76. * Sat Apr 21 2007 José Matos <jamatos[AT]fc.up.pt> - 1.4.6-1
  77. - New upstream version.
  78. * Mon Dec 11 2006 José Matos <jamatos[AT]fc.up.pt> - 1.4.4-1
  79. - New upstream version.
  80. * Mon Sep 11 2006 José Matos <jamatos[AT]fc.up.pt> - 1.4.3-1
  81. - New version.
  82. * Wed Aug 3 2005 Ignacio Vazquez-Abrams <ivazquez@ivazquez.net> 1.3-1
  83. - Initial RPM release