summaryrefslogtreecommitdiff
path: root/devel/py-electrum-aionostr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-electrum-aionostr')
-rw-r--r--devel/py-electrum-aionostr/Makefile2
-rw-r--r--devel/py-electrum-aionostr/distinfo6
-rw-r--r--devel/py-electrum-aionostr/files/patch-pyproject.toml12
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",