Ticket #32915: py-clint-github.diff

File py-clint-github.diff, 1.1 KB (added by ryandesign (Ryan Carsten Schmidt), 12 years ago)

proposed patch

  • Portfile

     
    22# $Id$
    33
    44PortSystem      1.0
     5PortGroup       github 1.0
    56PortGroup       python 1.0
    67
     8github.setup    kennethreitz clint 0.3.1 v
    79name            py-clint
    8 version         0.3.1
    910python.versions 26 27 31 32
    1011python.default_version 27
    1112revision        2
     
    2526                    All with a single function call.\
    2627                    The world's easiest to use implicit argument system w/ chaining methods for filtering. Seriously.
    2728
    28 homepage        https://github.com/kennethreitz/clint/
    29 master_sites    http://github.com/kennethreitz/clint/tarball/
    30 worksrcdir      kennethreitz-clint-4336c35
     29# Remove these two lines simultaneously with updating to the next version of clint.
    3130distname        v${version}
    3231extract.suffix 
    3332
    3433checksums           rmd160  225e0b50b56948bf74963da79e4a751140dd8b5c \
    3534                    sha256  9c974ee8d5bc7fe4f62de1cc48eb85f50c10b17aa712ffa4f15b7e77209f8f35
    36 livecheck.type  regex
    37 livecheck.url   ${homepage}
    38 livecheck.regex {"v([0-9\.]+)"}