diff options
| author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2025-07-20 06:25:39 +0000 |
|---|---|---|
| committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2025-07-20 06:25:39 +0000 |
| commit | abcfe599e4f5d262c2176855c4b0cb4550381bad (patch) | |
| tree | 09442d3471c6eb13c3e0682d936c4e50aee2c94c | |
| parent | b0babcde402ae70842ed80462be5443ee7271f15 (diff) | |
devel/py-electrum-aionostr: Add new port
asyncio nostr client. This is a fork of aionostr that does not require
Coincurve.
| -rw-r--r-- | devel/Makefile | 1 | ||||
| -rw-r--r-- | devel/py-electrum-aionostr/Makefile | 29 | ||||
| -rw-r--r-- | devel/py-electrum-aionostr/distinfo | 3 | ||||
| -rw-r--r-- | devel/py-electrum-aionostr/pkg-descr | 2 |
4 files changed, 35 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index f5e88c4be6b6..540047b80ac4 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4839,6 +4839,7 @@ SUBDIR += py-editables SUBDIR += py-editdistance SUBDIR += py-ejson + SUBDIR += py-electrum-aionostr SUBDIR += py-electrum-ecc SUBDIR += py-eliot SUBDIR += py-enlighten diff --git a/devel/py-electrum-aionostr/Makefile b/devel/py-electrum-aionostr/Makefile new file mode 100644 index 000000000000..a93b2e97a89e --- /dev/null +++ b/devel/py-electrum-aionostr/Makefile @@ -0,0 +1,29 @@ +PORTNAME= electrum-aionostr +DISTVERSION= 0.0.11 +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 <bsd.port.mk> diff --git a/devel/py-electrum-aionostr/distinfo b/devel/py-electrum-aionostr/distinfo new file mode 100644 index 000000000000..b078450dce85 --- /dev/null +++ b/devel/py-electrum-aionostr/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1752847893 +SHA256 (electrum_aionostr-0.0.11.tar.gz) = 0eeb1d01e55d4bab2c116268965a0b2c11490659e969fd864c453104558bcf81 +SIZE (electrum_aionostr-0.0.11.tar.gz) = 22126 diff --git a/devel/py-electrum-aionostr/pkg-descr b/devel/py-electrum-aionostr/pkg-descr new file mode 100644 index 000000000000..031e0155d7f9 --- /dev/null +++ b/devel/py-electrum-aionostr/pkg-descr @@ -0,0 +1,2 @@ +asyncio nostr client. This is a fork of aionostr that does not require +Coincurve. |
