X-Git-Url: https://git.draconx.ca/gitweb/gentoo-draconx.git/blobdiff_plain/af49b34dac1cba53c228d3e2c04f24937273b1b5..c8d164129c8389dfa519b8204767073a74c2f3dd:/dev-python/prompt-toolkit/prompt-toolkit-1.0.18-r1.ebuild diff --git a/dev-python/prompt-toolkit/prompt-toolkit-1.0.18-r1.ebuild b/dev-python/prompt-toolkit/prompt-toolkit-1.0.18-r1.ebuild new file mode 100644 index 0000000..d452719 --- /dev/null +++ b/dev-python/prompt-toolkit/prompt-toolkit-1.0.18-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright © 2022 Nick Bowler +# License GPLv3+: GNU General Public License version 3 or any later version. +# This is free software: you are free to change and redistribute it. +# There is NO WARRANTY, to the extent permitted by law. + +EAPI=8 + +PYTHON_COMPAT=( python3_{9..11} ) + +inherit distutils-r1 + +MY_PN=${PN/-/_} +MY_P=$MY_PN-$PV + +DESCRIPTION="Library for building powerful interactive command lines in Python" +HOMEPAGE="https://github.com/prompt-toolkit/python-prompt-toolkit https://pypi.org/project/prompt_toolkit/" +SRC_URI="mirror://pypi/${PN:0:1}/$PN/$MY_P.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="dev-python/six[$PYTHON_USEDEP] + dev-python/wcwidth[$PYTHON_USEDEP]" + +S=$WORKDIR/$MY_P + +distutils_enable_tests pytest