Merge pull request #299791 from NixOS/revert-299290-auto-update/python311Packages.pathlib-abc

Revert "python311Packages.pathlib-abc: 0.1.1 -> 0.2.0"
This commit is contained in:
Martin Weinelt
2024-03-28 18:18:51 +01:00
committed by GitHub
3 changed files with 7 additions and 2 deletions
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "pathlib-abc";
version = "0.2.0";
version = "0.1.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "pathlib_abc";
inherit version;
hash = "sha256-ua9rOf1RMhSFZ47DgD0KEeAqIuhp6AUsrLbo9l3nuGI=";
hash = "sha256-CE573ZGbD3d0kUqeZM2GobOYYPgfeB3XJCWGMfKRWr4=";
};
build-system = [
@@ -1,6 +1,7 @@
{ lib
, buildPythonPackage
, fetchPypi
, pythonAtLeast
}:
buildPythonPackage rec {
@@ -8,6 +9,9 @@ buildPythonPackage rec {
version = "0.1.2";
format = "setuptools";
# imp and distuils usage, last commit in 2016
disabled = pythonAtLeast "3.12";
src = fetchPypi {
inherit pname version;
sha256 = "1h7iam33vwxk8bvslfj4qlsdprdnwf8bvzhqh3jq5frr391cadbw";
@@ -51,6 +51,7 @@ buildPythonPackage rec {
};
pythonRelaxDeps = [
"smart-open"
"typer"
];