python3Packages.surepy: 0.5.0 -> 0.6.0

wip/little-gl
Fabian Affolter 3 years ago
parent f417ed0e69
commit 9c6305ab6a
  1. 9
      pkgs/development/python-modules/surepy/default.nix

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "surepy";
version = "0.5.0";
version = "0.6.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "benleb";
repo = pname;
rev = "v${version}";
sha256 = "1adsnjya142bxdhfxqsi2qa35ylvdcibigs1wafjlxazlxs3mg0j";
sha256 = "sha256-XoYiZPBc9SybyKocui1HqSA+YPiPpbupJWMCfmQT5RU=";
};
nativeBuildInputs = [ poetry-core ];
@ -43,11 +43,6 @@ buildPythonPackage rec {
rich
];
postPatch = ''
# halo is out-dated, https://github.com/benleb/surepy/pull/7
substituteInPlace pyproject.toml --replace "^0.0.30" "^0.0.31"
'';
# Project has no tests
doCheck = false;
pythonImportsCheck = [ "surepy" ];

Loading…
Cancel
Save