python312Packages.pyqt6-charts: 6.7.0 -> 6.8.0
This commit is contained in:
@@ -13,15 +13,15 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyqt6-charts";
|
||||
version = "6.7.0";
|
||||
format = "pyproject";
|
||||
version = "6.8.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
disabled = pythonOlder "3.9";
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "PyQt6_Charts";
|
||||
inherit version;
|
||||
hash = "sha256-xPfPNpko978DLk4z9xjTuP5m2hdtSVn+MHNalw2G81w=";
|
||||
hash = "sha256-+GcFuHQOMEFmfOIRrqogW3UOtrr0yQj04/bcjHINEPE=";
|
||||
};
|
||||
|
||||
# fix include path and increase verbosity
|
||||
@@ -46,16 +46,21 @@ buildPythonPackage rec {
|
||||
|
||||
dontWrapQtApps = true;
|
||||
|
||||
nativeBuildInputs = with qt6Packages; [
|
||||
qtcharts
|
||||
build-system = [
|
||||
sip
|
||||
qmake
|
||||
pyqt-builder
|
||||
];
|
||||
|
||||
buildInputs = with qt6Packages; [ qtcharts ];
|
||||
dependencies = [
|
||||
pyqt6
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [ pyqt6 ];
|
||||
nativeBuildInputs = with qt6Packages; [
|
||||
qtcharts
|
||||
qmake
|
||||
];
|
||||
|
||||
buildInputs = with qt6Packages; [ qtcharts ];
|
||||
|
||||
dontConfigure = true;
|
||||
|
||||
@@ -64,11 +69,11 @@ buildPythonPackage rec {
|
||||
|
||||
pythonImportsCheck = [ "PyQt6.QtCharts" ];
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Python bindings for Qt6 QtCharts";
|
||||
homepage = "https://riverbankcomputing.com/";
|
||||
license = licenses.gpl3Only;
|
||||
license = lib.licenses.gpl3Only;
|
||||
inherit (mesa.meta) platforms;
|
||||
maintainers = with maintainers; [ dandellion ];
|
||||
maintainers = with lib.maintainers; [ dandellion ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user