pythonPackages.shellingham: init at 1.2.6
This commit is contained in:
parent
be1f39244f
commit
af7adc206d
19
pkgs/development/python-modules/shellingham/default.nix
Normal file
19
pkgs/development/python-modules/shellingham/default.nix
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
{ stdenv, buildPythonPackage, fetchPypi
|
||||||
|
}:
|
||||||
|
|
||||||
|
buildPythonPackage rec {
|
||||||
|
pname = "shellingham";
|
||||||
|
version = "1.2.6";
|
||||||
|
|
||||||
|
src = fetchPypi {
|
||||||
|
inherit pname version;
|
||||||
|
sha256 = "0x1hja3jzvh7xmd0sxnfw9hi3k419s95vb7jjzh76yydzvss1r2q";
|
||||||
|
};
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
description = "Tool to Detect Surrounding Shell";
|
||||||
|
homepage = https://github.com/sarugaku/shellingham;
|
||||||
|
license = licenses.isc;
|
||||||
|
maintainers = with maintainers; [ mbode ];
|
||||||
|
};
|
||||||
|
}
|
@ -560,6 +560,8 @@ in {
|
|||||||
|
|
||||||
serversyncstorage = callPackage ../development/python-modules/serversyncstorage {};
|
serversyncstorage = callPackage ../development/python-modules/serversyncstorage {};
|
||||||
|
|
||||||
|
shellingham = callPackage ../development/python-modules/shellingham {};
|
||||||
|
|
||||||
simpleeval = callPackage ../development/python-modules/simpleeval { };
|
simpleeval = callPackage ../development/python-modules/simpleeval { };
|
||||||
|
|
||||||
singledispatch = callPackage ../development/python-modules/singledispatch { };
|
singledispatch = callPackage ../development/python-modules/singledispatch { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user