python312Packages.universal-pathlib: refactor

This commit is contained in:
Fabian Affolter
2024-09-09 08:38:45 +02:00
committed by GitHub
parent 6a7bc2048e
commit 32d76082ec
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "universal-pathlib";
version = "0.2.4";
format = "pyproject";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -21,12 +21,12 @@ buildPythonPackage rec {
hash = "sha256-VXChH9iMrRu8YiCz5yP92K38XF4AhlIJ6IrwP/SqFUs=";
};
nativeBuildInputs = [
build-system = [
setuptools
setuptools-scm
];
propagatedBuildInputs = [ fsspec ];
dependencies = [ fsspec ];
pythonImportsCheck = [ "upath" ];