[86246] trunk/dports/python

ram at macports.org ram at macports.org
Sun Oct 23 13:48:08 PDT 2011


Revision: 86246
          http://trac.macports.org/changeset/86246
Author:   ram at macports.org
Date:     2011-10-23 13:48:04 -0700 (Sun, 23 Oct 2011)
Log Message:
-----------
python/py*-crypto: unify

Modified Paths:
--------------
    trunk/dports/python/py-crypto/Portfile

Removed Paths:
-------------
    trunk/dports/python/py25-crypto/
    trunk/dports/python/py26-crypto/
    trunk/dports/python/py27-crypto/

Modified: trunk/dports/python/py-crypto/Portfile
===================================================================
--- trunk/dports/python/py-crypto/Portfile	2011-10-23 20:32:10 UTC (rev 86245)
+++ trunk/dports/python/py-crypto/Portfile	2011-10-23 20:48:04 UTC (rev 86246)
@@ -1,7 +1,7 @@
 # $Id$
 
 PortSystem       1.0
-PortGroup        python24 1.0
+PortGroup        python 1.0
 
 name             py-crypto
 version          2.3
@@ -9,13 +9,15 @@
 categories       python security
 license          public-domain PSF
 platforms        darwin freebsd
-maintainers      nomaintainer
+maintainers      jwa mww ram openmaintainer
 description      collection of cryptographic algorithms and protocols for python
 long_description collection of cryptographic algorithms and protocols, \
   implemented for use from python. Among are MD2, MD4, RIPEMD, AES, \
   ARC2, Blowfish, CAST, DES, Triple-DES, IDEA, RC5, ARC4, simple XOR, \
   RSA, DSA, ElGamal, qNEW.
 
+python.versions  24 25 26 27
+
 homepage         http://www.dlitz.net/software/pycrypto/
 master_sites     http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/
 distname         pycrypto-${version}
@@ -27,12 +29,12 @@
 test.run         yes
 test.target      test
 
-post-destroot	{
+post-destroot {
   xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
   xinstall -m 644 -W ${worksrcpath} ACKS ChangeLog COPYRIGHT README TODO \
-  ${destroot}${prefix}/share/doc/${name}
+    ${destroot}${prefix}/share/doc/${name}
 }
 
 livecheck.type   regex
 livecheck.url    ${homepage}
-livecheck.regex  pycrypto-(\[0-9.\]+)\\.tar\\.gz
+livecheck.regex  pycrypto-(\[0-9\.\]+).tar.gz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111023/87535e95/attachment.html>


More information about the macports-changes mailing list