Update to 1.13.0.
PR: 241696 Submitted by: Derek Schrock <dereks@lifeofadishwasher.com> (maintainer)
This commit is contained in:
parent
8743b6ee83
commit
39a3c19086
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=516624
2 changed files with 5 additions and 19 deletions
|
@ -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
|
||||
|
@ -35,14 +31,6 @@ 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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue