diff --git a/dev-python/embit/Manifest b/dev-python/embit/Manifest new file mode 100644 index 000000000..67d0ad0d3 --- /dev/null +++ b/dev-python/embit/Manifest @@ -0,0 +1 @@ +DIST embit-0.8.0.tar.gz 763120 BLAKE2B 9521399051be2d16ed71075b96389ef66e2224a3d6ce820bf6c67c9d84b7ed9a2e71d69d38abb5b333eec440ce4b91cc64ce4f37c9412e62929458f261c947d4 SHA512 93aaa3d49505a66d2019c976cd75ac3e6b84039722403c3c5ab9d2a04457019b1e3b97d91198bc4309ae7e6f9b1558ed87be4701299f4967b7ea3acaf415c03e diff --git a/dev-python/embit/embit-0.8.0.ebuild b/dev-python/embit/embit-0.8.0.ebuild new file mode 100644 index 000000000..4ddb11a67 --- /dev/null +++ b/dev-python/embit/embit-0.8.0.ebuild @@ -0,0 +1,19 @@ +# Distributed under the terms of the GNU General Public License v2 +# Autogen by MARK Devkit + +EAPI=7 + +PYTHON_COMPAT=( python3+ ) +DISTUTILS_USE_PEP517="setuptools" +inherit distutils-r1 + +DESCRIPTION="A minimal bitcoin library for MicroPython and Python3 with a focus on embedded systems." +HOMEPAGE="" +SRC_URI="https://files.pythonhosted.org/packages/83/88/b054b00ade6d2a41749e15976cdcec4b7ec4656ac1cb917ce3de395528d1/embit-0.8.0.tar.gz -> embit-0.8.0.tar.gz +" +BDEPEND="dev-python/wheel[${PYTHON_USEDEP}] +" +SLOT="0" +LICENSE="" +KEYWORDS="*" +S="${WORKDIR}/embit-0.8.0"