11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.8";
18 src = fetchFromGitHub {
21 rev = "refs/tags/v${version}";
22 hash = "sha256-N11iqsxMGgzwW2QYeOoHQaR/aDEuoUnnd/2Mc5culN0=";
25 SETUPTOOLS_SCM_PRETEND_VERSION = version;
31 propagatedBuildInputs = [
40 pythonImportsCheck = [
45 "moreorless/tests/click.py"
46 "moreorless/tests/general.py"
47 "moreorless/tests/patch.py"
51 description = "Wrapper to make difflib.unified_diff more fun to use";
52 homepage = "https://github.com/thatch/moreorless/";
53 license = licenses.mit;
54 maintainers = with maintainers; [ fab ];