diff --git a/dev-python/entropy/Manifest b/dev-python/entropy/Manifest new file mode 100644 index 000000000..6e9ba05d1 --- /dev/null +++ b/dev-python/entropy/Manifest @@ -0,0 +1 @@ +DIST entropy-0.1.5.tar.gz 5296 BLAKE2B ee6b34eb05f7aa35fa797ba96e84efc9f6b549d35fb4c03674473e7e55d2ac640d69f699567c7fe7083ee63aeb63aea4ca22c1ce4b4a1a71acccb8d0f3882b7c SHA512 26310932ffbe225f70e17026fd98ffbefcc456dbcca70710cf55bc7b797897ea2de586e040ad9c16c26cbbbc5ecf4b594283eb9946d1e02e998388d4d64e90b0 diff --git a/dev-python/entropy/entropy-0.1.5.ebuild b/dev-python/entropy/entropy-0.1.5.ebuild new file mode 100644 index 000000000..7c7e187a3 --- /dev/null +++ b/dev-python/entropy/entropy-0.1.5.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit distutils-r1 + +DESCRIPTION="entropy is a command line friend that helps you reduce entropy in your life" +HOMEPAGE="https://github.com/h4ck3rk3y/entropy" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 ~arm64 x86" +IUSE="test" + +RDEPEND=">=dev-python/colorama-0.4.3[${PYTHON_USEDEP}] + >=dev-python/docopt-0.6.2[${PYTHON_USEDEP}]" + +DEPEND="${RDEPEND}"