git: ca41103d32ee - main - devel/py-clldutils: Add new port.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 03 Feb 2024 00:59:10 UTC
The branch main has been updated by wen:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ca41103d32ee6a8fb8f1fdc644032c0743944f49
commit ca41103d32ee6a8fb8f1fdc644032c0743944f49
Author: Wen Heping <wen@FreeBSD.org>
AuthorDate: 2024-02-03 00:56:02 +0000
Commit: Wen Heping <wen@FreeBSD.org>
CommitDate: 2024-02-03 00:58:29 +0000
devel/py-clldutils: Add new port.
Originally, clldutils started out as a library for functionality often
used in clld web apps. Over time, it turned into a toolbox for various
data curation tasks, with a focus on cross-linguistic data.
---
devel/Makefile | 1 +
devel/py-clldutils/Makefile | 28 ++++++++++++++++++++++++++++
devel/py-clldutils/distinfo | 3 +++
devel/py-clldutils/pkg-descr | 3 +++
4 files changed, 35 insertions(+)
diff --git a/devel/Makefile b/devel/Makefile
index 51481c8a3aca..72934ed1c2c3 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4489,6 +4489,7 @@
SUBDIR += py-cligj
SUBDIR += py-clikit
SUBDIR += py-clint
+ SUBDIR += py-clldutils
SUBDIR += py-cloudpickle
SUBDIR += py-cluster
SUBDIR += py-cmd2
diff --git a/devel/py-clldutils/Makefile b/devel/py-clldutils/Makefile
new file mode 100644
index 000000000000..2d86de63b6c6
--- /dev/null
+++ b/devel/py-clldutils/Makefile
@@ -0,0 +1,28 @@
+PORTNAME= clldutils
+PORTVERSION= 3.22.1
+CATEGORIES= devel python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= wen@FreeBSD.org
+COMMENT= Utilities for programmatic data curation
+WWW= https://github.com/clld/clldutils
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}tabulate>=0:devel/py-tabulate@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}colorlog>=0:devel/py-colorlog@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}markdown>=0:textproc/py-markdown@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}markupsafe>=0:textproc/py-markupsafe@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= autoplist pep517
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-clldutils/distinfo b/devel/py-clldutils/distinfo
new file mode 100644
index 000000000000..5ef4e6acae6e
--- /dev/null
+++ b/devel/py-clldutils/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1706917932
+SHA256 (clldutils-3.22.1.tar.gz) = ad8b541f8f1ca1c9b1d99d43128b4498812055049e154778d862e695feed7a08
+SIZE (clldutils-3.22.1.tar.gz) = 1711139
diff --git a/devel/py-clldutils/pkg-descr b/devel/py-clldutils/pkg-descr
new file mode 100644
index 000000000000..07f72635aa2c
--- /dev/null
+++ b/devel/py-clldutils/pkg-descr
@@ -0,0 +1,3 @@
+Originally, clldutils started out as a library for functionality often
+used in clld web apps. Over time, it turned into a toolbox for various
+data curation tasks, with a focus on cross-linguistic data.