Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 03 Apr 2026 06:58:30 +0000
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f803512e59a6 - main - devel/py-types-python-dateutil: update 2.9.0.20260=?utf-8?Q?323 =E2=86=92?= 2.9.0.20260402
Message-ID:  <69cf6516.223f7.2433eb0@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

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

commit f803512e59a6d18307a5e46e6f6fbf8bdaa0ff47
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-04-03 06:53:58 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-04-03 06:53:58 +0000

    devel/py-types-python-dateutil: update 2.9.0.20260323 → 2.9.0.20260402
---
 devel/py-types-python-dateutil/Makefile            |  7 +++++--
 devel/py-types-python-dateutil/distinfo            |  6 +++---
 .../files/patch-pyproject.toml                     | 24 ++++++++++++++++------
 3 files changed, 26 insertions(+), 11 deletions(-)

diff --git a/devel/py-types-python-dateutil/Makefile b/devel/py-types-python-dateutil/Makefile
index 59e9e2993faa..590068ccd348 100644
--- a/devel/py-types-python-dateutil/Makefile
+++ b/devel/py-types-python-dateutil/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	types-python-dateutil
-DISTVERSION=	2.9.0.20260323
+DISTVERSION=	2.9.0.20260402
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,8 +11,11 @@ WWW=		https://github.com/python/typeshed
 
 LICENSE=	APACHE20
 
+BUILD_DEPENDS=	${PY_SETUPTOOLS} \
+		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	pep517 autoplist
 
 NO_ARCH=	yes
 
diff --git a/devel/py-types-python-dateutil/distinfo b/devel/py-types-python-dateutil/distinfo
index 3c9e7e7908d4..27ffc525c3f7 100644
--- a/devel/py-types-python-dateutil/distinfo
+++ b/devel/py-types-python-dateutil/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1774991574
-SHA256 (types_python_dateutil-2.9.0.20260323.tar.gz) = a107aef5841db41ace381dbbbd7e4945220fc940f7a72172a0be5a92d9ab7164
-SIZE (types_python_dateutil-2.9.0.20260323.tar.gz) = 16897
+TIMESTAMP = 1775198285
+SHA256 (types_python_dateutil-2.9.0.20260402.tar.gz) = a980142b9966713acb382c467e35c5cc4208a2f91b10b8d785a0ae6765df6c0b
+SIZE (types_python_dateutil-2.9.0.20260402.tar.gz) = 16941
diff --git a/devel/py-types-python-dateutil/files/patch-pyproject.toml b/devel/py-types-python-dateutil/files/patch-pyproject.toml
index 879af1e86f87..00be64ecd923 100644
--- a/devel/py-types-python-dateutil/files/patch-pyproject.toml
+++ b/devel/py-types-python-dateutil/files/patch-pyproject.toml
@@ -1,17 +1,29 @@
---- pyproject.toml.orig	2026-03-31 14:19:18.055818000 -0700
-+++ pyproject.toml	2026-03-31 14:19:18.058072000 -0700
-@@ -1,12 +1,11 @@
+--- pyproject.toml.orig	2026-04-03 06:50:00 UTC
++++ pyproject.toml
+@@ -1,12 +1,10 @@ build-backend = "setuptools.build_meta"
  [build-system]
  build-backend = "setuptools.build_meta"
 -requires = ["setuptools>=82.0.1"]
-+requires = ["setuptools>=63"]
++requires = ["setuptools>=61.0"]
  
  [project]
  name = "types-python-dateutil"
- version = "2.9.0.20260323"
+ version = "2.9.0.20260402"
 -license = "Apache-2.0"
 -license-files = ["LICENSE"]
-+license = {text = "Apache-2.0"}
  description = "Typing stubs for python-dateutil"
  readme = { text = """\
  ## Typing stubs for python-dateutil
+@@ -46,8 +44,10 @@ dependencies = []
+ "Chat" = "https://gitter.im/python/typing"
+ 
+ [tool.setuptools]
+-packages = ['dateutil-stubs']
+ include-package-data = false
+ 
++[tool.setuptools.packages.find]
++include = ["dateutil-stubs*"]
++
+ [tool.setuptools.package-data]
+-'dateutil-stubs' = ['__init__.pyi', '_common.pyi', '_version.pyi', 'easter.pyi', 'parser/__init__.pyi', 'parser/_parser.pyi', 'parser/isoparser.pyi', 'relativedelta.pyi', 'rrule.pyi', 'tz/__init__.pyi', 'tz/_common.pyi', 'tz/tz.pyi', 'tz/win.pyi', 'tzwin.pyi', 'utils.pyi', 'zoneinfo/__init__.pyi', 'zoneinfo/rebuild.pyi', 'METADATA.toml', 'py.typed']
++'*' = ['__init__.pyi', '_common.pyi', '_version.pyi', 'easter.pyi', 'parser/__init__.pyi', 'parser/_parser.pyi', 'parser/isoparser.pyi', 'relativedelta.pyi', 'rrule.pyi', 'tz/__init__.pyi', 'tz/_common.pyi', 'tz/tz.pyi', 'tz/win.pyi', 'tzwin.pyi', 'utils.pyi', 'zoneinfo/__init__.pyi', 'zoneinfo/rebuild.pyi', 'METADATA.toml', 'py.typed']


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69cf6516.223f7.2433eb0>