aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/lazygit/Makefile2
-rw-r--r--devel/lazygit/distinfo10
-rw-r--r--devel/py-selection/Makefile13
-rw-r--r--devel/py-selection/distinfo6
-rw-r--r--devel/py-selection/pkg-descr2
5 files changed, 17 insertions, 16 deletions
diff --git a/devel/lazygit/Makefile b/devel/lazygit/Makefile
index 4be37fb48729..2733f6fdf7bd 100644
--- a/devel/lazygit/Makefile
+++ b/devel/lazygit/Makefile
@@ -1,6 +1,6 @@
PORTNAME= lazygit
DISTVERSIONPREFIX= v
-DISTVERSION= 0.45.2
+DISTVERSION= 0.47.2
CATEGORIES= devel
MAINTAINER= meta@FreeBSD.org
diff --git a/devel/lazygit/distinfo b/devel/lazygit/distinfo
index 9470e09bd869..91b3e9b4be7d 100644
--- a/devel/lazygit/distinfo
+++ b/devel/lazygit/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1737528363
-SHA256 (go/devel_lazygit/lazygit-v0.45.2/v0.45.2.mod) = a541e34e3a3a646186074dc57ea0413173277901cd69ced3578d11a2621964e2
-SIZE (go/devel_lazygit/lazygit-v0.45.2/v0.45.2.mod) = 3524
-SHA256 (go/devel_lazygit/lazygit-v0.45.2/v0.45.2.zip) = 9d13461cf5d7e2a0179ba51142b4822bc9caf625b52e511ab9c4dc0fb2028ad9
-SIZE (go/devel_lazygit/lazygit-v0.45.2/v0.45.2.zip) = 1313755
+TIMESTAMP = 1740631965
+SHA256 (go/devel_lazygit/lazygit-v0.47.2/v0.47.2.mod) = 00f7569716b4fac9a8e5884c5bed2b6fd8611d2194e940f4da7262f07cbb1711
+SIZE (go/devel_lazygit/lazygit-v0.47.2/v0.47.2.mod) = 3483
+SHA256 (go/devel_lazygit/lazygit-v0.47.2/v0.47.2.zip) = c0ababae973665b847b8c8301bac71ee345cb3e236cd7071a3ca38539da98bba
+SIZE (go/devel_lazygit/lazygit-v0.47.2/v0.47.2.zip) = 1349939
diff --git a/devel/py-selection/Makefile b/devel/py-selection/Makefile
index fd81a9e97983..07a5f9f541af 100644
--- a/devel/py-selection/Makefile
+++ b/devel/py-selection/Makefile
@@ -1,22 +1,23 @@
PORTNAME= selection
-PORTVERSION= 0.0.14
+PORTVERSION= 0.0.21
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rm@FreeBSD.org
-COMMENT= API to extract contents from HTML and XML documents
+COMMENT= API to query DOM tree of HTML/XML document
WWW= https://pypi.org/project/selection/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}weblib>0:devel/py-weblib@${PY_FLAVOR}
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pyquery>0:devel/py-pyquery@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist distutils
+USE_PYTHON= autoplist pep517
NO_ARCH= yes
diff --git a/devel/py-selection/distinfo b/devel/py-selection/distinfo
index df1b1bc6dd27..e2fade456108 100644
--- a/devel/py-selection/distinfo
+++ b/devel/py-selection/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1546547026
-SHA256 (selection-0.0.14.tar.gz) = f073f207bab521b09ee4a12bc4607fffcf59e61a64c7979638724da7fbd205ba
-SIZE (selection-0.0.14.tar.gz) = 4539
+TIMESTAMP = 1740608415
+SHA256 (selection-0.0.21.tar.gz) = a136018db3fca4ef05ff420dd41a27789b268375aa2b17a8077faa68e671aa6d
+SIZE (selection-0.0.21.tar.gz) = 8992
diff --git a/devel/py-selection/pkg-descr b/devel/py-selection/pkg-descr
index d3da87f5b16d..d9b561cd31f0 100644
--- a/devel/py-selection/pkg-descr
+++ b/devel/py-selection/pkg-descr
@@ -1 +1 @@
-API to extract data from HTML and XML documents.
+API to query DOM tree of HTML/XML document.