Commit graph

23 commits

Author SHA1 Message Date
Martin Weinelt 8a75097f88 python3Packages.pyscard: 2.0.0 -> 2.0.1 2021-06-22 13:42:38 +02:00
Pavol Rusnak a4bbfba80d
pkgs/development/python-modules: stdenv.lib -> lib 2021-01-24 01:29:22 +01:00
Sandro Jäckel d4e0e44ff2 pythonPackages.pyscard: Remove unused input 2020-11-25 11:19:38 -08:00
Sandro Jäckel e204319c74 pythonPackages.pyscard: Remove patch that is included in 1.9.9 and 2.0.0 2020-11-25 10:08:10 -08:00
Luke Granger-Brown 2c330cba4a pythonModules.pyscard: 1.9.9 -> 2.0.0 2020-11-08 10:41:06 +00:00
Kevin Griffin 44fd570d73 pythonPackages.pyscard: Fix build on Darwin
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-07-06 20:07:53 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Mario Rodas be620532db
python37Packages.pyscard: remove darwin version patch
fixed upstream 62e6750280
2019-09-28 09:51:11 -05:00
R. RyanTM 019eaad22d python37Packages.pyscard: 1.9.8 -> 1.9.9
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-09-28 04:50:26 -07:00
Andrew Childs 59e9e56f92 pyscard: fix darwin build, remove pcsc library mixing
This should be built against a single version of PCSC: either the one
from pcsclite, or the one from Apple's PCSC framework.
2019-07-20 21:40:30 +09:00
worldofpeace f26e88df7a pythonPackages.pyscard: fix darwin tests 2019-04-06 18:03:28 -04:00
R. RyanTM 7b8c48444d python37Packages.pyscard: 1.9.7 -> 1.9.8
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-04-02 11:07:52 -07:00
Robert Schütz 505b810a7f python.pkgs.pyscard: move swig to nativeBuildInputs 2019-03-01 14:38:48 +01:00
Jan Tojnar 3784fd5e46
pcsclite: split package 2018-06-29 04:40:54 +02:00
Frederik Rietdijk ced21f5e1a pythonPackages: remove name attribute`
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-23 18:14:26 +02:00
Frederik Rietdijk 278d417c44 python: pyscard: 1.9.6 -> 1.9.7 2018-06-22 13:09:44 +02:00
Dan Peebles 15502421c7 yubikey-manager: 3.1 -> 4.0
Also, support Darwin properly
2017-09-09 23:07:14 -04:00
Frederik Rietdijk d58e1f1c7b python.pkgs: many updates 2017-08-25 19:36:14 +02:00
Silvan Mosberger f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* 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-08-01 22:03:30 +02:00
Frederik Rietdijk 6b999f3c42 Python: many package updates
Did not test all packages. Likely we'll have some breakage.
2017-05-27 14:25:08 +02:00
Frederik Rietdijk 959842a9c7 Python: add pname attributes to libraries
so that we can use the update script.
2017-05-27 11:30:21 +02:00
Guillaume Maudoux e735f85c4d pythonPackages.pcsclite: refactor 2017-01-19 15:20:54 +01:00
Jon Meredith d9340971d9 Add yubioath-desktop application and required pyscard module to support it 2017-01-18 19:13:31 -08:00