Package Details: python-ufl 2019.1.0-1

Git Clone URL: https://aur.archlinux.org/python-ufl.git (read-only, click to copy)
Package Base: python-ufl
Description: Unified form language (stable).
Upstream URL: https://bitbucket.org/fenics-project/ufl
Licenses: LGPL3
Conflicts: python-ufl-git
Submitter: sigvald
Maintainer: entshuld (Polly)
Last Packager: entshuld
Votes: 4
Popularity: 0.000000
First Submitted: 2018-01-08 13:53 (UTC)
Last Updated: 2021-10-13 19:57 (UTC)

Latest Comments

carlosal1015 commented on 2023-09-30 00:53 (UTC)

New release https://github.com/FEniCS/ufl/releases/tag/ufl_legacy-2022.3.0

carlosal1015 commented on 2022-04-03 20:42 (UTC)

Hi, I have the following message error

>>> import ufl
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3.10/site-packages/ufl/__init__.py", line 250, in <module>
    import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'

Solution: Add python-setuptools as dependency.

sigvald commented on 2019-04-11 16:01 (UTC)

Thank you and sorry for the late response @cpuheater. python-setuptools now added to makedepends.

cpuheater commented on 2019-02-12 11:42 (UTC)

Please add makedepends=('python-setuptools') to the PKGBUILD.

Otherwise the build fails with:

Traceback (most recent call last):
  File "setup.py", line 3, in <module>
    from setuptools import setup
ModuleNotFoundError: No module named 'setuptools'