Ticket #33969: Portfile-py-requests.diff

File Portfile-py-requests.diff, 1.8 KB (added by larryv (Lawrence Velázquez), 12 years ago)
  • Portfile

    old new  
    55PortGroup           python 1.0
    66
    77name                py-requests
    8 version             0.10.7
    9 python.versions     26 27
     8version             0.11.1
     9python.versions     26 27 31 32
    1010python.default_version  27
    11 categories          python devel
     11categories-append  devel
    1212platforms           darwin
    1313maintainers         saispo gmail.com:larry.velazquez openmaintainer
    1414license             ISC
    15 homepage            http://pypi.python.org/pypi/requests
    16 description         Python HTTP for Humans.
    17 long_description    Most existing Python modules for dealing HTTP \
    18                     requests are insane. I have to look up everything \
    19                     that I want to do. Most of my worst Python \
    20                     experiences are a result of the various built-in \
    21                     HTTP libraries (yes, even worse than Logging). \nBut\
    22                     this one's different. This one's going to be \
    23                     awesome. And simple. \nReally simple.
     15homepage            http://python-requests.org/
     16description         HTTP for Humans
     17long_description    Requests is an ISC Licensed HTTP library, \
     18                    written in Python, for human beings.
    2419
    2520master_sites        http://pypi.python.org/packages/source/r/requests
    2621distname            requests-${version}
    27 
    28 checksums           rmd160  4f78eb77bbf4796017ead539d7583852dbcc8fe7 \
    29                     sha256  80f32a74bed8cf081a3a25512f8725e09ceda217101ea706efced262bb05aec6
     22checksums           rmd160  fc86737d867fdf8fc048fdd7deb2019a875034af \
     23                    sha256  fd4260541d0e559c78e2b3072bd79f36e0f8ef935bcbbadaa8c98cd8b5a62897
    3024
    3125if {$subport != $name} {
    3226    livecheck.type      none