Commits
Aaron Madlon-Kay authored 088c5bbfcfe
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup python 1.0 |
5 5 | PortGroup github 1.0 |
6 6 | |
7 - | github.setup LudovicRousseau pyscard 1.9.7 release- |
7 + | github.setup LudovicRousseau pyscard 1.9.8 release- |
8 8 | name py-pyscard |
9 9 | platforms darwin |
10 10 | license GPL |
11 11 | maintainers {amake @amake} openmaintainer |
12 12 | |
13 13 | description Smartcard module for Python. |
14 14 | long_description ${description} |
15 15 | |
16 16 | homepage https://pyscard.sourceforge.io/ |
17 17 | |
18 - | checksums rmd160 6718baf57c8a1ceadbe56e867cacf8d79b33d453 \ |
19 - | sha256 1f1512d4db939f831e4ab1b83df3963473d56e13b3e808868aadb8934d58dfa7 \ |
20 - | size 175823 |
18 + | checksums rmd160 7051e34bc5afbbc98106e68a9763412abc1837d9 \ |
19 + | sha256 01894cafe52e2a32244ae1cc84dc65395a656b735110a18d5dba8b8f340c216a \ |
20 + | size 176381 |
21 21 | |
22 22 | python.versions 27 35 36 37 |
23 23 | |
24 24 | if {${name} ne ${subport}} { |
25 25 | depends_build-append \ |
26 26 | port:py${python.version}-setuptools |
27 27 | |
28 28 | depends_lib-append \ |
29 29 | port:swig-python |
30 30 | } |