Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Mar 2026 18:24:41 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ed79875c847f - main - net/py-url-normalize: Update to 2.2.1
Message-ID:  <69af1069.1e5df.3ebcb20f@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ed79875c847f125b79210f212849e1c252f293b2

commit ed79875c847f125b79210f212849e1c252f293b2
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-03-09 17:58:35 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-03-09 18:19:10 +0000

    net/py-url-normalize: Update to 2.2.1
    
    Changes:        https://github.com/niksite/url-normalize/releases
---
 net/py-url-normalize/Makefile                   |  9 +++++----
 net/py-url-normalize/distinfo                   |  6 +++---
 net/py-url-normalize/files/patch-pyproject.toml | 10 ----------
 3 files changed, 8 insertions(+), 17 deletions(-)

diff --git a/net/py-url-normalize/Makefile b/net/py-url-normalize/Makefile
index d5f81e8a9de8..475432b43782 100644
--- a/net/py-url-normalize/Makefile
+++ b/net/py-url-normalize/Makefile
@@ -1,9 +1,9 @@
 PORTNAME=	url-normalize
-PORTVERSION=	1.4.3
-PORTREVISION=	1
+PORTVERSION=	2.2.1
 CATEGORIES=	net python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	url_normalize-${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	URL normalization for Python
@@ -12,8 +12,9 @@ WWW=		https://github.com/niksite/url-normalize
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>=0.12:devel/py-poetry-core@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}idna>=3.3:dns/py-idna@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent pep517
diff --git a/net/py-url-normalize/distinfo b/net/py-url-normalize/distinfo
index 5a9c8d563d0c..74e22e46ad1d 100644
--- a/net/py-url-normalize/distinfo
+++ b/net/py-url-normalize/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1649423650
-SHA256 (url-normalize-1.4.3.tar.gz) = d23d3a070ac52a67b83a1c59a0e68f8608d1cd538783b401bc9de2c0fac999b2
-SIZE (url-normalize-1.4.3.tar.gz) = 6024
+TIMESTAMP = 1771421718
+SHA256 (url_normalize-2.2.1.tar.gz) = 74a540a3b6eba1d95bdc610c24f2c0141639f3ba903501e61a52a8730247ff37
+SIZE (url_normalize-2.2.1.tar.gz) = 18846
diff --git a/net/py-url-normalize/files/patch-pyproject.toml b/net/py-url-normalize/files/patch-pyproject.toml
deleted file mode 100644
index 504c9326cedb..000000000000
--- a/net/py-url-normalize/files/patch-pyproject.toml
+++ /dev/null
@@ -1,10 +0,0 @@
---- pyproject.toml.orig	2020-10-26 02:02:45 UTC
-+++ pyproject.toml
-@@ -30,5 +30,5 @@ tox = [{version="*", python="^3.6"}]
- tox = [{version="*", python="^3.6"}]
- 
- [build-system]
--build-backend = "poetry.masonry.api"
--requires = ["poetry>=0.12"]
-+build-backend = "poetry.core.masonry.api"
-+requires = ["poetry-core>=0.12"]


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69af1069.1e5df.3ebcb20f>