mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-23 13:24:29 +00:00
python312Packages.aiorun: use pyproject = true
This commit is contained in:
parent
8360155ee1
commit
571dbaa733
@ -12,13 +12,13 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "aiorun";
|
||||
version = "2023.7.2";
|
||||
format = "pyproject";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "cjrh";
|
||||
repo = pname;
|
||||
repo = "aiorun";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-3AGsT8IUNi5SZHBsBfd7akj8eQ+xb0mrR7ydIr3T8gs=";
|
||||
};
|
||||
@ -31,11 +31,11 @@ buildPythonPackage rec {
|
||||
})
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
build-system = [
|
||||
flit-core
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
pygments
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user