[73537] trunk/dports/python/py-crypto/Portfile

ram at macports.org ram at macports.org
Tue Nov 16 19:53:17 PST 2010


Revision: 73537
          http://trac.macports.org/changeset/73537
Author:   ram at macports.org
Date:     2010-11-16 19:53:13 -0800 (Tue, 16 Nov 2010)
Log Message:
-----------
python/py-crypto: whitespace

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

Modified: trunk/dports/python/py-crypto/Portfile
===================================================================
--- trunk/dports/python/py-crypto/Portfile	2010-11-17 02:44:58 UTC (rev 73536)
+++ trunk/dports/python/py-crypto/Portfile	2010-11-17 03:53:13 UTC (rev 73537)
@@ -1,34 +1,36 @@
 # $Id$
 
-PortSystem 1.0
-PortGroup python24 1.0
+PortSystem       1.0
+PortGroup        python24 1.0
 
-name			py-crypto
-version			2.0.1
-categories		python security
-platforms		darwin freebsd
-maintainers		nomaintainer
-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.
+name             py-crypto
+version          2.0.1
 
-homepage		http://www.amk.ca/python/code/crypto.html
-master_sites	http://www.amk.ca/files/python/crypto/
-distname		pycrypto-${version}
-checksums		sha1 c77cdefdfb06e4749690013a9a9e1600ab14e26f
+categories       python security
+platforms        darwin freebsd
+maintainers      nomaintainer
+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.
 
-#test.run		yes
-#test.cmd		${python.bin} test.py
+homepage         http://www.amk.ca/python/code/crypto.html
+master_sites     http://www.amk.ca/files/python/crypto/
+distname         pycrypto-${version}
+
+checksums        sha1 c77cdefdfb06e4749690013a9a9e1600ab14e26f
+
+#test.run        yes
+#test.cmd        ${python.bin} test.py
 test.target
 
 post-destroot	{
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath} ACKS ChangeLog LICENSE README TODO \
-		${destroot}${prefix}/share/doc/${name}
+  xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+  xinstall -m 644 -W ${worksrcpath} ACKS ChangeLog LICENSE README TODO \
+  ${destroot}${prefix}/share/doc/${name}
 }
 
-livecheck.type	regex
-livecheck.url	${homepage}
-livecheck.regex	pycrypto-(\[0-9.\]+)\\.tar\\.gz
+livecheck.type   regex
+livecheck.url    ${homepage}
+livecheck.regex  pycrypto-(\[0-9.\]+)\\.tar\\.gz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101116/2886d8cd/attachment-0001.html>


More information about the macports-changes mailing list