Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dev-python/monero/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST monero-1.2.4-365d1e2.tar.gz 1472893 BLAKE2B 78528aa17b415a338f4fbbe93598b4f4c72c46ffe94447ef69e80503bd8150ed4c3af43c81a4f6330a37bd1ee4bd84baad6575622c7cee14852dffe8b9136a1f SHA512 d39987df52c0c4d1da110dc8a4b53d1f989cb05bd41075a9116f22aefc50a9c5a6d51f7c0ec088176cfed9aae07622f47d2e2784ff3b3c3076111529259e6a9d
33 changes: 33 additions & 0 deletions dev-python/monero/monero-1.2.4.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Distributed under the terms of the GNU General Public License v2
# Autogen by MARK Devkit

EAPI=7
PYTHON_COMPAT=( python3+ )
inherit distutils-r1

DESCRIPTION="A comprehensive Python module for handling Monero cryptocurrency"
HOMEPAGE="https://github.com/DiosDelRayo/monero-python"
SRC_URI="https://api.github.com/repos/DiosDelRayo/monero-python/tarball/refs/tags/v1.2.4 -> monero-1.2.4-365d1e2.tar.gz"
LICENSE="BSD-3-Clause"
SLOT="0"
KEYWORDS="*"
# Commons depends
CDEPEND=">=dev-python/pycryptodomex-3.14
dev-python/pynacl[${PYTHON_USEDEP}]
dev-python/PySocks[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/ipaddress[${PYTHON_USEDEP}]

"
RDEPEND="${CDEPEND}
"
DEPEND="${CDEPEND}
"

post_src_unpack() {
mv DiosDelRayo-monero-python-* ${S}
}



# vim: filetype=ebuild