aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-30 00:22:12 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-30 00:44:35 +0000
commit7eed4e252281d4b592dd24bccf8ff5cfa73f794d (patch)
tree50b6d092044b021b4282fb6e1b8624c06928929f
parente817a3be16d178bdead8f59d5653859b4f8886dd (diff)
downloadports-7eed4e252281d4b592dd24bccf8ff5cfa73f794d.tar.gz
ports-7eed4e252281d4b592dd24bccf8ff5cfa73f794d.zip
devel/py-recurring-ical-events: Update to 2.1.0
-rw-r--r--devel/py-recurring-ical-events/Makefile6
-rw-r--r--devel/py-recurring-ical-events/distinfo6
-rw-r--r--devel/py-recurring-ical-events/files/patch-requirements.txt7
3 files changed, 13 insertions, 6 deletions
diff --git a/devel/py-recurring-ical-events/Makefile b/devel/py-recurring-ical-events/Makefile
index 81e9b82229bc..7d2c20c48427 100644
--- a/devel/py-recurring-ical-events/Makefile
+++ b/devel/py-recurring-ical-events/Makefile
@@ -1,5 +1,5 @@
PORTNAME= recurring-ical-events
-PORTVERSION= 2.0.2
+PORTVERSION= 2.1.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,9 +12,9 @@ WWW= https://github.com/niccokunzmann/python-recurring-ical-events
LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}icalendar>=0:devel/py-icalendar@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}icalendar>=0<6.0.0:devel/py-icalendar@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dateutil>=2.8.1:devel/py-dateutil@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pytz>=0,1:devel/py-pytz@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pytz>=2023.3,1:devel/py-pytz@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}x-wr-timezone>=0.0.5<1.0.0:devel/py-x-wr-timezone@${PY_FLAVOR}
USES= python
diff --git a/devel/py-recurring-ical-events/distinfo b/devel/py-recurring-ical-events/distinfo
index 20b757067b76..666aaa37a358 100644
--- a/devel/py-recurring-ical-events/distinfo
+++ b/devel/py-recurring-ical-events/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1677771293
-SHA256 (recurring_ical_events-2.0.2.tar.gz) = c4bc7d0d26fcda0ac3b773c9706fd1e271b7b0e0230ad0ee02ccab55e274ea11
-SIZE (recurring_ical_events-2.0.2.tar.gz) = 34267
+TIMESTAMP = 1696001374
+SHA256 (recurring_ical_events-2.1.0.tar.gz) = 3d3e6c65c760a1ddeb35b445e23b3d079bc04c8fdfea18efc909d6f07cb5960b
+SIZE (recurring_ical_events-2.1.0.tar.gz) = 35020
diff --git a/devel/py-recurring-ical-events/files/patch-requirements.txt b/devel/py-recurring-ical-events/files/patch-requirements.txt
new file mode 100644
index 000000000000..e60752f8f6e6
--- /dev/null
+++ b/devel/py-recurring-ical-events/files/patch-requirements.txt
@@ -0,0 +1,7 @@
+--- requirements.txt.orig 2023-09-24 10:22:18 UTC
++++ requirements.txt
+@@ -1,4 +1,3 @@
+-icalendar>=5.0.9
+ icalendar<6.0.0
+ pytz>=2023.3
+ python-dateutil>=2.8.1