Add pythonPackage: atomicwrites
This commit is contained in:
parent
bc444ffd32
commit
2797883e27
@ -492,6 +492,23 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
atomicwrites = buildPythonPackage rec {
|
||||
version = "0.1.0";
|
||||
name = "atomicwrites-${version}";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/a/atomicwrites/atomicwrites-${version}.tar.gz";
|
||||
sha256 = "1lxz0xhnzihqlvl1h6j2nfxjqqgr4s08196z5phnlcz2s7d5z0mg";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Atomic file writes on POSIX";
|
||||
homepage = https://pypi.python.org/pypi/atomicwrites/0.1.0;
|
||||
maintainers = with maintainers; [ matthiasbeyer ];
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
argparse = buildPythonPackage (rec {
|
||||
name = "argparse-1.2.1";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user