python311Packages.trove-classifiers: 2023.8.7 -> 2023.11.29
https://github.com/pypa/trove-classifiers/releases/tag/2023.11.29
This commit is contained in:
@@ -4,19 +4,20 @@
|
||||
, calver
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, setuptools
|
||||
}:
|
||||
|
||||
let
|
||||
self = buildPythonPackage rec {
|
||||
pname = "trove-classifiers";
|
||||
version = "2023.11.22";
|
||||
format = "setuptools";
|
||||
version = "2023.11.29";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-wxp+kvll8GCiRLV9jtXub1P8tBPuF855DgBXfLNprZk=";
|
||||
hash = "sha256-/49/2Cx5MhE7RufvZ0LHAJHMY2QMjGXbANkfLpQLlRQ=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -26,6 +27,7 @@ let
|
||||
|
||||
nativeBuildInputs = [
|
||||
calver
|
||||
setuptools
|
||||
];
|
||||
|
||||
doCheck = false; # avoid infinite recursion with hatchling
|
||||
|
||||
Reference in New Issue
Block a user