Date: Sat, 23 Feb 2019 17:00:37 +0000 (UTC) From: Koichiro Iwao <meta@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493712 - head/devel/py-python-gitlab Message-ID: <201902231700.x1NH0bjL049606@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: meta Date: Sat Feb 23 17:00:37 2019 New Revision: 493712 URL: https://svnweb.freebsd.org/changeset/ports/493712 Log: 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 Modified: head/devel/py-python-gitlab/Makefile head/devel/py-python-gitlab/distinfo Modified: head/devel/py-python-gitlab/Makefile ============================================================================== --- head/devel/py-python-gitlab/Makefile Sat Feb 23 16:57:01 2019 (r493711) +++ head/devel/py-python-gitlab/Makefile Sat Feb 23 17:00:37 2019 (r493712) @@ -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:ww 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 Modified: head/devel/py-python-gitlab/distinfo ============================================================================== --- head/devel/py-python-gitlab/distinfo Sat Feb 23 16:57:01 2019 (r493711) +++ head/devel/py-python-gitlab/distinfo Sat Feb 23 17:00:37 2019 (r493712) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902231700.x1NH0bjL049606>