git: 0d53f6ed378b - main - math/py-awkward: Update to 2.4.7

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 02 Nov 2023 07:41:24 UTC
The branch main has been updated by sunpoet:

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

commit 0d53f6ed378b9ff40dd0b0cb46dfaafe973ea309
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-11-02 07:34:53 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-11-02 07:37:27 +0000

    math/py-awkward: Update to 2.4.7
    
    Changes:        https://github.com/scikit-hep/awkward/releases
---
 math/py-awkward/Makefile                   |  3 +--
 math/py-awkward/distinfo                   |  6 +++---
 math/py-awkward/files/patch-pyproject.toml | 11 -----------
 3 files changed, 4 insertions(+), 16 deletions(-)

diff --git a/math/py-awkward/Makefile b/math/py-awkward/Makefile
index 4b7ce9b399f5..5a71e6b4ad37 100644
--- a/math/py-awkward/Makefile
+++ b/math/py-awkward/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	awkward
-PORTVERSION=	2.4.6
-PORTREVISION=	1
+PORTVERSION=	2.4.7
 CATEGORIES=	math python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/math/py-awkward/distinfo b/math/py-awkward/distinfo
index 009583c909c2..f368d8ab3f55 100644
--- a/math/py-awkward/distinfo
+++ b/math/py-awkward/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1697463136
-SHA256 (awkward-2.4.6.tar.gz) = 3119eb3c2857ddadba2442e1e281f99de7f0a10baba6fa69ad95de367cf50b0a
-SIZE (awkward-2.4.6.tar.gz) = 5419708
+TIMESTAMP = 1698848758
+SHA256 (awkward-2.4.7.tar.gz) = de5e2fc924bbf4df3a74a1d8ae5bbd19b41715a439ef70e3592c7a2abfbcfea8
+SIZE (awkward-2.4.7.tar.gz) = 5424220
diff --git a/math/py-awkward/files/patch-pyproject.toml b/math/py-awkward/files/patch-pyproject.toml
deleted file mode 100644
index cf3129461192..000000000000
--- a/math/py-awkward/files/patch-pyproject.toml
+++ /dev/null
@@ -1,11 +0,0 @@
---- pyproject.toml.orig	2023-09-28 16:44:16 UTC
-+++ pyproject.toml
-@@ -40,7 +40,7 @@ classifiers = [
-     "Topic :: Utilities",
- ]
- dependencies = [
--    "awkward_cpp==24",
-+    "awkward_cpp==25",
-     "importlib_metadata>=4.13.0;python_version < \"3.12\"",
-     "numpy>=1.18.0",
-     "packaging",