git: 9bcc1399daa3 - main - devel/py-robotframework-excellib: Add py-robotframework-excellib 2.0.1

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 26 Oct 2024 06:03:12 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9bcc1399daa3b7021192a8c6c3aa883f1d22b485

commit 9bcc1399daa3b7021192a8c6c3aa883f1d22b485
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-10-26 05:59:50 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-10-26 05:59:50 +0000

    devel/py-robotframework-excellib: Add py-robotframework-excellib 2.0.1
    
    robotframework-excellib provides the Robot Framework library for working with
    Excel documents, based on openpyxl.
---
 devel/Makefile                             |  1 +
 devel/py-robotframework-excellib/Makefile  | 22 ++++++++++++++++++++++
 devel/py-robotframework-excellib/distinfo  |  3 +++
 devel/py-robotframework-excellib/pkg-descr |  2 ++
 4 files changed, 28 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index fe873919ca0d..2c8b4709fc9c 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5807,6 +5807,7 @@
     SUBDIR += py-robotframework
     SUBDIR += py-robotframework-assertion-engine
     SUBDIR += py-robotframework-databaselibrary
+    SUBDIR += py-robotframework-excellib
     SUBDIR += py-robotframework-pabot
     SUBDIR += py-robotframework-pythonlibcore
     SUBDIR += py-robotframework-requests
diff --git a/devel/py-robotframework-excellib/Makefile b/devel/py-robotframework-excellib/Makefile
new file mode 100644
index 000000000000..65477a4630a8
--- /dev/null
+++ b/devel/py-robotframework-excellib/Makefile
@@ -0,0 +1,22 @@
+PORTNAME=	robotframework-excellib
+PORTVERSION=	2.0.1
+CATEGORIES=	devel python
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Robot Framework library for working with Excel documents
+WWW=		https://github.com/peterservice-rnd/robotframework-excellib
+
+LICENSE=	APACHE20
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}openpyxl>=2.4.1:textproc/py-openpyxl@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist concurrent pep517
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-robotframework-excellib/distinfo b/devel/py-robotframework-excellib/distinfo
new file mode 100644
index 000000000000..469332740dea
--- /dev/null
+++ b/devel/py-robotframework-excellib/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1729909962
+SHA256 (robotframework-excellib-2.0.1.tar.gz) = 67303095833c0e0583d617d646763cbb646765cdd5dfaf248228010297836588
+SIZE (robotframework-excellib-2.0.1.tar.gz) = 4665
diff --git a/devel/py-robotframework-excellib/pkg-descr b/devel/py-robotframework-excellib/pkg-descr
new file mode 100644
index 000000000000..33a011416842
--- /dev/null
+++ b/devel/py-robotframework-excellib/pkg-descr
@@ -0,0 +1,2 @@
+robotframework-excellib provides the Robot Framework library for working with
+Excel documents, based on openpyxl.