summaryrefslogtreecommitdiff
path: root/devel/py-comm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--devel/py-comm/Makefile3
-rw-r--r--devel/py-comm/distinfo6
-rw-r--r--devel/py-commoncode/Makefile38
-rw-r--r--devel/py-commoncode/distinfo3
-rw-r--r--devel/py-commoncode/pkg-descr1
5 files changed, 46 insertions, 5 deletions
diff --git a/devel/py-comm/Makefile b/devel/py-comm/Makefile
index ebff581037e3..40ae111959f5 100644
--- a/devel/py-comm/Makefile
+++ b/devel/py-comm/Makefile
@@ -1,5 +1,5 @@
PORTNAME= comm
-PORTVERSION= 0.2.2
+PORTVERSION= 0.2.3
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,6 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.10:devel/py-hatchling@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traitlets>=4:devel/py-traitlets@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
diff --git a/devel/py-comm/distinfo b/devel/py-comm/distinfo
index 93f1783e4270..859c5c2e5573 100644
--- a/devel/py-comm/distinfo
+++ b/devel/py-comm/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1710712420
-SHA256 (comm-0.2.2.tar.gz) = 3fd7a84065306e07bea1773df6eb8282de51ba82f77c72f9c85716ab11fe980e
-SIZE (comm-0.2.2.tar.gz) = 6210
+TIMESTAMP = 1753796050
+SHA256 (comm-0.2.3.tar.gz) = 2dc8048c10962d55d7ad693be1e7045d891b7ce8d999c97963a5e3e99c055971
+SIZE (comm-0.2.3.tar.gz) = 6319
diff --git a/devel/py-commoncode/Makefile b/devel/py-commoncode/Makefile
new file mode 100644
index 000000000000..52ea50163887
--- /dev/null
+++ b/devel/py-commoncode/Makefile
@@ -0,0 +1,38 @@
+PORTNAME= commoncode
+DISTVERSION= 32.2.1
+CATEGORIES= devel python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= tuukka.pasanen@ilmi.fi
+COMMENT= Set of common utilities, originally split from ScanCode
+WWW= https://github.com/aboutcode-org/commoncode
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/apache-2.0.LICENSE
+
+BUILD_DEPENDS= ${PY_SETUPTOOLS} \
+ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=25.0:devel/py-attrs@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.13.0:www/py-beautifulsoup@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}click>=2.8:devel/py-click@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}requests>2.7.0:www/py-requests@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}saneyaml>0.5.2:devel/py-saneyaml@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}text-unidecode>1.0:converters/py-text-unidecode@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= autoplist concurrent pep517 pytest
+PYTEST_BROKEN_TESTS= test_parse_os_release test_is_readable_is_writeable_dir \
+ test_is_readable_is_writeable_file \
+ test_chmod_read_write_file \
+ test_chmod_read_write_non_recursively_on_dir \
+ test_chmod_read_write_recursively_on_dir \
+ test_copyfile_does_not_keep_permissions \
+ test_copytree_copies_unreadable_files \
+ test_copytree_does_not_keep_non_writable_permissions \
+ test_resource_iter_can_walk_unicode_path_with_zip
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-commoncode/distinfo b/devel/py-commoncode/distinfo
new file mode 100644
index 000000000000..210558a10e66
--- /dev/null
+++ b/devel/py-commoncode/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1746508932
+SHA256 (commoncode-32.2.1.tar.gz) = 4c5c37b39a77adecd67f7d53073c02d1d96283d31fd2bc2d67e22f320a381881
+SIZE (commoncode-32.2.1.tar.gz) = 1742208
diff --git a/devel/py-commoncode/pkg-descr b/devel/py-commoncode/pkg-descr
new file mode 100644
index 000000000000..a3ea79b76817
--- /dev/null
+++ b/devel/py-commoncode/pkg-descr
@@ -0,0 +1 @@
+Set of common utilities, originally split from ScanCode