devel/py-python-gitlab: Update to 1.8.0
While here, pet portlint by putting USES line in the right place. PR: 235963 Submitted by: Derek Schrock <dereks@lifeofadishwasher.com> (maintainer) Relnotes: https://github.com/python-gitlab/python-gitlab/releases/tag/1.8.0
This commit is contained in:
parent
d77fc6ab70
commit
16bf3cae54
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=493712
2 changed files with 6 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= python-gitlab
|
||||
PORTVERSION= 1.7.0
|
||||
PORTVERSION= 1.8.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -17,6 +17,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.4.2:www/py-requests@${PY_FLAVOR}
|
|||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httmock>0:www/py-httmock@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR}
|
||||
|
@ -25,7 +27,6 @@ DOCS_VARS= PYDISTUTILS_BUILD_TARGET=build_sphinx \
|
|||
PYDISTUTILS_BUILDARGS="-n --all-files --fresh-env"
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist concurrent
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1549109885
|
||||
SHA256 (python-gitlab-1.7.0.tar.gz) = 401ef8929db4dcb5b08e0a2263a0a70599fc7e5b27615f956ac26d245802d09e
|
||||
SIZE (python-gitlab-1.7.0.tar.gz) = 110657
|
||||
TIMESTAMP = 1550933993
|
||||
SHA256 (python-gitlab-1.8.0.tar.gz) = a6b03bc53f6e2e22b88d5ff9772b1bb360570ec82752f1def3d6eb60cda093e7
|
||||
SIZE (python-gitlab-1.8.0.tar.gz) = 115603
|
||||
|
|
Loading…
Reference in a new issue