diff --git a/textproc/py-elementpath/Makefile b/textproc/py-elementpath/Makefile index 6ca8cb43c4b3..01a66e85eb7b 100644 --- a/textproc/py-elementpath/Makefile +++ b/textproc/py-elementpath/Makefile @@ -1,24 +1,24 @@ PORTNAME= elementpath -DISTVERSION= 5.0.4 +DISTVERSION= 5.1.0 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wen@FreeBSD.org COMMENT= XPath 1.0/2.0/3.0 parsers and selectors for ElementTree and lxml WWW= https://github.com/sissaschool/elementpath LICENSE= MIT 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}lxml>=0:devel/py-lxml@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xmlschema>=2.0.0:textproc/py-xmlschema@${PY_FLAVOR} USES= python USE_PYTHON= pep517 concurrent autoplist pytest NO_ARCH= yes .include diff --git a/textproc/py-elementpath/distinfo b/textproc/py-elementpath/distinfo index ffeae34991e2..33977a9fb263 100644 --- a/textproc/py-elementpath/distinfo +++ b/textproc/py-elementpath/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762410495 -SHA256 (elementpath-5.0.4.tar.gz) = 85ed93565d6e94aefa160b12f36b12cbe4be6bf9bbde06b80f2c5c94829a25fb -SIZE (elementpath-5.0.4.tar.gz) = 365851 +TIMESTAMP = 1768463158 +SHA256 (elementpath-5.1.0.tar.gz) = 61618f64686ce73cf6f191b17298e2568e9a1763b125fc7f2cb796ad0eacfd1e +SIZE (elementpath-5.1.0.tar.gz) = 374413 diff --git a/textproc/py-elementpath/files/patch-pyproject.toml b/textproc/py-elementpath/files/patch-pyproject.toml index c80e182f755a..8f75aa4669da 100644 --- a/textproc/py-elementpath/files/patch-pyproject.toml +++ b/textproc/py-elementpath/files/patch-pyproject.toml @@ -1,20 +1,19 @@ ---- pyproject.toml.orig 2025-11-06 06:48:39 UTC +--- pyproject.toml.orig 2026-01-15 07:48:00 UTC +++ pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools >= 77.0"] +requires = ["setuptools >= 63.0"] build-backend = "setuptools.build_meta" [project] -@@ -7,8 +7,8 @@ readme = "README.rst" - version = "5.0.4" +@@ -7,8 +7,7 @@ readme = "README.rst" + version = "5.1.0" description = "XPath 1.0/2.0/3.0/3.1 parsers and selectors for ElementTree and lxml" readme = "README.rst" -license = "MIT" -license-files = ["LICENSE"] -+license = {text="MIT"} -+#license-files = ["LICENSE"] - requires-python = ">=3.9" ++license = { text = "MIT" } + requires-python = ">=3.10" authors = [ { name = "Davide Brunato", email = "brunato@sissa.it" },