View | Details | Raw Unified | Return to bug 269047 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/py-gitlab-webhook-handler/Makefile (+29 lines)
Added Link Here
1
PORTNAME=	gitlab-webhook-handler
2
PORTVERSION=	1.0.2
3
CATEGORIES=	devel www python
4
MASTER_SITES=	CHEESESHOP
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
DISTNAME=	gwh-${PORTVERSION}
7
8
MAINTAINER=	michael.osipov@siemens.com
9
COMMENT=	Webhook Handler for GitLab
10
WWW=		https://github.com/ahebrank/gitlab-webhook-handler
11
12
LICENSE=	APACHE20
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Flask>=1.0:www/py-flask@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}requests>=2.19.0:www/py-requests@${PY_FLAVOR}
17
18
USES=		cpe python
19
CPE_VENDOR=	python
20
USE_PYTHON=	distutils concurrent autoplist
21
PYDISTUTILS_PKGNAME=	gwh
22
23
NO_ARCH=	yes
24
25
post-patch:
26
	@${REINPLACE_CMD} -e 's|python -m gwh|${PYTHON_VERSION} -m gwh|' \
27
		${WRKSRC}/gwh/__main__.py
28
29
.include <bsd.port.mk>
(-)b/devel/py-gitlab-webhook-handler/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1674077353
2
SHA256 (gwh-1.0.2.tar.gz) = 69c2f151289a6b8015adacff34c64a984c5c8e6abf6cb22cb61f2e08611fed9c
3
SIZE (gwh-1.0.2.tar.gz) = 6312
(-)b/devel/py-gitlab-webhook-handler/pkg-descr (-1 / +2 lines)
Added Link Here
0
- 
1
Webhook Handler for GitLab written in Python with Flask deployed as WSGI
2
application.

Return to bug 269047