python312Packages.universal-pathlib: refactor
This commit is contained in:
@@ -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" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user