7 buildPythonPackage rec {
8 pname = "webencodings";
12 inherit pname version;
13 sha256 = "b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923";
16 checkInputs = [ pytest ];
19 py.test webencodings/tests.py
23 description = "Character encoding aliases for legacy web content";
24 homepage = "https://github.com/SimonSapin/python-webencodings";
25 license = lib.licenses.bsd3;