about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pyscard
AgeCommit message (Collapse)AuthorFilesLines
2023-11-14python311Packages.pyscard: modernize, stop propagating PCSC/pcsclite as they ↵Nick Cao1-17/+37
are not python packages
2023-09-27python3Packages.pyscard: 2.0.2 -> 2.0.7Martin Weinelt1-12/+10
2023-02-22treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin1-1/+1
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure
2021-11-17python3Packages.pyscard: fix tests on darwinRobert Scott1-1/+10
2021-09-23python38Packages.pyscard: 2.0.1 -> 2.0.2R. RyanTM1-2/+2
2021-06-22python3Packages.pyscard: 2.0.0 -> 2.0.1Martin Weinelt1-2/+2
2021-01-24pkgs/development/python-modules: stdenv.lib -> libPavol Rusnak1-10/+7
2020-11-25pythonPackages.pyscard: Remove unused inputSandro Jäckel1-1/+1
2020-11-25pythonPackages.pyscard: Remove patch that is included in 1.9.9 and 2.0.0Sandro Jäckel1-15/+0
2020-11-08pythonModules.pyscard: 1.9.9 -> 2.0.0Luke Granger-Brown1-2/+2
2020-07-06pythonPackages.pyscard: Fix build on DarwinKevin Griffin2-23/+16
The previously provided patch is still necessary, as nix python reports an old version of macOS that has the bug, when in fact modern macOS does not have the misspelling. The patch has been upstreamed, so we take it to fix 1.9.9 in anticipation of the next release.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-09-28python37Packages.pyscard: remove darwin version patchMario Rodas1-9/+1
fixed upstream https://github.com/LudovicRousseau/pyscard/commit/62e675028086c75656444cc21d563d9f08ebf8e7
2019-09-28python37Packages.pyscard: 1.9.8 -> 1.9.9R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-pyscard/versions
2019-07-20pyscard: fix darwin build, remove pcsc library mixingAndrew Childs2-14/+48
This should be built against a single version of PCSC: either the one from pcsclite, or the one from Apple's PCSC framework.
2019-04-06pythonPackages.pyscard: fix darwin testsworldofpeace1-1/+10
2019-04-02python37Packages.pyscard: 1.9.7 -> 1.9.8R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-pyscard/versions
2019-03-01python.pkgs.pyscard: move swig to nativeBuildInputsRobert Schütz1-1/+2
2018-06-29pcsclite: split packageJan Tojnar1-2/+2
2018-06-23pythonPackages: remove `name` attribute`Frederik Rietdijk1-5/+4
The `buildPython*` function computes name from `pname` and `version`. This change removes `name` attribute from all expressions in `pkgs/development/python-modules`. While at it, some other minor changes were made as well, such as replacing `fetchurl` calls with `fetchPypi`.
2018-06-22python: pyscard: 1.9.6 -> 1.9.7Frederik Rietdijk1-2/+2
2017-09-09yubikey-manager: 3.1 -> 4.0Dan Peebles1-2/+2
Also, support Darwin properly
2017-08-25python.pkgs: many updatesFrederik Rietdijk1-2/+2
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2017-05-27Python: many package updatesFrederik Rietdijk1-2/+2
Did not test all packages. Likely we'll have some breakage.
2017-05-27Python: add pname attributes to librariesFrederik Rietdijk1-1/+2
so that we can use the update script.
2017-01-19pythonPackages.pcsclite: refactorGuillaume Maudoux1-10/+11
2017-01-18Add yubioath-desktop application and required pyscard module to support itJon Meredith1-0/+27