mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 20:03:16 +00:00
python312Packages.multiset: refactor
This commit is contained in:
parent
7c1649c4e7
commit
56864b3bb6
@ -10,7 +10,7 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "multiset";
|
||||
version = "3.2.0";
|
||||
format = "pyproject";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
@ -22,15 +22,15 @@ buildPythonPackage rec {
|
||||
sed -i '/python_requires/d' setup.cfg
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
build-system = [
|
||||
setuptools
|
||||
setuptools-scm
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "multiset" ];
|
||||
|
||||
nativeCheckInputs = [ pytestCheckHook ];
|
||||
|
||||
pythonImportsCheck = [ "multiset" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Implementation of a multiset";
|
||||
homepage = "https://github.com/wheerd/multiset";
|
||||
|
Loading…
Reference in New Issue
Block a user