diff options
author | Steve Wills <swills@FreeBSD.org> | 2018-04-17 04:17:13 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2018-04-17 04:17:13 +0000 |
commit | c91db496c677f531ca1497c9aaf819045203972b (patch) | |
tree | 0476207c6fce6c8fb49dc8d2358477b390317dbd /devel/py-python-gitlab/files | |
parent | www/py-httmock: create port (diff) |
devel/py-python-gitlab: create port
python-gitlab is a Python package providing access to the GitLab server API.
It supports the v3 and v4 APIs of GitLab, and provides a CLI tool (gitlab).
WWW: https://github.com/python-gitlab/python-gitlab
PR: 226290
Submitted by: dereks@lifeofadishwasher.com
Notes
Notes:
svn path=/head/; revision=467558
Diffstat (limited to 'devel/py-python-gitlab/files')
-rw-r--r-- | devel/py-python-gitlab/files/pkg-message.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/py-python-gitlab/files/pkg-message.in b/devel/py-python-gitlab/files/pkg-message.in new file mode 100644 index 000000000000..fdcffd877a91 --- /dev/null +++ b/devel/py-python-gitlab/files/pkg-message.in @@ -0,0 +1,4 @@ +Add %%PREFIX%%/etc/python-gitlab.cfg or ~/.python-gitlab.cfg + +See https://github.com/python-gitlab/python-gitlab/blob/master/docs/cli.rst +for CLI configutation details |