[73539] trunk/dports/python

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


Revision: 73539
          http://trac.macports.org/changeset/73539
Author:   ram at macports.org
Date:     2010-11-16 19:53:41 -0800 (Tue, 16 Nov 2010)
Log Message:
-----------
python/py{,25,26,27}-crypto: update to 2.3, closes #27309

Modified Paths:
--------------
    trunk/dports/python/py-crypto/Portfile
    trunk/dports/python/py25-crypto/Portfile
    trunk/dports/python/py26-crypto/Portfile
    trunk/dports/python/py27-crypto/Portfile

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

Modified: trunk/dports/python/py-crypto/Portfile
===================================================================
--- trunk/dports/python/py-crypto/Portfile	2010-11-17 03:53:23 UTC (rev 73538)
+++ trunk/dports/python/py-crypto/Portfile	2010-11-17 03:53:41 UTC (rev 73539)
@@ -4,7 +4,7 @@
 PortGroup        python24 1.0
 
 name             py-crypto
-version          2.0.1
+version          2.3
 
 categories       python security
 platforms        darwin freebsd
@@ -15,19 +15,20 @@
   ARC2, Blowfish, CAST, DES, Triple-DES, IDEA, RC5, ARC4, simple XOR, \
   RSA, DSA, ElGamal, qNEW.
 
-homepage         http://www.amk.ca/python/code/crypto.html
-master_sites     http://www.amk.ca/files/python/crypto/
+homepage         http://www.dlitz.net/software/pycrypto/
+master_sites     http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/
 distname         pycrypto-${version}
 
-checksums        sha1 c77cdefdfb06e4749690013a9a9e1600ab14e26f
+checksums        md5 2b811cfbfc342d83ee614097effb8101 \
+                 sha1 96b33b77e729893bd0837a09a6aa7a12b5070037 \
+                 rmd160 5b7b15aab3f5e33113ba197a2edd629c72595374
 
-#test.run        yes
-#test.cmd        ${python.bin} test.py
-test.target
+test.run         yes
+test.target      test
 
 post-destroot	{
   xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-  xinstall -m 644 -W ${worksrcpath} ACKS ChangeLog LICENSE README TODO \
+  xinstall -m 644 -W ${worksrcpath} ACKS ChangeLog COPYRIGHT README TODO \
   ${destroot}${prefix}/share/doc/${name}
 }
 

Modified: trunk/dports/python/py25-crypto/Portfile
===================================================================
--- trunk/dports/python/py25-crypto/Portfile	2010-11-17 03:53:23 UTC (rev 73538)
+++ trunk/dports/python/py25-crypto/Portfile	2010-11-17 03:53:41 UTC (rev 73539)
@@ -4,7 +4,7 @@
 PortGroup        python25 1.0
 
 name             py25-crypto
-version          2.0.1
+version          2.3
 
 categories       python security
 platforms        darwin freebsd
@@ -15,19 +15,20 @@
   ARC2, Blowfish, CAST, DES, Triple-DES, IDEA, RC5, ARC4, simple XOR, \
   RSA, DSA, ElGamal, qNEW.
 
-homepage         http://www.amk.ca/python/code/crypto.html
-master_sites     http://www.amk.ca/files/python/crypto/
+homepage         http://www.dlitz.net/software/pycrypto/
+master_sites     http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/
 distname         pycrypto-${version}
 
-checksums        sha1 c77cdefdfb06e4749690013a9a9e1600ab14e26f
+checksums        md5 2b811cfbfc342d83ee614097effb8101 \
+                 sha1 96b33b77e729893bd0837a09a6aa7a12b5070037 \
+                 rmd160 5b7b15aab3f5e33113ba197a2edd629c72595374
 
-#test.run        yes
-#test.cmd        ${python.bin} test.py
-test.target
+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 LICENSE README TODO \
+  xinstall -m 644 -W ${worksrcpath} ACKS ChangeLog COPYRIGHT README TODO \
     ${destroot}${prefix}/share/doc/${name}
 }
 

Modified: trunk/dports/python/py26-crypto/Portfile
===================================================================
--- trunk/dports/python/py26-crypto/Portfile	2010-11-17 03:53:23 UTC (rev 73538)
+++ trunk/dports/python/py26-crypto/Portfile	2010-11-17 03:53:41 UTC (rev 73539)
@@ -4,8 +4,7 @@
 PortGroup        python26 1.0
 
 name             py26-crypto
-version          2.0.1
-revision         1
+version          2.3
 categories       python security
 platforms        darwin freebsd
 maintainers      ram openmaintainer
@@ -15,23 +14,20 @@
   ARC2, Blowfish, CAST, DES, Triple-DES, IDEA, RC5, ARC4, simple XOR, \
   RSA, DSA, ElGamal, qNEW.
 
-homepage         http://www.amk.ca/python/code/crypto.html
-master_sites     http://www.amk.ca/files/python/crypto/
+homepage         http://www.dlitz.net/software/pycrypto/
+master_sites     http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/
 distname         pycrypto-${version}
 
-checksums        md5 4d5674f3898a573691ffb335e8d749cd \
-                 sha1 c77cdefdfb06e4749690013a9a9e1600ab14e26f \
-                 rmd160 5ce938a24f77f414e42680c17ef9b6dc8de94a2e
+checksums        md5 2b811cfbfc342d83ee614097effb8101 \
+                 sha1 96b33b77e729893bd0837a09a6aa7a12b5070037 \
+                 rmd160 5b7b15aab3f5e33113ba197a2edd629c72595374
 
-patchfiles       patch-hash_modules.diff
+test.run        yes
+test.target     test
 
-#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 \
+  xinstall -m 644 -W ${worksrcpath} ACKS COPYRIGHT README TODO \
     ${destroot}${prefix}/share/doc/${name}
 }
 

Modified: trunk/dports/python/py27-crypto/Portfile
===================================================================
--- trunk/dports/python/py27-crypto/Portfile	2010-11-17 03:53:23 UTC (rev 73538)
+++ trunk/dports/python/py27-crypto/Portfile	2010-11-17 03:53:41 UTC (rev 73539)
@@ -4,7 +4,7 @@
 PortGroup        python27 1.0
 
 name             py27-crypto
-version          2.0.1
+version          2.3
 
 categories       python security
 platforms        darwin freebsd
@@ -15,26 +15,23 @@
   ARC2, Blowfish, CAST, DES, Triple-DES, IDEA, RC5, ARC4, simple XOR, \
   RSA, DSA, ElGamal, qNEW.
 
-homepage         http://www.amk.ca/python/code/crypto.html
-master_sites     http://www.amk.ca/files/python/crypto/
+homepage         http://www.dlitz.net/software/pycrypto/
+master_sites     http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/
 distname         pycrypto-${version}
 
-checksums        md5 4d5674f3898a573691ffb335e8d749cd \
-                 sha1 c77cdefdfb06e4749690013a9a9e1600ab14e26f \
-                 rmd160 5ce938a24f77f414e42680c17ef9b6dc8de94a2e
+checksums        md5 2b811cfbfc342d83ee614097effb8101 \
+                 sha1 96b33b77e729893bd0837a09a6aa7a12b5070037 \
+                 rmd160 5b7b15aab3f5e33113ba197a2edd629c72595374
 
-patchfiles       patch-hash_modules.diff
+test.run         yes
+test.target      test
 
-#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 \
+  xinstall -m 644 -W ${worksrcpath} ACKS ChangeLog COPYRIGHT README TODO \
     ${destroot}${prefix}/share/doc/${name}
 }
 
-livecheck.type   regex
+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/e399bb76/attachment-0001.html>


More information about the macports-changes mailing list