Ticket #32915: py-clint-github.diff
File py-clint-github.diff, 1.1 KB (added by ryandesign (Ryan Carsten Schmidt), 13 years ago) |
---|
-
Portfile
2 2 # $Id$ 3 3 4 4 PortSystem 1.0 5 PortGroup github 1.0 5 6 PortGroup python 1.0 6 7 8 github.setup kennethreitz clint 0.3.1 v 7 9 name py-clint 8 version 0.3.19 10 python.versions 26 27 31 32 10 11 python.default_version 27 11 12 revision 2 … … 25 26 All with a single function call.\ 26 27 The world's easiest to use implicit argument system w/ chaining methods for filtering. Seriously. 27 28 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. 31 30 distname v${version} 32 31 extract.suffix 33 32 34 33 checksums rmd160 225e0b50b56948bf74963da79e4a751140dd8b5c \ 35 34 sha256 9c974ee8d5bc7fe4f62de1cc48eb85f50c10b17aa712ffa4f15b7e77209f8f35 36 livecheck.type regex37 livecheck.url ${homepage}38 livecheck.regex {"v([0-9\.]+)"}