diff options
Diffstat (limited to 'deskutils/py-khal')
-rw-r--r-- | deskutils/py-khal/Makefile | 17 | ||||
-rw-r--r-- | deskutils/py-khal/distinfo | 6 | ||||
-rw-r--r-- | deskutils/py-khal/files/patch-pyproject.toml | 20 |
3 files changed, 30 insertions, 13 deletions
diff --git a/deskutils/py-khal/Makefile b/deskutils/py-khal/Makefile index 291e23c170cf..382784b3f6e1 100644 --- a/deskutils/py-khal/Makefile +++ b/deskutils/py-khal/Makefile @@ -1,6 +1,5 @@ PORTNAME= khal -DISTVERSION= 0.11.3 -PORTREVISION= 1 +DISTVERSION= 0.11.4 CATEGORIES= deskutils python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,12 +11,10 @@ WWW= https://lostpackets.de/khal/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -DEPRECATED= Depends on expired devel/py-atomicwrites -EXPIRATION_DATE=2025-06-21 - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>1.12.0:devel/py-setuptools-scm@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atomicwrites>=0.1.7:devel/py-atomicwrites@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}click>=3.2:devel/py-click@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=63:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8.0:devel/py-setuptools-scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=3.2:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}click-log>=0.2.0:devel/py-click-log@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}configobj>=0:devel/py-configobj@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-dateutil>=0:devel/py-python-dateutil@${PY_FLAVOR} \ @@ -25,12 +22,12 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atomicwrites>=0.1.7:devel/py-atomicwrites@${ ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tzlocal>=1.0:devel/py-tzlocal@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}urwid>=1.3.0:devel/py-urwid@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}urwid>=2.6.15:devel/py-urwid@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}vdirsyncer>=0:deskutils/py-vdirsyncer@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xdg>=0:devel/py-xdg@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist pep517 NO_ARCH= yes OPTIONS_DEFINE= SETPROCTITLE diff --git a/deskutils/py-khal/distinfo b/deskutils/py-khal/distinfo index ac078558cb72..360fba564c20 100644 --- a/deskutils/py-khal/distinfo +++ b/deskutils/py-khal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1717748988 -SHA256 (khal-0.11.3.tar.gz) = a8ccbcc43fc1dbbc464e53f7f1d99cf15832be43a67f38700e535d99d9c1325e -SIZE (khal-0.11.3.tar.gz) = 196953 +TIMESTAMP = 1750768306 +SHA256 (khal-0.11.4.tar.gz) = 3e97107846c27cdce303c054e8873cdde7190006f0a854bf8e6e4ad3974165f4 +SIZE (khal-0.11.4.tar.gz) = 208895 diff --git a/deskutils/py-khal/files/patch-pyproject.toml b/deskutils/py-khal/files/patch-pyproject.toml new file mode 100644 index 000000000000..30f33d1a9e9c --- /dev/null +++ b/deskutils/py-khal/files/patch-pyproject.toml @@ -0,0 +1,20 @@ +--- pyproject.toml.orig 2025-04-10 21:43:33 UTC ++++ pyproject.toml +@@ -6,7 +6,7 @@ authors = [ + authors = [ + {name = "khal contributors", email = "khal@lostpackets.de"}, + ] +-license = {file = "LICENSE"} ++license = { file = "doc/source/license.rst" } + classifiers = [ + "Development Status :: 4 - Beta", + "Environment :: Console :: Curses", +@@ -67,7 +67,7 @@ ikhal = "khal.cli:main_ikhal" + ikhal = "khal.cli:main_ikhal" + + [build-system] +-requires = ["setuptools>=64", "setuptools_scm>=8"] ++requires = ["setuptools>=63", "setuptools_scm>=8"] + build-backend = "setuptools.build_meta" + + [tool.setuptools.packages] |