Ticket #40915: py-uritemplate_0.6.diff

File py-uritemplate_0.6.diff, 1.1 KB (added by tresni (Brian Hartvigsen), 11 years ago)

Correct subport name

  • Portfile

    old new  
    44PortGroup           python 1.0
    55PortGroup           github 1.0
    66
    7 github.setup        uri-templates uritemplate-py 0.5.2 uri-template-py-
     7github.setup        uri-templates uritemplate-py 0.6 uri-template-py-
    88name                py-uritemplate
    9 python.versions     25 26 27
     9python.versions     25 26 27 33
    1010categories-append   textproc www
    1111maintainers         nomaintainer
    1212license             Apache-2
     
    1818platforms           darwin
    1919supported_archs     noarch
    2020
    21 checksums           rmd160  290af6184693146c520a09ea1904b7a5dcc9b355 \
    22                     sha256  67abd8aa226d57f3459163598d50d1c372318e9ddc3e8a8c5728c1b48a2ccfa1
     21checksums           rmd160  0272ac79d16963e322e3e7cc414e1d5ca69dcd51 \
     22                    sha256  acebabf9081afc4856cda7c4b241c922b2082c25bfd19e8b8a924e959490c655
     23
     24subport py25-uritemplate {
     25    depends_lib-append      port:py25-simplejson
     26}