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,29 +1,29 @@ PORTNAME= electrum-aionostr -DISTVERSION= 0.0.11 +DISTVERSION= 0.1.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME:S/-/_/}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Asyncio nostr client WWW= https://pypi.org/project/electrum-aionostr/ \ https://github.com/spesmilo/electrum-aionostr LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp-socks>=0.9.2:net/py-aiohttp-socks@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.11.0,<4.0.0:www/py-aiohttp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}aiorpcX>=0.22.0:devel/py-aiorpcX@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}electrum-ecc>0:devel/py-electrum-ecc@${PY_FLAVOR} USES= python USE_PYTHON= autoplist pep517 post-extract: @${RM} ${WRKSRC}/setup.py .include 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",