# $Id: Portfile 99643 2012-11-13 04:26:02Z singingwolfboy@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                py-des
set realname        pyDes
version             2.0.1
python.versions     24 25 26 27 31 32
categories-append   devel
platforms           darwin
license             public-domain
maintainers         nomaintainer
description         Pure python implementation of DES and TRIPLE DES encryption algorithm
long_description  \
    This algorithm is a pure python implementation of the DES and Triple DES \
    algorithms. Triple DES is either DES-EDE3 with a 24 byte key, or DES-EDE2 \
    with a 16 byte key.

homepage            http://twhiteman.netfirms.com/des.html
master_sites        sourceforge:project/pydes/pydes/${version} \
                    http://pypi.python.org/packages/source/p/${realname}
distname            ${realname}-${version}
use_zip             yes

checksums           rmd160  fca28952f27aed106e5e193544609f4dd3b27670 \
                    sha256  9cc6e509f627ef1c2d318730d22f1a33f23b41e1ec223b55a6420f2861266d76

