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 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python 1.0 |
---|
6 | |
---|
7 | name py-kcs11 |
---|
8 | version 1.2.4 |
---|
9 | categories python |
---|
10 | license GPL |
---|
11 | platforms darwin |
---|
12 | supported_archs noarch |
---|
13 | maintainers m4x.org:db_macports openmaintainer |
---|
14 | |
---|
15 | description PKCS11 wrapper for Python |
---|
16 | long_description PyKCS11 let you access to almost all PKCS#11 functions and data types \ |
---|
17 | using any PKCS#11 library, such as the various modules supplied by \ |
---|
18 | smartcard vendors. |
---|
19 | |
---|
20 | homepage http://www.bit4id.org/trac/pykcs11 |
---|
21 | master_sites sourceforge:pkcs11wrap |
---|
22 | distname PyKCS11-${version} |
---|
23 | |
---|
24 | checksums rmd160 b2783443913db5263410de5fb58a7ae396938936 \ |
---|
25 | sha256 dd90a64771b2bbf8e122ecb2c6bf83fcc127753422c0be3b10075d4a2e4da264 |
---|
26 | |
---|
27 | python.versions 25 26 27 |
---|
28 | python.default_version 27 |
---|
29 | python.link_binaries_suffix |
---|