Ticket #51662: Portfile

File Portfile, 958 bytes (added by zdw (Zack Williams), 8 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem          1.0
5PortGroup           python 1.0
6
7name                git-review
8version             1.25.0
9categories          devel
10platforms           darwin
11license             Apache-2
12maintainers         artisancomputer.com:zdw
13description         A git command for submitting branches to Gerrit
14long_description \
15   git-review is a tool that helps submitting git branches to gerrit for review.
16homepage            https://git.openstack.org/cgit/openstack-infra/git-review
17master_sites        https://pypi.python.org/packages/source/g/git-review/
18
19distname            git-review-${version}
20
21checksums           sha256 087e0a7dc2415796a9f21c484a6f652c5410e6ba4562c36291c5399f9395a11d
22
23python.versions     27
24python.link_binaries_suffix
25
26depends_lib         port:py-requests \
27                    port:git
28