python312Packages.priority: cleanup
This commit is contained in:
parent
d9e9853753
commit
84c720f34d
@ -5,19 +5,25 @@
|
||||
fetchPypi,
|
||||
hypothesis,
|
||||
pytestCheckHook,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "priority";
|
||||
version = "2.0.0";
|
||||
format = "setuptools";
|
||||
disabled = pythonOlder "3.6.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "c965d54f1b8d0d0b19479db3924c7c36cf672dbf2aec92d43fbdaf4492ba18c0";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "priority" ];
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user