Date: Mon, 7 Oct 2024 09:20:11 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f0fc46cdc63f - main - devel/py-grimoirelab-toolkit: New port Message-ID: <202410070920.4979KBRH003290@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=f0fc46cdc63fe7d54af9ef502598a693d2d07dfd commit f0fc46cdc63fe7d54af9ef502598a693d2d07dfd Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-10-07 09:17:56 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-10-07 09:20:03 +0000 devel/py-grimoirelab-toolkit: New port Toolkit of common functions used across GrimoireLab projects This package provides a library composed by functions widely used in other GrimoireLab projects. These function deal with date handling, introspection, URIs/URLs, among other topics. WWW: https://github.com/chaoss/grimoirelab-toolkit/ Sponsored by: The FreeBSD Foundation --- devel/Makefile | 1 + devel/py-grimoirelab-toolkit/Makefile | 25 +++++++++++++++++++++++++ devel/py-grimoirelab-toolkit/distinfo | 3 +++ devel/py-grimoirelab-toolkit/pkg-descr | 3 +++ 4 files changed, 32 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 1e9539d0abe4..f45594739661 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4924,6 +4924,7 @@ SUBDIR += py-graphql-relay SUBDIR += py-graphql-relay2 SUBDIR += py-greenlet + SUBDIR += py-grimoirelab-toolkit SUBDIR += py-grizzled SUBDIR += py-grpc-google-iam-v1 SUBDIR += py-grpc-stubs diff --git a/devel/py-grimoirelab-toolkit/Makefile b/devel/py-grimoirelab-toolkit/Makefile new file mode 100644 index 000000000000..536a18ecc88f --- /dev/null +++ b/devel/py-grimoirelab-toolkit/Makefile @@ -0,0 +1,25 @@ +PORTNAME= grimoirelab-toolkit +DISTVERSION= 1.0.5 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= grimoirelab_toolkit-${DISTVERSION} + +MAINTAINER= bofh@FreeBSD.org +COMMENT= Toolkit of common functions used across GrimoireLab projects +WWW= https://github.com/chaoss/grimoirelab-toolkit/ + +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.8.2:devel/py-python-dateutil@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 unittest + +NO_ARCH= yes + +TEST_WRKSRC= ${WRKSRC}/tests + +.include <bsd.port.mk> diff --git a/devel/py-grimoirelab-toolkit/distinfo b/devel/py-grimoirelab-toolkit/distinfo new file mode 100644 index 000000000000..b7642ab03612 --- /dev/null +++ b/devel/py-grimoirelab-toolkit/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1728292292 +SHA256 (grimoirelab_toolkit-1.0.5.tar.gz) = 2232ae0b336bf284f77bdfcbfe27402cbdc1aff314ee7cc9b88c676b79b37548 +SIZE (grimoirelab_toolkit-1.0.5.tar.gz) = 21471 diff --git a/devel/py-grimoirelab-toolkit/pkg-descr b/devel/py-grimoirelab-toolkit/pkg-descr new file mode 100644 index 000000000000..194006ccb284 --- /dev/null +++ b/devel/py-grimoirelab-toolkit/pkg-descr @@ -0,0 +1,3 @@ +This package provides a library composed by functions widely used in +other GrimoireLab projects. These function deal with date handling, +introspection, URIs/URLs, among other topics.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410070920.4979KBRH003290>