# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-gnupg # never remove/decrement an epoch epoch 1 version 0.3.1 python.versions 25 26 27 31 32 python.default_version 27 categories python platforms darwin maintainers snc openmaintainer license BSD description a Python wrapper for GPG long_description gnupg.py is a Python API which wraps the GNU Privacy Guard. homepage http://code.google.com/p/python-gnupg/ master_sites googlecode:python-gnupg distname python-gnupg-${version} checksums rmd160 7cf439bb3614be252e2f9ec9b7c14a013c06156d \ sha256 05a04a1c5dc562ff49e3bc7ebb32144c25e19b5a2d65c8ada064ceae08c87d86 if {$subport != $name} { livecheck.type none } else { livecheck.regex python-gnupg-(\\d+(\\.\\d+)+) }