7 buildPythonPackage rec {
10 format = "setuptools";
12 disabled = pythonOlder "3.7";
17 hash = "sha256-m7/iq6bMb5/fcNeTMQRlQ8lmb8zMeLrV/2SKmYfjzts=";
23 pythonImportsCheck = [
28 description = "A gorgeous theme for Tkinter/ttk, based on the Sun Valley visual style";
29 homepage = "https://github.com/rdbende/Sun-Valley-ttk-theme";
30 changelog = "https://github.com/rdbende/Sun-Valley-ttk-theme/releases/tag/v${version}";
31 license = licenses.mit;
32 maintainers = with maintainers; [ AngryAnt ];