python-modules/pyqt-builder: 1.13.0 -> 1.14.0

main
Timothy DeHerrera 2 years ago
parent 9ab916905a
commit 8b091f7c24
No known key found for this signature in database
GPG Key ID: E44213186BC9AFE2
  1. 12
      pkgs/development/python-modules/pyqt-builder/default.nix

@ -2,20 +2,14 @@
buildPythonPackage rec {
pname = "pyqt-builder";
version = "1.13.0";
version = "1.14.0";
src = fetchPypi {
pname = "PyQt-builder";
inherit version;
sha256 = "sha256-SHdYDDjOtTIOEps4HQg7CoYBxoFm2LmXB/CPoKFonu8=";
sha256 = "sha256-Z1WTHG0viUBVPgM00QyTPOXMGLZEJelP2hrM9P93T1k=";
};
patches = [
# use the sip-distinfo executable from PATH instead of trying to guess,
# we know it's the right one because it's the _only_ one
./use-sip-distinfo-from-path.patch
];
propagatedBuildInputs = [ packaging sip ];
pythonImportsCheck = [ "pyqtbuild" ];
@ -27,6 +21,6 @@ buildPythonPackage rec {
description = "PEP 517 compliant build system for PyQt";
homepage = "https://pypi.org/project/PyQt-builder/";
license = licenses.gpl3Only;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ nrdxp ];
};
}

Loading…
Cancel
Save