dev-python/electrum-aionostr: New package, v0.0.11

New dependency of net-misc/electrum.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-08-06 11:17:33 +02:00
parent 3099e4f627
commit 10403b6359
3 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST electrum_aionostr-0.0.11.tar.gz 22126 BLAKE2B 1b120fd01c526e7854ad944702d70aae9026c2f15bfac1a72034ee1212c706d58c86be29787a5998153a0fada47adeac1a1a0fb1cb7b8781adf908fbec262186 SHA512 8d1888c237ded63f8512f29d35f6da05eb3e7c2eaf6a16a1a503a09e6e224b15232e732da82775070e2fb4098982945deaa6eb6332ff0c9bd0d9e3828dfa962a

View File

@@ -0,0 +1,36 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 pypi
DESCRIPTION="asyncio nostr client"
HOMEPAGE="
https://pypi.org/project/electrum-aionostr/
"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
>=dev-python/click-8.2[${PYTHON_USEDEP}]
dev-python/electrum-ecc[${PYTHON_USEDEP}]
>=dev-python/aiohttp-3.11.0[${PYTHON_USEDEP}]
>=dev-python/aiohttp-socks-0.9.2[${PYTHON_USEDEP}]
>=dev-python/aiorpcx-0.22.0[${PYTHON_USEDEP}]
"
EPYTEST_PLUGINS=()
distutils_enable_tests pytest
src_prepare() {
distutils-r1_src_prepare
# remove pins
sed -i -e 's:,<[0-9.]*::' pyproject.toml || die
}

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>python@gentoo.org</email>
</maintainer>
<stabilize-allarches/>
<upstream>
<remote-id type="github">spesmilo/electrum-aionostr</remote-id>
<remote-id type="pypi">electrum-aionostr</remote-id>
</upstream>
</pkgmetadata>