python310Packages.ascii-magic: 1.6 -> 2.1.1

Changelog: https://github.com/LeandroBarone/python-ascii_magic#changelog
This commit is contained in:
Fabian Affolter 2023-02-21 08:51:17 +01:00
parent 55cde64d04
commit e96a80e560

View File

@ -3,16 +3,20 @@
, colorama
, fetchPypi
, pillow
, pythonOlder
}:
buildPythonPackage rec {
pname = "ascii-magic";
version = "1.6";
version = "2.1.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
pname = "ascii_magic";
inherit version;
sha256 = "sha256-faVRj3No5z8R4hUaDAYIBKoUniZ7Npt+52U/vXsEalE=";
hash = "sha256-YfGa+3nuqAAo69TydxO6uKNMcqZAkOEi/PMP8Frasfw=";
};
propagatedBuildInputs = [
@ -21,6 +25,7 @@ buildPythonPackage rec {
];
# Project is not tagging releases and tests are not shipped with PyPI source
# https://github.com/LeandroBarone/python-ascii_magic/issues/10
doCheck = false;
pythonImportsCheck = [