Any missed ports, feel free to bump. Any ports that need setuptools at runtime can have the devel/py-setuptools manually added back to RUN_DEPENDS, but understand that this practice is deprecated; see CHANGES for details.
24 lines
661 B
Makefile
24 lines
661 B
Makefile
PORTNAME= git-lab
|
|
DISTVERSION= 0.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= adridg@FreeBSD.org
|
|
COMMENT= GitLab management commands for git CLI
|
|
WWW= https://invent.kde.org/sdk/git-lab
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>0:devel/py-appdirs@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}gitpython>=2.1.8:devel/py-gitpython@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}python-gitlab>=2.7.1:devel/py-python-gitlab@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent distutils optsuffix
|
|
|
|
USE_GITLAB= yes
|
|
GL_SITE= https://invent.kde.org
|
|
GL_ACCOUNT= sdk
|
|
GL_PROJECT= ${PORTNAME}
|
|
GL_TAGNAME= 68c892f1f5268652d23cea04b1af294b8fc32dbb
|
|
|
|
.include <bsd.port.mk>
|