python3Packages.sfepy: 2022.3 -> 2023.1

This commit is contained in:
Daniel Wheeler 2023-06-05 12:39:13 -04:00
parent e534047e2d
commit 7afe3ce0b0

View File

@ -21,14 +21,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "sfepy"; pname = "sfepy";
version = "2022.3"; version = "2023.1";
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "sfepy"; owner = "sfepy";
repo = "sfepy"; repo = "sfepy";
rev = "release_${version}"; rev = "release_${version}";
hash = "sha256-6AhyO6LRG6N62ZAoPCZpRKu4ZBzj9IHkurhKFIPFAJI="; hash = "sha256-PuU6DL9zftHltpYI9VZQzKGIP8l9UUU8GVChrHtpNM0=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
@ -47,9 +47,6 @@ buildPythonPackage rec {
]; ];
postPatch = '' postPatch = ''
# broken tests
rm sfepy/tests/test_meshio.py
# slow tests # slow tests
rm sfepy/tests/test_io.py rm sfepy/tests/test_io.py
rm sfepy/tests/test_elasticity_small_strain.py rm sfepy/tests/test_elasticity_small_strain.py