Package Details: python2-pyscard 1.9.7-2

Git Clone URL: https://aur.archlinux.org/python2-pyscard.git (read-only, click to copy)
Package Base: python2-pyscard
Description: Smartcard module for Python.
Upstream URL: http://www.gemalto.com/
Licenses: LGPL2+
Submitter: rubdos
Maintainer: rubdos
Last Packager: rubdos
Votes: 1
Popularity: 0.000000
First Submitted: 2017-06-02 16:47 (UTC)
Last Updated: 2021-09-25 13:24 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

thurstylark commented on 2021-09-25 13:22 (UTC)

This package is missing a makedepends on python2-setuptools

InfernoZeus commented on 2018-09-07 11:30 (UTC)

@rubdos: Thanks!

rubdos commented on 2018-09-06 18:16 (UTC)

added, incremented pkgrel.

sehraf commented on 2018-09-06 17:24 (UTC)

swig is still missing

unable to execute 'swig': No such file or directory

rubdos commented on 2018-09-06 17:00 (UTC)

I am not even sure any more what I was using this for... I updated things as you said.

InfernoZeus commented on 2018-09-06 15:46 (UTC)

And I think it needs pcsclite as a dependency.

InfernoZeus commented on 2018-09-06 15:31 (UTC) (edited on 2018-09-06 15:31 (UTC) by InfernoZeus)

This should have a build dependency of swig. It fails otherwise:

==> Starting build()...
running build_ext
building 'smartcard.scard._scard' extension
swigging smartcard/scard/scard.i to smartcard/scard/scard_wrap.c
swig -python -outdir smartcard/scard -DPCSCLITE -o smartcard/scard/scard_wrap.c smartcard/scard/scard.i
unable to execute 'swig': No such file or directory
error: command 'swig' failed with exit status 1
==> ERROR: A failure occurred in build().