summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/R-cran-rprojroot/Makefile2
-rw-r--r--devel/R-cran-rprojroot/distinfo6
-rw-r--r--devel/golangci-lint/Makefile5
-rw-r--r--devel/golangci-lint/distinfo10
-rw-r--r--devel/py-cyclopts/Makefile29
-rw-r--r--devel/py-cyclopts/distinfo3
-rw-r--r--devel/py-cyclopts/pkg-descr2
-rw-r--r--devel/py-python-gitlab/Makefile2
-rw-r--r--devel/py-python-gitlab/distinfo6
10 files changed, 50 insertions, 16 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 5662471fa45e..c58e0cb516ba 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4748,6 +4748,7 @@
SUBDIR += py-cwcwidth
SUBDIR += py-cxx
SUBDIR += py-cycler
+ SUBDIR += py-cyclopts
SUBDIR += py-cykhash
SUBDIR += py-cymbal
SUBDIR += py-cymem
diff --git a/devel/R-cran-rprojroot/Makefile b/devel/R-cran-rprojroot/Makefile
index e16811c597f6..9051ca5b7dd4 100644
--- a/devel/R-cran-rprojroot/Makefile
+++ b/devel/R-cran-rprojroot/Makefile
@@ -1,5 +1,5 @@
PORTNAME= rprojroot
-DISTVERSION= 2.1.0
+DISTVERSION= 2.1.1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
diff --git a/devel/R-cran-rprojroot/distinfo b/devel/R-cran-rprojroot/distinfo
index c90833cadba5..41c6a8bd025c 100644
--- a/devel/R-cran-rprojroot/distinfo
+++ b/devel/R-cran-rprojroot/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1752421865
-SHA256 (rprojroot_2.1.0.tar.gz) = 1882ae88dc927d2fd94874349aae158a641aa018001d6c53e5f95fa920c2474d
-SIZE (rprojroot_2.1.0.tar.gz) = 59562
+TIMESTAMP = 1756314666
+SHA256 (rprojroot_2.1.1.tar.gz) = 473989bbef45fd9cd68f68dc317b14c9f42de5cea4b55fd6ba9011f25e0517e9
+SIZE (rprojroot_2.1.1.tar.gz) = 59899
diff --git a/devel/golangci-lint/Makefile b/devel/golangci-lint/Makefile
index 103c901776c8..a908d950bc88 100644
--- a/devel/golangci-lint/Makefile
+++ b/devel/golangci-lint/Makefile
@@ -1,7 +1,6 @@
PORTNAME= golangci-lint
DISTVERSIONPREFIX= v
-DISTVERSION= 2.3.1
-PORTREVISION= 1
+DISTVERSION= 2.4.0
CATEGORIES= devel
MAINTAINER= dutra@FreeBSD.org
@@ -11,7 +10,7 @@ WWW= https://github.com/golangci/golangci-lint
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= gmake go:1.23,modules
+USES= gmake go:1.24,modules
_BUILD_VERSION= ${DISTVERSION}
_BUILD_COMMIT= eabc263
diff --git a/devel/golangci-lint/distinfo b/devel/golangci-lint/distinfo
index a8574e643106..a3e2aadeaf85 100644
--- a/devel/golangci-lint/distinfo
+++ b/devel/golangci-lint/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1754457844
-SHA256 (go/devel_golangci-lint/golangci-lint-v2.3.1/v2.3.1.mod) = 1ea9bd30fca5945ec6a161dc0e4518e3dfc136e8fe4eb36d14644fc9f4626966
-SIZE (go/devel_golangci-lint/golangci-lint-v2.3.1/v2.3.1.mod) = 9635
-SHA256 (go/devel_golangci-lint/golangci-lint-v2.3.1/v2.3.1.zip) = e39869101e3d5c617b3047744c249a316b3bd3350666191ea94013ff1a9d3933
-SIZE (go/devel_golangci-lint/golangci-lint-v2.3.1/v2.3.1.zip) = 3053124
+TIMESTAMP = 1756595488
+SHA256 (go/devel_golangci-lint/golangci-lint-v2.4.0/v2.4.0.mod) = 932eec519a8abe11111e4746f1675c8bd2120691b3893a4e6081ee4333c8fd55
+SIZE (go/devel_golangci-lint/golangci-lint-v2.4.0/v2.4.0.mod) = 9682
+SHA256 (go/devel_golangci-lint/golangci-lint-v2.4.0/v2.4.0.zip) = 89bdc80bd2c577a08749210d07c0867210c0bffa29352c7d63411de22468f5c3
+SIZE (go/devel_golangci-lint/golangci-lint-v2.4.0/v2.4.0.zip) = 1803634
diff --git a/devel/py-cyclopts/Makefile b/devel/py-cyclopts/Makefile
new file mode 100644
index 000000000000..a410b7d123ec
--- /dev/null
+++ b/devel/py-cyclopts/Makefile
@@ -0,0 +1,29 @@
+PORTNAME= cyclopts
+DISTVERSION= 3.23.1
+CATEGORIES= devel python
+MASTER_SITES= PYPI # no tests
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= Intuitive, easy CLIs based on type hints
+WWW= https://github.com/BrianPugh/cyclopts
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}poetry-dynamic-versioning>=1.0.1:devel/py-poetry-dynamic-versioning@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=23.1.0:devel/py-attrs@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}docstring_parser>=0.15:textproc/py-docstring_parser@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=4.4:devel/py-importlib-metadata@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pyyaml>=6.0.1:devel/py-pyyaml@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}rich-rst>=1.3.1:textproc/py-rich-rst@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}rich>=13.6.0:textproc/py-rich@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}tomli>=2.0:textproc/py-tomli@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}trio>=0.10.0:net/py-trio@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.8.0:devel/py-typing-extensions@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= pep517 autoplist pytest
+
+.include <bsd.port.mk>
diff --git a/devel/py-cyclopts/distinfo b/devel/py-cyclopts/distinfo
new file mode 100644
index 000000000000..d6be6ed1e41b
--- /dev/null
+++ b/devel/py-cyclopts/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1756592363
+SHA256 (cyclopts-3.23.1.tar.gz) = ca6a5e9b326caf156d79f3932e2f88b95629e59fd371c0b3a89732b7619edacb
+SIZE (cyclopts-3.23.1.tar.gz) = 75161
diff --git a/devel/py-cyclopts/pkg-descr b/devel/py-cyclopts/pkg-descr
new file mode 100644
index 000000000000..37ee0c77aea3
--- /dev/null
+++ b/devel/py-cyclopts/pkg-descr
@@ -0,0 +1,2 @@
+Cyclopts is a modern, easy-to-use command-line interface (CLI) framework that
+aims to provide an intuitive & efficient developer experience.
diff --git a/devel/py-python-gitlab/Makefile b/devel/py-python-gitlab/Makefile
index 54b16330c0c3..769971a05993 100644
--- a/devel/py-python-gitlab/Makefile
+++ b/devel/py-python-gitlab/Makefile
@@ -1,5 +1,5 @@
PORTNAME= python-gitlab
-DISTVERSION= 6.2.0
+DISTVERSION= 6.3.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-python-gitlab/distinfo b/devel/py-python-gitlab/distinfo
index 8fea8ce0bce4..20a739c8ddb0 100644
--- a/devel/py-python-gitlab/distinfo
+++ b/devel/py-python-gitlab/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1754194369
-SHA256 (python_gitlab-6.2.0.tar.gz) = b88c79cea65dd2425922c829730ea95827ed7132d869b8532b90a8c7199cc1a6
-SIZE (python_gitlab-6.2.0.tar.gz) = 397611
+TIMESTAMP = 1756431411
+SHA256 (python_gitlab-6.3.0.tar.gz) = 3d7764956948949a2a3aff2078e6e93a5efea2db0a29566b5e142091bcc075aa
+SIZE (python_gitlab-6.3.0.tar.gz) = 397683