mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-25 07:08:13 -07:00
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:
1
dev-python/electrum-aionostr/Manifest
Normal file
1
dev-python/electrum-aionostr/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST electrum_aionostr-0.0.11.tar.gz 22126 BLAKE2B 1b120fd01c526e7854ad944702d70aae9026c2f15bfac1a72034ee1212c706d58c86be29787a5998153a0fada47adeac1a1a0fb1cb7b8781adf908fbec262186 SHA512 8d1888c237ded63f8512f29d35f6da05eb3e7c2eaf6a16a1a503a09e6e224b15232e732da82775070e2fb4098982945deaa6eb6332ff0c9bd0d9e3828dfa962a
|
||||
36
dev-python/electrum-aionostr/electrum-aionostr-0.0.11.ebuild
Normal file
36
dev-python/electrum-aionostr/electrum-aionostr-0.0.11.ebuild
Normal 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
|
||||
}
|
||||
12
dev-python/electrum-aionostr/metadata.xml
Normal file
12
dev-python/electrum-aionostr/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user