mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
requests2: Add new package
This commit is contained in:
parent
a9a728af64
commit
cfc2aabc84
@ -5856,6 +5856,21 @@ pythonPackages = modules // import ./python-packages-generated.nix {
|
||||
};
|
||||
|
||||
|
||||
requests2 = buildPythonPackage rec {
|
||||
name = "requests-2.2.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/r/requests/${name}.tar.gz";
|
||||
md5 = "ac27081135f58d1a43e4fb38258d6f4e";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Requests is an Apache2 Licensed HTTP library, written in Python, for human beings..";
|
||||
homepage = http://docs.python-requests.org/en/latest/;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
requests_oauthlib = buildPythonPackage rec {
|
||||
name = "requests-oauthlib-0.3.2";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user