Changeset 118350 for trunk/dports


Ignore:
Timestamp:
Mar 31, 2014, 6:30:04 PM (10 years ago)
Author:
g5pw@…
Message:

python/py-future:

update to 0.11.4 (closes #43050)

File:
1 edited

Legend:

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

    r117840 r118350  
    99
    1010name                py-${_name}
    11 version             0.11.3
     11version             0.11.4
    1212categories-append   devel
    1313platforms           darwin
     
    3131master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
    3232
    33 checksums           md5     a5e11b2574ea99a6eb0cf19233a46c60 \
    34                     rmd160  ad80f1734d45ecf2b2b5f0b5ee5d1adfb9d92e18 \
    35                     sha256  8f4cc0ad30918e01a9ed054d062d1be28419a0c0eb03afd502775fdf07e32000
     33checksums           md5     883e971706d7c4553ac2053c14e9a46f \
     34                    rmd160  0948b15fb366eb9e99283a3f8daf8e5ef6862345 \
     35                    sha256  e9ba55f1ebfb0d99fdf8545df77a60ffe6a04f699f3525d2a5911462b6e2a531
    3636
    3737python.versions     26 27 33 34
     
    3939if {${name} ne ${subport}} {
    4040    depends_build-append    port:py${python.version}-setuptools
     41
     42    # Add libs/features included in the standard lib with 2.7+
     43    if { ${python.version} == 26 } {
     44        depends_lib-append  port:py${python.version}-argparse \
     45                            port:py${python.version}-importlib \
     46                            port:py${python.version}-unittest2
     47    }
    4148
    4249    # Adding documentation
Note: See TracChangeset for help on using the changeset viewer.