Changeset 98415


Ignore:
Timestamp:
Oct 4, 2012, 11:05:36 PM (12 years ago)
Author:
macsforever2000@…
Message:

py-south: Update to version 0.7.6.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/python/py-south/Portfile

    r89957 r98415  
    66
    77name                py-south
    8 version             0.7.3
     8version             0.7.6
    99categories-append   www
    1010license             Apache-2
     
    1818
    1919master_sites        http://www.aeracode.org/releases/south/
    20 distname            south-${version}
    21 worksrcdir          south
    22 checksums           md5     693a2a7a57b29c49bc177fe951e04767 \
    23                     sha1    f5a1e811f4c028874c7e617e7eba60d0a9e9dd71 \
    24                     rmd160  4c0a56139905624480f6b18b3ee3d81a7a13cb29
     20distname            South-${version}
     21
     22checksums           rmd160  0276e4de48ee7089cb8bcb848c17388e695ff97e \
     23                    sha256  d2c3c1ddf93ec7e29935088eef47984bb780e47aeb8acd5f18fbb3a72e97936a
    2524
    2625python.versions     26 27
     
    2928if {$subport != $name} {
    3029    depends_lib-append  port:py${python.version}-distribute
    31    
    32     post-destroot   {
    33         file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${subport}/docs
    34     }
     30
    3531    livecheck.type      none
    3632} else {
Note: See TracChangeset for help on using the changeset viewer.