Name: python-ffc Version: 2019.1.0.post0 %global fenics_version 2019.1 Release: 9%{?dist} Summary: Compiler for finite element variational forms License: LGPLv3+ URL: https://fenics-ffc.readthedocs.org/ Source0: https://bitbucket.org/fenics-project/ffc/downloads/ffc-%{version}.tar.gz Source1: https://bitbucket.org/fenics-project/ffc/downloads/ffc-%{version}.tar.gz.asc Source2: 3083BE4C722232E28AD0828CBED06106DD22BAB3.gpg Patch0: https://bitbucket.org/fenics-project/ffc/commits/8d80c72468282e35fd5476b42c5c03595cd38e99/raw#/8d80c72468282e35fd5476b42c5c03595cd38e99.patch BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3dist(setuptools) BuildRequires: python3dist(pytest) BuildRequires: python3dist(numpy) BuildRequires: python3dist(fenics-fiat) >= %{fenics_version} BuildRequires: python3dist(fenics-ufl) >= %{fenics_version} BuildRequires: python3dist(fenics-dijitso) >= %{fenics_version} BuildRequires: cmake BuildRequires: gnupg2 # Note: a copy of gtest is bundled and used for tests during build. It # could be unbundled, but I don't think this is worth the trouble in # this case. %global _description %{expand: The FEniCS Form Compiler FFC is a compiler for finite element variational forms, translating high-level mathematical descriptions of variational forms into efficient low-level C++ code for finite element assembly.} %description %_description %package -n python3-ffc Summary: %summary %{?python_provides python3-ffc} %description -n python3-ffc %_description %prep %{?gpgverify:%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'} %autosetup -n ffc-%{version} -p1 sed -r -i '1d' ffc/__main__.py ffc/main.py %build %py3_build %install %py3_install %check # test_evaluate.py uses libs/ffc-factory, which is currently ignored %__python3 -m pytest -v test/ --ignore=test/unit/ufc/finite_element/test_evaluate.py %files -n python3-ffc %license COPYING COPYING.LESSER %doc README.rst ChangeLog.rst AUTHORS %doc demo /usr/bin/ffc /usr/bin/ffc-3 %{python3_sitelib}/ffc %{python3_sitelib}/fenics_ffc-%{version}-py%{python3_version}.egg-info/ %{_mandir}/man1/ffc.1* %changelog * Fri Jun 17 2022 Python Maint - 2019.1.0.post0-9 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering - 2019.1.0.post0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 2019.1.0.post0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 2019.1.0.post0-6 - Rebuilt for Python 3.10 * Tue Jan 26 2021 Zbigniew Jędrzejewski-Szmek - 2019.1.0.post0-5 - Fix compatibility with pytest-6 (#1902616) * Wed Jul 29 2020 Fedora Release Engineering - 2019.1.0.post0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue May 26 2020 Miro Hrončok - 2019.1.0.post0-3 - Rebuilt for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering - 2019.1.0.post0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Tue Oct 8 2019 Zbigniew Jędrzejewski-Szmek - 2019.1.0.post0-1 - Initial packaging