Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jan 2026 07:45:36 +0000
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        Corey Halpin <chalpin@cs.wisc.edu>
Subject:   git: 2c44d1246b85 - main - deskutils/py-khal: Update to 0.13.0
Message-ID:  <69689b20.8b75.84dae1f@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by wen:

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

commit 2c44d1246b85a06832cc2d9e53f8ed7b5897af4e
Author:     Corey Halpin <chalpin@cs.wisc.edu>
AuthorDate: 2026-01-15 07:38:31 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2026-01-15 07:38:31 +0000

    deskutils/py-khal: Update to 0.13.0
    
    PR:             292467
    Reported by:    chalpin@cs.wisc.edu
---
 deskutils/py-khal/Makefile                   |  2 +-
 deskutils/py-khal/distinfo                   |  6 +++---
 deskutils/py-khal/files/patch-pyproject.toml | 15 ++++++++-------
 3 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/deskutils/py-khal/Makefile b/deskutils/py-khal/Makefile
index 382784b3f6e1..f9285b40583a 100644
--- a/deskutils/py-khal/Makefile
+++ b/deskutils/py-khal/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	khal
-DISTVERSION=	0.11.4
+DISTVERSION=	0.13.0
 CATEGORIES=	deskutils python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/deskutils/py-khal/distinfo b/deskutils/py-khal/distinfo
index 360fba564c20..34eb5029f909 100644
--- a/deskutils/py-khal/distinfo
+++ b/deskutils/py-khal/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1750768306
-SHA256 (khal-0.11.4.tar.gz) = 3e97107846c27cdce303c054e8873cdde7190006f0a854bf8e6e4ad3974165f4
-SIZE (khal-0.11.4.tar.gz) = 208895
+TIMESTAMP = 1768461988
+SHA256 (khal-0.13.0.tar.gz) = 68fea8cd704e387e81b669c90322a8dafb4374f5876b07170c9c6e23415a3ee0
+SIZE (khal-0.13.0.tar.gz) = 209200
diff --git a/deskutils/py-khal/files/patch-pyproject.toml b/deskutils/py-khal/files/patch-pyproject.toml
index 30f33d1a9e9c..4508fb2b2efb 100644
--- a/deskutils/py-khal/files/patch-pyproject.toml
+++ b/deskutils/py-khal/files/patch-pyproject.toml
@@ -1,20 +1,21 @@
---- pyproject.toml.orig	2025-04-10 21:43:33 UTC
+--- pyproject.toml.orig	2026-01-15 07:27:14 UTC
 +++ pyproject.toml
-@@ -6,7 +6,7 @@ authors = [
+@@ -6,8 +6,7 @@ authors = [
  authors = [
    {name = "khal contributors", email = "khal@lostpackets.de"},
  ]
--license = {file = "LICENSE"}
-+license = { file = "doc/source/license.rst" }
+-license = "MIT"
+-license-files = ["doc/source/license.rst"]
++license = {text="MIT"}
  classifiers = [
    "Development Status :: 4 - Beta",
    "Environment :: Console :: Curses",
-@@ -67,7 +67,7 @@ ikhal = "khal.cli:main_ikhal"
+@@ -66,7 +65,7 @@ ikhal = "khal.cli:main_ikhal"
  ikhal = "khal.cli:main_ikhal"
  
  [build-system]
--requires = ["setuptools>=64", "setuptools_scm>=8"]
+-requires = ["setuptools>=77", "setuptools_scm>=8"]
 +requires = ["setuptools>=63", "setuptools_scm>=8"]
  build-backend = "setuptools.build_meta"
  
- [tool.setuptools.packages]
+ [tool.setuptools.packages.find]


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69689b20.8b75.84dae1f>