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 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python 1.0 |
---|
6 | |
---|
7 | name git-review |
---|
8 | version 1.25.0 |
---|
9 | categories devel |
---|
10 | platforms darwin |
---|
11 | license Apache-2 |
---|
12 | maintainers artisancomputer.com:zdw |
---|
13 | description A git command for submitting branches to Gerrit |
---|
14 | long_description \ |
---|
15 | git-review is a tool that helps submitting git branches to gerrit for review. |
---|
16 | homepage https://git.openstack.org/cgit/openstack-infra/git-review |
---|
17 | master_sites https://pypi.python.org/packages/source/g/git-review/ |
---|
18 | |
---|
19 | distname git-review-${version} |
---|
20 | |
---|
21 | checksums sha256 087e0a7dc2415796a9f21c484a6f652c5410e6ba4562c36291c5399f9395a11d |
---|
22 | |
---|
23 | python.versions 27 |
---|
24 | python.link_binaries_suffix |
---|
25 | |
---|
26 | depends_lib port:py-requests \ |
---|
27 | port:git |
---|
28 | |
---|