Revision: 130348 https://trac.macports.org/changeset/130348 Author: larryv@macports.org Date: 2014-12-29 19:57:50 -0800 (Mon, 29 Dec 2014) Log Message: ----------- py-crypto: Rearrange and reformat Modified Paths: -------------- trunk/dports/python/py-crypto/Portfile Modified: trunk/dports/python/py-crypto/Portfile =================================================================== --- trunk/dports/python/py-crypto/Portfile 2014-12-30 03:57:48 UTC (rev 130347) +++ trunk/dports/python/py-crypto/Portfile 2014-12-30 03:57:50 UTC (rev 130348) @@ -10,38 +10,35 @@ categories-append security platforms darwin freebsd license public-domain PSF - -python.versions 24 25 26 27 31 32 33 34 - maintainers nomaintainer description Collection of cryptographic algorithms and protocols - 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. - homepage http://www.dlitz.net/software/pycrypto/ -master_sites http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/ +master_sites http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/ distname pycrypto-${version} - checksums rmd160 ac0db079e5e4be9daf739e094c10e96291dbc009 \ sha256 f2ce1e989b272cfcb677616763e0a2e7ec659effa67a88aa92b3a65528f60a3c -test.run yes -test.target test +python.versions 24 25 26 27 31 32 33 34 if {${name} ne ${subport}} { depends_lib-append port:gmp post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport} - xinstall -m 644 -W ${worksrcpath} ACKS ChangeLog COPYRIGHT README TODO \ - ${destroot}${prefix}/share/doc/${subport} + xinstall -m 644 -W ${worksrcpath} \ + ACKS ChangeLog COPYRIGHT README TODO \ + ${destroot}${prefix}/share/doc/${subport} } + test.run yes + test.target test + livecheck.type none } else { livecheck.type regex