Commits
Aaron Madlon-Kay authored and Perry E. Metzger committed e697cd8e34a
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 + | |
3 + | PortSystem 1.0 |
4 + | PortGroup python 1.0 |
5 + | PortGroup github 1.0 |
6 + | |
7 + | github.setup LudovicRousseau pyscard 1.9.6 release- |
8 + | name py-pyscard |
9 + | platforms darwin |
10 + | license GPL |
11 + | maintainers {@amake madlon-kay.com:aaron+macports} openmaintainer |
12 + | |
13 + | description Smartcard module for Python. |
14 + | long_description ${description} |
15 + | |
16 + | homepage https://pyscard.sourceforge.io/ |
17 + | |
18 + | checksums rmd160 1c8ed2bf25edfe573b59f0010ceca4f5a3fac25b \ |
19 + | sha256 2ce5b157e77e1ecb70fdf7f6275f1f701f23fa80918d56d54f8b9ea88a8277ff |
20 + | |
21 + | python.versions 27 35 36 |
22 + | |
23 + | if {${name} ne ${subport}} { |
24 + | depends_build-append \ |
25 + | port:py${python.version}-setuptools |
26 + | |
27 + | depends_lib-append \ |
28 + | port:swig-python |
29 + | } |