18 buildPythonPackage rec {
23 disabled = pythonOlder "3.7";
25 src = fetchFromGitHub {
28 rev = "refs/tags/v${version}";
29 hash = "sha256-emnrghdsUs+VfvYiJExG13SKQNrXAEtGNAJQLScADnw=";
32 SETUPTOOLS_SCM_PRETEND_VERSION = version;
39 propagatedBuildInputs = [
54 pythonImportsCheck = [
59 description = "Safe, minimal import sorting for Python projects";
60 homepage = "https://github.com/facebook/usort";
61 changelog = "https://github.com/facebook/usort/blob/${version}/CHANGELOG.md";
62 license = licenses.mit;
63 maintainers = with maintainers; [ fab ];