From owner-svn-ports-all@freebsd.org Tue Oct 15 14:16:37 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 127781480DD; Tue, 15 Oct 2019 14:16:37 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46syCm6lWHz4G9c; Tue, 15 Oct 2019 14:16:36 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CB1001FC14; Tue, 15 Oct 2019 14:16:36 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x9FEGajg000548; Tue, 15 Oct 2019 14:16:36 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9FEGaM7000546; Tue, 15 Oct 2019 14:16:36 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201910151416.x9FEGaM7000546@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 15 Oct 2019 14:16:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514531 - head/devel/py-python-gitlab X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/py-python-gitlab X-SVN-Commit-Revision: 514531 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Oct 2019 14:16:37 -0000 Author: swills Date: Tue Oct 15 14:16:36 2019 New Revision: 514531 URL: https://svnweb.freebsd.org/changeset/ports/514531 Log: devel/py-python-gitlab: Update to 1.12.1 PR: 241222 Submitted by: Derek Schrock (maintainer) Modified: head/devel/py-python-gitlab/Makefile (contents, props changed) head/devel/py-python-gitlab/distinfo (contents, props changed) Modified: head/devel/py-python-gitlab/Makefile ============================================================================== --- head/devel/py-python-gitlab/Makefile Tue Oct 15 14:14:57 2019 (r514530) +++ head/devel/py-python-gitlab/Makefile Tue Oct 15 14:16:36 2019 (r514531) @@ -1,10 +1,14 @@ # $FreeBSD$ PORTNAME= python-gitlab -PORTVERSION= 1.11.0 +PORTVERSION= 1.12.1 CATEGORIES= devel python -MASTER_SITES= CHEESESHOP +MASTER_SITES= CHEESESHOP \ + https://raw.githubusercontent.com/${PORTNAME}/${PORTNAME}/v${PORTVERSION}/gitlab/tests/data/:tests PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ + todo.json:tests +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= dereks@lifeofadishwasher.com COMMENT= Interact with GitLab API @@ -30,6 +34,14 @@ NO_ARCH= yes USE_PYTHON= distutils autoplist concurrent SUB_FILES= pkg-message + +# todo.json is missing in the pypi dist file +# https://github.com/python-gitlab/python-gitlab/issues/907 +# Once included EXTRACT_ONLY, DISTFILES, Extra MASTER_SITES, and the below post-extract +# can be removed +post-extract: + @${MKDIR} ${WRKSRC}/gitlab/tests/data + @${CP} ${DISTDIR}/${DIST_SUBDIR}/todo.json ${WRKSRC}/gitlab/tests/data/ post-patch: @${REINPLACE_CMD} -e 's|/etc|${LOCALBASE}/etc|g' ${WRKSRC}/gitlab/config.py Modified: head/devel/py-python-gitlab/distinfo ============================================================================== --- head/devel/py-python-gitlab/distinfo Tue Oct 15 14:14:57 2019 (r514530) +++ head/devel/py-python-gitlab/distinfo Tue Oct 15 14:16:36 2019 (r514531) @@ -1,3 +1,5 @@ -TIMESTAMP = 1567351280 -SHA256 (python-gitlab-1.11.0.tar.gz) = fe356d084927477b7bf695191287474919db8cb6eb0d7832a4afd9cc8f7096c5 -SIZE (python-gitlab-1.11.0.tar.gz) = 118629 +TIMESTAMP = 1570916431 +SHA256 (python-gitlab-1.12.1.tar.gz) = 984e110c1f76fd939652c30ce3101267a7064e34417cbfc4687e6106d4db54ec +SIZE (python-gitlab-1.12.1.tar.gz) = 120227 +SHA256 (todo.json) = ed65051d90c4966fe52b81f0b5a9da1b1e706e13e9df7cfbb2999421f169265e +SIZE (todo.json) = 2615