pythonPackages.xstatic-jquery-file-upload: move to python-modules
This commit is contained in:
parent
9fe410fd49
commit
2fb4fafdfb
@ -0,0 +1,28 @@
|
|||||||
|
{ buildPythonPackage
|
||||||
|
, lib
|
||||||
|
, fetchPypi
|
||||||
|
, xstatic-jquery
|
||||||
|
}:
|
||||||
|
|
||||||
|
buildPythonPackage rec {
|
||||||
|
pname = "XStatic-jQuery-File-Upload";
|
||||||
|
version = "9.7.0.1";
|
||||||
|
|
||||||
|
src = fetchPypi {
|
||||||
|
inherit version pname;
|
||||||
|
sha256 = "0d5za18lhzhb54baxq8z73wazq801n3qfj5vgcz7ri3ngx7nb0cg";
|
||||||
|
};
|
||||||
|
|
||||||
|
# no tests implemented
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
|
propagatedBuildInputs = [ xstatic-jquery ];
|
||||||
|
|
||||||
|
meta = with lib;{
|
||||||
|
homepage = http://plugins.jquery.com/project/jQuery-File-Upload;
|
||||||
|
description = "jquery-file-upload packaged static files for python";
|
||||||
|
license = licenses.mit;
|
||||||
|
maintainers = with maintainers; [ makefu ];
|
||||||
|
};
|
||||||
|
|
||||||
|
}
|
@ -20475,22 +20475,7 @@ EOF
|
|||||||
|
|
||||||
xstatic-jquery = callPackage ../development/python-modules/xstatic-jquery {};
|
xstatic-jquery = callPackage ../development/python-modules/xstatic-jquery {};
|
||||||
|
|
||||||
xstatic-jquery-file-upload = buildPythonPackage rec {
|
xstatic-jquery-file-upload = callPackage ../development/python-modules/xstatic-jquery-file-upload {};
|
||||||
name = "XStatic-jQuery-File-Upload-${version}";
|
|
||||||
version = "9.7.0.1";
|
|
||||||
propagatedBuildInputs = with self;[ xstatic-jquery ];
|
|
||||||
src = pkgs.fetchurl {
|
|
||||||
url = "mirror://pypi/X/XStatic-jQuery-File-Upload/XStatic-jQuery-File-Upload-${version}.tar.gz";
|
|
||||||
sha256 = "0d5za18lhzhb54baxq8z73wazq801n3qfj5vgcz7ri3ngx7nb0cg";
|
|
||||||
};
|
|
||||||
|
|
||||||
meta = {
|
|
||||||
homepage = http://plugins.jquery.com/project/jQuery-File-Upload;
|
|
||||||
description = "jquery-file-upload packaged static files for python";
|
|
||||||
license = licenses.mit;
|
|
||||||
maintainers = [ maintainers.makefu ];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
xstatic-jquery-ui = buildPythonPackage rec {
|
xstatic-jquery-ui = buildPythonPackage rec {
|
||||||
name = "XStatic-jquery-ui-${version}";
|
name = "XStatic-jquery-ui-${version}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user