python311Packages.cython: use pep517 builder
This commit is contained in:
+3
@@ -3,6 +3,7 @@
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, fetchpatch
|
||||
, setuptools
|
||||
, python
|
||||
, pkg-config
|
||||
, gdb
|
||||
@@ -25,6 +26,7 @@ let
|
||||
in buildPythonPackage rec {
|
||||
pname = "cython";
|
||||
version = "0.29.36";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "Cython";
|
||||
@@ -34,6 +36,7 @@ in buildPythonPackage rec {
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
setuptools
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
@@ -2533,7 +2533,7 @@ self: super: with self; {
|
||||
|
||||
cysignals = callPackage ../development/python-modules/cysignals { };
|
||||
|
||||
cython = callPackage ../development/python-modules/Cython { };
|
||||
cython = callPackage ../development/python-modules/cython { };
|
||||
|
||||
cython_3 = self.cython.overridePythonAttrs (old: rec {
|
||||
version = "3.0.3";
|
||||
|
||||
Reference in New Issue
Block a user