locket: init at 0.2.0
This commit is contained in:
parent
d2c6b93892
commit
dacbeea15b
@ -353,6 +353,7 @@
|
|||||||
tailhook = "Paul Colomiets <paul@colomiets.name>";
|
tailhook = "Paul Colomiets <paul@colomiets.name>";
|
||||||
taktoa = "Remy Goldschmidt <taktoa@gmail.com>";
|
taktoa = "Remy Goldschmidt <taktoa@gmail.com>";
|
||||||
tavyc = "Octavian Cerna <octavian.cerna@gmail.com>";
|
tavyc = "Octavian Cerna <octavian.cerna@gmail.com>";
|
||||||
|
teh = "Tom Hunger <tehunger@gmail.com>";
|
||||||
telotortium = "Robert Irelan <rirelan@gmail.com>";
|
telotortium = "Robert Irelan <rirelan@gmail.com>";
|
||||||
thall = "Niclas Thall <niclas.thall@gmail.com>";
|
thall = "Niclas Thall <niclas.thall@gmail.com>";
|
||||||
thammers = "Tobias Hammerschmidt <jawr@gmx.de>";
|
thammers = "Tobias Hammerschmidt <jawr@gmx.de>";
|
||||||
|
@ -4609,6 +4609,29 @@ in modules // {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
locket = buildPythonPackage rec {
|
||||||
|
name = "locket-${version}";
|
||||||
|
version = "0.2.0";
|
||||||
|
|
||||||
|
src = pkgs.fetchurl {
|
||||||
|
url = "mirror://pypi/l/locket/${name}.tar.gz";
|
||||||
|
sha256 = "1d4z2zngrpqkrfhnd4yhysh66kjn4mblys2l06sh5dix2p0n7vhz";
|
||||||
|
};
|
||||||
|
|
||||||
|
buildInputs = with self; [ pytest ];
|
||||||
|
propagatedBuildInputs = with self; [ ];
|
||||||
|
|
||||||
|
# weird test requirements (spur.local>=0.3.7,<0.4)
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "Locket implements a lock that can be used by multiple processes provided they use the same path.";
|
||||||
|
homepage = "https://github.com/mwilliamson/locket.py";
|
||||||
|
license = licenses.bsd2;
|
||||||
|
maintainers = with maintainers; [ teh ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
datashape = buildPythonPackage rec {
|
datashape = buildPythonPackage rec {
|
||||||
name = "datashape-${version}";
|
name = "datashape-${version}";
|
||||||
version = "0.5.1";
|
version = "0.5.1";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user