python310Packages.db-dtypes: add format
This commit is contained in:
@@ -6,11 +6,15 @@
|
|||||||
, pandas
|
, pandas
|
||||||
, pyarrow
|
, pyarrow
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
|
, pythonOlder
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "db-dtypes";
|
pname = "db-dtypes";
|
||||||
version = "1.0.2";
|
version = "1.0.2";
|
||||||
|
format = "setuptools";
|
||||||
|
|
||||||
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "googleapis";
|
owner = "googleapis";
|
||||||
@@ -30,7 +34,9 @@ buildPythonPackage rec {
|
|||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
];
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [ "db_dtypes" ];
|
pythonImportsCheck = [
|
||||||
|
"db_dtypes"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Pandas Data Types for SQL systems (BigQuery, Spanner)";
|
description = "Pandas Data Types for SQL systems (BigQuery, Spanner)";
|
||||||
|
|||||||
Reference in New Issue
Block a user