New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79819


Ignore:
Timestamp:
06/26/11 17:26:15 (4 years ago)
Author:
singingwolfboy@…
Message:

New port: py25-webob

Location:
trunk/dports/python/py25-webob
Files:
1 added
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/dports/python/py25-webob/Portfile

    r79621 r79819  
    33 
    44PortSystem          1.0 
    5 PortGroup           python26 1.0 
     5PortGroup           python25 1.0 
    66 
    7 name                py26-webob 
    8 version             0.9.8 
     7name                py25-webob 
     8version             1.0.8 
    99categories-append   www 
    10 maintainers         openmaintainer akitada 
     10maintainers         nomaintainer 
    1111description         WSGI request and response object. 
    1212long_description    \ 
     
    2323master_sites        http://pypi.python.org/packages/source/W/WebOb/ 
    2424distname            WebOb-${version} 
     25use_zip             yes 
    2526 
    26 checksums           md5     07d1a1a4b0bf0faa67cb6638c632ea61 \ 
    27                     sha1    32793f14b1d63af3ce3ed965b214e4ce69404863 \ 
    28                     rmd160  0603d16dc2d5c3b8d24a128624fa605765dab674 
     27checksums           md5     9809f9fb64fca8690a7da533fa29a272 \ 
     28                    sha1    aa31465748763f3a516a60e814eaf5a34e369b4b \ 
     29                    rmd160  e0264867521e1bd9a0aee295f45f5e2da5061889 
    2930 
    30 depends_lib         port:py26-distribute 
     31depends_lib         port:py25-distribute 
Note: See TracChangeset for help on using the changeset viewer.