Ticket #32812: py-requests.diff

File py-requests.diff, 1023 bytes (added by gorticus (Jason Mitchell), 12 years ago)

includes the depends_lib on new submission py-certifi

  • Portfile

    old new  
    55PortGroup           python 1.0
    66
    77name                py-requests
    8 version             0.8.4
     8version             0.9.1
    99python.versions     26 27
    1010python.default_version  27
    1111categories          python devel
     
    2525master_sites        http://pypi.python.org/packages/source/r/requests
    2626distname            requests-${version}
    2727
    28 checksums           rmd160  17efc48d5999c8151079a56b9e73e92f54a2d74e \
    29                     sha256  3ef7efbe083bcb6f7b1144c7665b5b1f6bd4fc7043dc50ccd564edf62b814c2b
     28checksums           md5    8ed4667edb5d57945b74a9137adbb8bd \
     29                    sha1   d235900f486cba90f7bb1389b071f768c4146c5e \
     30                    rmd160 09bccc38f5fc258e7debc1c49c3af3b83908b533 \
     31                    sha256 0c6fc89ce4f8976dd8ddb1a9e896315a47fb3f1dba95417fd3fa8e626ca9a1e7
     32
     33depends_lib         port:py-certifi
    3034
    3135if {$subport != $name} {
    3236    livecheck.type      none