aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2024-02-03 00:56:02 +0000
committerWen Heping <wen@FreeBSD.org>2024-02-03 00:58:29 +0000
commitca41103d32ee6a8fb8f1fdc644032c0743944f49 (patch)
tree56825fcc2c6ae99ca986fffe6d863d042b3548be
parentd9d5b36205fee87f589e2aca05830ace03531678 (diff)
downloadports-ca41103d32ee6a8fb8f1fdc644032c0743944f49.tar.gz
ports-ca41103d32ee6a8fb8f1fdc644032c0743944f49.zip
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.
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-clldutils/Makefile28
-rw-r--r--devel/py-clldutils/distinfo3
-rw-r--r--devel/py-clldutils/pkg-descr3
4 files changed, 35 insertions, 0 deletions
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.