11 buildPythonPackage rec {
12 pname = "py-multibase";
17 inherit pname version ;
18 sha256 = "d28a20efcbb61eec28f55827a0bf329c7cea80fffd933aecaea6ae8431267fe4";
22 substituteInPlace setup.cfg --replace "[pytest]" ""
23 substituteInPlace setup.cfg --replace "python_classes = *TestCase" ""
30 propagatedBuildInputs = [
41 description = "Multibase is a protocol for distinguishing base encodings and other simple string encodings";
42 homepage = "https://github.com/multiformats/py-multibase";
43 license = licenses.mit;
44 maintainers = with maintainers; [ rakesh4g ];