git: c0f3df61be14 - main - devel/py-electrum-aionostr: Update to 0.1.0

From: Emanuel Haupt <ehaupt_at_FreeBSD.org>
Date: Mon, 15 Dec 2025 19:51:24 UTC
The branch main has been updated by ehaupt:

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

commit c0f3df61be14912b7e3be36e4630af9f7fe0bbc7
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2025-12-15 19:51:10 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2025-12-15 19:51:21 +0000

    devel/py-electrum-aionostr: Update to 0.1.0
---
 devel/py-electrum-aionostr/Makefile                   |  2 +-
 devel/py-electrum-aionostr/distinfo                   |  6 +++---
 devel/py-electrum-aionostr/files/patch-pyproject.toml | 12 ++++++++++++
 3 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/devel/py-electrum-aionostr/Makefile b/devel/py-electrum-aionostr/Makefile
index a93b2e97a89e..aa77c14d5db7 100644
--- a/devel/py-electrum-aionostr/Makefile
+++ b/devel/py-electrum-aionostr/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	electrum-aionostr
-DISTVERSION=	0.0.11
+DISTVERSION=	0.1.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-electrum-aionostr/distinfo b/devel/py-electrum-aionostr/distinfo
index b078450dce85..17d122e30fcd 100644
--- a/devel/py-electrum-aionostr/distinfo
+++ b/devel/py-electrum-aionostr/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1752847893
-SHA256 (electrum_aionostr-0.0.11.tar.gz) = 0eeb1d01e55d4bab2c116268965a0b2c11490659e969fd864c453104558bcf81
-SIZE (electrum_aionostr-0.0.11.tar.gz) = 22126
+TIMESTAMP = 1765772777
+SHA256 (electrum_aionostr-0.1.0.tar.gz) = 3774f8e8312388272e10851a869c9f4d3d4a54d8d564851c36e2dc40297bec84
+SIZE (electrum_aionostr-0.1.0.tar.gz) = 25995
diff --git a/devel/py-electrum-aionostr/files/patch-pyproject.toml b/devel/py-electrum-aionostr/files/patch-pyproject.toml
new file mode 100644
index 000000000000..9905f9bf33e7
--- /dev/null
+++ b/devel/py-electrum-aionostr/files/patch-pyproject.toml
@@ -0,0 +1,12 @@
+--- pyproject.toml.orig	2000-11-11 11:11:11 UTC
++++ pyproject.toml
+@@ -10,8 +10,7 @@ readme = "README.md"
+ description = "asyncio nostr client"
+ keywords = ["nostr", "asyncio"]
+ readme = "README.md"
+-license = "BSD-3-Clause"
+-license-files = ["LICENSE"]
++license = { text = "BSD-3-Clause" }
+ requires-python = ">=3.10"
+ dependencies = [
+     "electrum_ecc",