10 buildPythonPackage rec {
11 pname = "ascii-magic";
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
18 pname = "ascii_magic";
20 hash = "sha256-PtQaHLFn3u1cz8YotmnzWjoD9nvdctzBi+X/2KJkPYU=";
23 propagatedBuildInputs = [
32 pythonImportsCheck = [
41 # Test requires network access
45 # No clipboard in the sandbox
50 description = "Python module to converts pictures into ASCII art";
51 homepage = "https://github.com/LeandroBarone/python-ascii_magic";
52 changelog = "https://github.com/LeandroBarone/python-ascii_magic#changelog";
53 license = licenses.mit;
54 maintainers = with maintainers; [ fab ];