[93370] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Sun May 20 16:37:04 PDT 2012


Revision: 93370
          https://trac.macports.org/changeset/93370
Author:   singingwolfboy at macports.org
Date:     2012-05-20 16:37:04 -0700 (Sun, 20 May 2012)
Log Message:
-----------
New port: py-des

Added Paths:
-----------
    trunk/dports/python/py-des/
    trunk/dports/python/py-des/Portfile

Added: trunk/dports/python/py-des/Portfile
===================================================================
--- trunk/dports/python/py-des/Portfile	                        (rev 0)
+++ trunk/dports/python/py-des/Portfile	2012-05-20 23:37:04 UTC (rev 93370)
@@ -0,0 +1,28 @@
+# $Id$
+
+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         singingwolfboy openmaintainer
+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:pydes \
+                    http://pypi.python.org/packages/source/p/${realname}
+distname            ${realname}-${version}
+use_zip             yes
+
+checksums           rmd160  fca28952f27aed106e5e193544609f4dd3b27670 \
+                    sha256  9cc6e509f627ef1c2d318730d22f1a33f23b41e1ec223b55a6420f2861266d76
+


Property changes on: trunk/dports/python/py-des/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120520/cc55930b/attachment.html>


More information about the macports-changes mailing list