summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-zbar
AgeCommit message (Collapse)Author
2023-03-03python3.pkgs: Migrate fetchers to use hashMartin Weinelt
when they already rely on SRI hashes.
2023-02-07python311Packages.python-zbar: fix build since Py_SIZE is turned into a functionNick Cao
Python 3.11 turned Py_SIZE into a function, thus Py_SIZE(obj) will be a rvalue, we need to use Py_SET_SIZE to set size now.
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2022-03-07python310Packages.python-zbar: init at 0.23.90P. R. d. O