Ticket #33969: Portfile-py-requests.diff
File Portfile-py-requests.diff, 1.8 KB (added by larryv (Lawrence Velázquez), 13 years ago) |
---|
-
Portfile
old new 5 5 PortGroup python 1.0 6 6 7 7 name py-requests 8 version 0.1 0.79 python.versions 26 27 8 version 0.11.1 9 python.versions 26 27 31 32 10 10 python.default_version 27 11 categories pythondevel11 categories-append devel 12 12 platforms darwin 13 13 maintainers saispo gmail.com:larry.velazquez openmaintainer 14 14 license 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. 15 homepage http://python-requests.org/ 16 description HTTP for Humans 17 long_description Requests is an ISC Licensed HTTP library, \ 18 written in Python, for human beings. 24 19 25 20 master_sites http://pypi.python.org/packages/source/r/requests 26 21 distname requests-${version} 27 28 checksums rmd160 4f78eb77bbf4796017ead539d7583852dbcc8fe7 \ 29 sha256 80f32a74bed8cf081a3a25512f8725e09ceda217101ea706efced262bb05aec6 22 checksums rmd160 fc86737d867fdf8fc048fdd7deb2019a875034af \ 23 sha256 fd4260541d0e559c78e2b3072bd79f36e0f8ef935bcbbadaa8c98cd8b5a62897 30 24 31 25 if {$subport != $name} { 32 26 livecheck.type none