python.pkgs: updates

This commit is contained in:
Frederik Rietdijk
2017-10-25 20:04:35 +02:00
parent b601d87cd6
commit 7ce848309e
133 changed files with 366 additions and 294 deletions

View File

@@ -5,7 +5,8 @@
, markupsafe
, decorator
, itsdangerous
, six }:
, six
}:
buildPythonPackage rec {
pname = "httpbin";
@@ -19,6 +20,9 @@ buildPythonPackage rec {
propagatedBuildInputs = [ flask markupsafe decorator itsdangerous six ];
# No tests
doCheck = false;
meta = with stdenv.lib; {
homepage = https://github.com/kennethreitz/httpbin;
description = "HTTP Request & Response Service";