diff --git a/dev-python/monero/Manifest b/dev-python/monero/Manifest new file mode 100644 index 000000000..1e920f18d --- /dev/null +++ b/dev-python/monero/Manifest @@ -0,0 +1 @@ +DIST monero-1.2.4-365d1e2.tar.gz 1472893 BLAKE2B 78528aa17b415a338f4fbbe93598b4f4c72c46ffe94447ef69e80503bd8150ed4c3af43c81a4f6330a37bd1ee4bd84baad6575622c7cee14852dffe8b9136a1f SHA512 d39987df52c0c4d1da110dc8a4b53d1f989cb05bd41075a9116f22aefc50a9c5a6d51f7c0ec088176cfed9aae07622f47d2e2784ff3b3c3076111529259e6a9d diff --git a/dev-python/monero/monero-1.2.4.ebuild b/dev-python/monero/monero-1.2.4.ebuild new file mode 100644 index 000000000..aece753d5 --- /dev/null +++ b/dev-python/monero/monero-1.2.4.ebuild @@ -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