View | Details | Raw Unified | Return to bug 241222
Collapse All | Expand All

(-)b/devel/py-python-gitlab/Makefile (-2 / +14 lines)
Lines 1-10 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	python-gitlab
3
PORTNAME=	python-gitlab
4
PORTVERSION=	1.11.0
4
PORTVERSION=	1.12.1
5
CATEGORIES=	devel python
5
CATEGORIES=	devel python
6
MASTER_SITES=	CHEESESHOP
6
MASTER_SITES=	CHEESESHOP \
7
		https://raw.githubusercontent.com/${PORTNAME}/${PORTNAME}/v${PORTVERSION}/gitlab/tests/data/:tests
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
10
		todo.json:tests
11
EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
8
12
9
MAINTAINER=	dereks@lifeofadishwasher.com
13
MAINTAINER=	dereks@lifeofadishwasher.com
10
COMMENT=	Interact with GitLab API
14
COMMENT=	Interact with GitLab API
Lines 31-36 USE_PYTHON= distutils autoplist concurrent Link Here
31
35
32
SUB_FILES=	pkg-message
36
SUB_FILES=	pkg-message
33
37
38
# todo.json is missing in the pypi dist file
39
# https://github.com/python-gitlab/python-gitlab/issues/907
40
# Once included EXTRACT_ONLY, DISTFILES, Extra MASTER_SITES, and the below post-extract
41
# can be removed
42
post-extract:
43
	@${MKDIR} ${WRKSRC}/gitlab/tests/data
44
	@${CP} ${DISTDIR}/${DIST_SUBDIR}/todo.json ${WRKSRC}/gitlab/tests/data/
45
34
post-patch:
46
post-patch:
35
	@${REINPLACE_CMD} -e 's|/etc|${LOCALBASE}/etc|g' ${WRKSRC}/gitlab/config.py
47
	@${REINPLACE_CMD} -e 's|/etc|${LOCALBASE}/etc|g' ${WRKSRC}/gitlab/config.py
36
48
(-)b/devel/py-python-gitlab/distinfo (-4 / +5 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1567351280
1
TIMESTAMP = 1570916431
2
SHA256 (python-gitlab-1.11.0.tar.gz) = fe356d084927477b7bf695191287474919db8cb6eb0d7832a4afd9cc8f7096c5
2
SHA256 (python-gitlab-1.12.1.tar.gz) = 984e110c1f76fd939652c30ce3101267a7064e34417cbfc4687e6106d4db54ec
3
SIZE (python-gitlab-1.11.0.tar.gz) = 118629
3
SIZE (python-gitlab-1.12.1.tar.gz) = 120227
4
SHA256 (todo.json) = ed65051d90c4966fe52b81f0b5a9da1b1e706e13e9df7cfbb2999421f169265e
5
SIZE (todo.json) = 2615
4
- 

Return to bug 241222