# -*- 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 106965 2013-06-12 18:01:45Z snc@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                py-gnupg
# never remove/decrement an epoch
epoch               1
version             0.3.4
python.versions     25 26 27 31 32 33
python.default_version 27
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  347239b85c5ec138b9cb8299301fc16ab23a7e0c \
                    sha256  9ee9c5fa6636392d1990a688cb6db7f558edef68298f53b84ee3764e053d3ff9

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