py-fenics-ufl: inclusion of version 2016.2.0 (#21738)

* fix to pre 2019.1.0 version and support for 2016.1.0 added

* added 2016.2.0 version for retro dolfin support
This commit is contained in:
emai-imcs 2021-02-18 04:44:48 +01:00 committed by GitHub
parent 0082750f86
commit acc7169fdc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,7 @@ class PyFenicsUfl(PythonPackage):
version('2017.2.0.post0', sha256='111e77707cd6731584b1041f405c2fd3f1752a86c51fd9c430524bd396f293b0')
version('2017.2.0', sha256='0adff7a511185b20c38ddaccdeed6c1b2ecafe4b163c688bfd1316d5c3b1c00d')
version('2017.1.0.post1', sha256='82c8170f44c2392c7e60aa86495df22cc209af50735af8115dc35aeda4b0ca96')
version('2016.2.0', tag='ufl-2016.2.0')
depends_on("python@3.5:", type=('build', 'run'))
depends_on("py-setuptools", type="build")