diff options
Diffstat (limited to 'devel/py-recurring-ical-events')
-rw-r--r-- | devel/py-recurring-ical-events/Makefile | 7 | ||||
-rw-r--r-- | devel/py-recurring-ical-events/distinfo | 6 | ||||
-rw-r--r-- | devel/py-recurring-ical-events/files/patch-pyproject.toml | 11 |
3 files changed, 7 insertions, 17 deletions
diff --git a/devel/py-recurring-ical-events/Makefile b/devel/py-recurring-ical-events/Makefile index 8a8d3c49c5eb..258e4ac9bc46 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.1 +PORTVERSION= 3.8.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -7,14 +7,15 @@ DISTNAME= recurring_ical_events-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Calculate recurrence times of events, todos, alarms and journals based on icalendar RFC5545 -WWW= https://github.com/niccokunzmann/python-recurring-ical-events +WWW= https://recurring-ical-events.readthedocs.io/en/latest/ \ + https://github.com/niccokunzmann/python-recurring-ical-events LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${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} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}icalendar>=6.1.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} diff --git a/devel/py-recurring-ical-events/distinfo b/devel/py-recurring-ical-events/distinfo index c965431b93af..dd117c6eb7f5 100644 --- a/devel/py-recurring-ical-events/distinfo +++ b/devel/py-recurring-ical-events/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745178060 -SHA256 (recurring_ical_events-3.6.1.tar.gz) = 7b6ce242bcd9469476924e2950373d8e01e8b65dc647b30d6e7a88dd7b759f5d -SIZE (recurring_ical_events-3.6.1.tar.gz) = 601919 +TIMESTAMP = 1750188116 +SHA256 (recurring_ical_events-3.8.0.tar.gz) = 3e8c7c35d9bd8956a7ab91afad51477c60d972e1236d3fd1b55087a66bce7d04 +SIZE (recurring_ical_events-3.8.0.tar.gz) = 602665 diff --git a/devel/py-recurring-ical-events/files/patch-pyproject.toml b/devel/py-recurring-ical-events/files/patch-pyproject.toml deleted file mode 100644 index 92fcea1164a6..000000000000 --- a/devel/py-recurring-ical-events/files/patch-pyproject.toml +++ /dev/null @@ -1,11 +0,0 @@ ---- 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"', |