git: 8772e243ff6e - main - devel/py-recurring-ical-events: Update to 3.6.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 29 Apr 2025 12:47:01 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8772e243ff6e0ea96edb773e3de33e2fee8de708
commit 8772e243ff6e0ea96edb773e3de33e2fee8de708
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-04-29 11:45:45 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-04-29 12:42:38 +0000
devel/py-recurring-ical-events: Update to 3.6.1
Changes: https://github.com/niccokunzmann/python-recurring-ical-events/releases
https://github.com/niccokunzmann/python-recurring-ical-events/blob/main/README.rst#changelog
---
devel/py-recurring-ical-events/Makefile | 6 +++---
devel/py-recurring-ical-events/distinfo | 6 +++---
devel/py-recurring-ical-events/files/patch-pyproject.toml | 11 +++++++++++
3 files changed, 17 insertions(+), 6 deletions(-)
diff --git a/devel/py-recurring-ical-events/Makefile b/devel/py-recurring-ical-events/Makefile
index fcfe566f02ca..8a8d3c49c5eb 100644
--- a/devel/py-recurring-ical-events/Makefile
+++ b/devel/py-recurring-ical-events/Makefile
@@ -1,5 +1,5 @@
PORTNAME= recurring-ical-events
-PORTVERSION= 3.6.0
+PORTVERSION= 3.6.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,13 +13,13 @@ LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}hatchling>=1.27.0:devel/py-hatchling@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}icalendar>=4.0.0<7.0.0:devel/py-icalendar@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.8.1<3.0.0:devel/py-python-dateutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tzdata>=0:devel/py-tzdata@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}x-wr-timezone>=1.0.0<3.0.0:devel/py-x-wr-timezone@${PY_FLAVOR}
-USES= python:3.9+
+USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
diff --git a/devel/py-recurring-ical-events/distinfo b/devel/py-recurring-ical-events/distinfo
index f6110e564a32..c965431b93af 100644
--- a/devel/py-recurring-ical-events/distinfo
+++ b/devel/py-recurring-ical-events/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1742070406
-SHA256 (recurring_ical_events-3.6.0.tar.gz) = cdc7827a28c4aa74000b2d601b4aadc4c7c7df84a5c36b7513af3b5b37e9b225
-SIZE (recurring_ical_events-3.6.0.tar.gz) = 606489
+TIMESTAMP = 1745178060
+SHA256 (recurring_ical_events-3.6.1.tar.gz) = 7b6ce242bcd9469476924e2950373d8e01e8b65dc647b30d6e7a88dd7b759f5d
+SIZE (recurring_ical_events-3.6.1.tar.gz) = 601919
diff --git a/devel/py-recurring-ical-events/files/patch-pyproject.toml b/devel/py-recurring-ical-events/files/patch-pyproject.toml
new file mode 100644
index 000000000000..92fcea1164a6
--- /dev/null
+++ b/devel/py-recurring-ical-events/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig 2020-02-02 00:00:00 UTC
++++ pyproject.toml
+@@ -41,7 +41,7 @@ dependencies = [
+ # install requirements depending on python version
+ # see https://www.python.org/dev/peps/pep-0508/#environment-markers
+ dependencies = [
+- 'icalendar >= 6.1.0, < 7.0.0',
++ 'icalendar >= 4.0.0, < 7.0.0',
+ 'python-dateutil >= 2.8.1, < 3.0.0',
+ 'x-wr-timezone >= 1.0.0, < 3.0.0; python_version >= "3.9"',
+ 'x-wr-timezone == 0.*; python_version <= "3.8"',