Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Nov 2019 09:21:18 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r516624 - head/devel/py-python-gitlab
Message-ID:  <201911040921.xA49LIsZ012075@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Mon Nov  4 09:21:18 2019
New Revision: 516624
URL: https://svnweb.freebsd.org/changeset/ports/516624

Log:
  Update to 1.13.0.
  
  PR:		241696
  Submitted by:	Derek Schrock <dereks@lifeofadishwasher.com> (maintainer)

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	Mon Nov  4 09:15:50 2019	(r516623)
+++ head/devel/py-python-gitlab/Makefile	Mon Nov  4 09:21:18 2019	(r516624)
@@ -1,14 +1,10 @@
 # $FreeBSD$
 
 PORTNAME=	python-gitlab
-PORTVERSION=	1.12.1
+PORTVERSION=	1.13.0
 CATEGORIES=	devel python
-MASTER_SITES=	CHEESESHOP \
-		https://raw.githubusercontent.com/${PORTNAME}/${PORTNAME}/v${PORTVERSION}/gitlab/tests/data/:tests
+MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
-		todo.json:tests
-EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 
 MAINTAINER=	dereks@lifeofadishwasher.com
 COMMENT=	Interact with GitLab API
@@ -34,14 +30,6 @@ 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	Mon Nov  4 09:15:50 2019	(r516623)
+++ head/devel/py-python-gitlab/distinfo	Mon Nov  4 09:21:18 2019	(r516624)
@@ -1,5 +1,3 @@
-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
+TIMESTAMP = 1572824772
+SHA256 (python-gitlab-1.13.0.tar.gz) = 73b4b44dbe0515c61549a42e624408f25360a08729dc069214dde5db568dbf88
+SIZE (python-gitlab-1.13.0.tar.gz) = 121434



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911040921.xA49LIsZ012075>