# -*- 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: Portfile 92389 2012-04-27 17:47:23Z snc@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                py-gnupg
# never remove/decrement an epoch
epoch               1
version             0.2.9
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  d98e35a6cb32167e276bf325abd8b6284f199cd7 \
                    sha256  5f062753d4719474fdeb1c0a9fbe6b6bd1f6989c42eb7680d53785707a8f55df

if {$subport != $name} {
    livecheck.type      none
} else {
    livecheck.regex     python-gnupg-(\\d+(\\.\\d+)+)
}
