mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 03:12:51 +00:00
python3Packages.xyzservices: 2023.2.0 -> 2023.7.0
This commit is contained in:
parent
b0e3a21dd3
commit
d8a98efed6
@ -1,22 +1,28 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, fetchPypi
|
||||
, mercantile
|
||||
, pytestCheckHook
|
||||
, requests
|
||||
, setuptools
|
||||
, setuptools-scm
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "xyzservices";
|
||||
version = "2023.2.0";
|
||||
format = "setuptools";
|
||||
version = "2023.7.0";
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-M0K7pBDXlBKQ7tDlii5arbD3uXhj7EKDsoPEBu5yOig=";
|
||||
hash = "sha256-DskodCIn1vXUNn6ntFf8/tlDQp9N4pSbWwKoLN9VadY=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
setuptools-scm
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# requires network connections
|
||||
"test_free_providers"
|
||||
|
Loading…
Reference in New Issue
Block a user