pythonPackages.tableaudocumentapi: init at 0.6 (#54956)
This commit is contained in:
parent
052acfe930
commit
518a7b0f8e
@ -0,0 +1,24 @@
|
|||||||
|
{ lib
|
||||||
|
, buildPythonPackage
|
||||||
|
, fetchPypi
|
||||||
|
}:
|
||||||
|
|
||||||
|
buildPythonPackage rec {
|
||||||
|
pname = "tableaudocumentapi";
|
||||||
|
version = "0.6";
|
||||||
|
|
||||||
|
src = fetchPypi {
|
||||||
|
inherit pname version;
|
||||||
|
sha256 = "fc6d44b62cf6ea29916c073686e2f9f35c9902eccd57b8493f8d44a59a2f60d9";
|
||||||
|
};
|
||||||
|
|
||||||
|
# tests not inclued with release
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
description = "A Python module for working with Tableau files";
|
||||||
|
homepage = https://github.com/tableau/document-api-python;
|
||||||
|
license = licenses.mit;
|
||||||
|
maintainers = [ maintainers.costrouc ];
|
||||||
|
};
|
||||||
|
}
|
@ -788,6 +788,8 @@ in {
|
|||||||
hdf5 = pkgs.hdf5.override { zlib = pkgs.zlib; };
|
hdf5 = pkgs.hdf5.override { zlib = pkgs.zlib; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
tableaudocumentapi = callPackage ../development/python-modules/tableaudocumentapi { };
|
||||||
|
|
||||||
trueskill = callPackage ../development/python-modules/trueskill { };
|
trueskill = callPackage ../development/python-modules/trueskill { };
|
||||||
|
|
||||||
trustme = callPackage ../development/python-modules/trustme {};
|
trustme = callPackage ../development/python-modules/trustme {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user