FreeBSD Bugzilla – Attachment 241084 Details for
Bug 269047
[NEW PORT] devel/py-gitlab-webhook-handler
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Git-formatted patch
0001-devel-py-gitlab-webhook-handler-new-port.patch (text/plain), 2.26 KB, created by
Michael Osipov
on 2023-03-24 10:17:53 UTC
(
hide
)
Description:
Git-formatted patch
Filename:
MIME Type:
Creator:
Michael Osipov
Created:
2023-03-24 10:17:53 UTC
Size:
2.26 KB
patch
obsolete
>From 94d50efca0ed0034476f85e55bf40bfe1429fd88 Mon Sep 17 00:00:00 2001 >From: Michael Osipov <michael.osipov@siemens.com> >Date: Thu, 5 Jan 2023 11:22:05 +0100 >Subject: [PATCH] devel/py-gitlab-webhook-handler: new port > >--- > devel/py-gitlab-webhook-handler/Makefile | 29 +++++++++++++++++++++++ > devel/py-gitlab-webhook-handler/distinfo | 3 +++ > devel/py-gitlab-webhook-handler/pkg-descr | 2 ++ > 3 files changed, 34 insertions(+) > create mode 100644 devel/py-gitlab-webhook-handler/Makefile > create mode 100644 devel/py-gitlab-webhook-handler/distinfo > create mode 100644 devel/py-gitlab-webhook-handler/pkg-descr > >diff --git a/devel/py-gitlab-webhook-handler/Makefile b/devel/py-gitlab-webhook-handler/Makefile >new file mode 100644 >index 0000000..8cf2448 >--- /dev/null >+++ b/devel/py-gitlab-webhook-handler/Makefile >@@ -0,0 +1,29 @@ >+PORTNAME= gitlab-webhook-handler >+PORTVERSION= 1.0.2 >+CATEGORIES= devel www python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+DISTNAME= gwh-${PORTVERSION} >+ >+MAINTAINER= michael.osipov@siemens.com >+COMMENT= Webhook Handler for GitLab >+WWW= https://github.com/ahebrank/gitlab-webhook-handler >+ >+LICENSE= APACHE20 >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=1.0:www/py-flask@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}requests>=2.19.0:www/py-requests@${PY_FLAVOR} >+ >+USES= cpe python >+CPE_VENDOR= python >+USE_PYTHON= distutils concurrent autoplist >+PYDISTUTILS_PKGNAME= gwh >+ >+NO_ARCH= yes >+ >+post-patch: >+ @${REINPLACE_CMD} -e 's|python -m gwh|${PYTHON_VERSION} -m gwh|' \ >+ ${WRKSRC}/gwh/__main__.py >+ >+.include <bsd.port.mk> >diff --git a/devel/py-gitlab-webhook-handler/distinfo b/devel/py-gitlab-webhook-handler/distinfo >new file mode 100644 >index 0000000..a88ab34 >--- /dev/null >+++ b/devel/py-gitlab-webhook-handler/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1674077353 >+SHA256 (gwh-1.0.2.tar.gz) = 69c2f151289a6b8015adacff34c64a984c5c8e6abf6cb22cb61f2e08611fed9c >+SIZE (gwh-1.0.2.tar.gz) = 6312 >diff --git a/devel/py-gitlab-webhook-handler/pkg-descr b/devel/py-gitlab-webhook-handler/pkg-descr >new file mode 100644 >index 0000000..03a5727 >--- /dev/null >+++ b/devel/py-gitlab-webhook-handler/pkg-descr >@@ -0,0 +1,2 @@ >+Webhook Handler for GitLab written in Python with Flask deployed as WSGI >+application. >-- >2.39.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 269047
:
239583
| 241084