1 { lib, buildPythonPackage, fetchPypi, simplejson, pytest, glibcLocales }:
3 buildPythonPackage rec {
9 sha256 = "5af8ad10cec94f215e3f48112de2022e1d5a37ed427fbd88652fa908f2ab7cae";
12 propagatedBuildInputs = [ simplejson ];
14 checkInputs = [ pytest glibcLocales ];
17 LC_ALL=en_US.UTF-8 py.test
21 homepage = "https://github.com/python-hyper/uritemplate";
22 description = "URI template parsing for Humans";
23 license = with licenses; [ asl20 bsd3 ];
24 maintainers = with maintainers; [ matthiasbeyer ];