X-Git-Url: http://git.draconx.ca/gitweb/gentoo-draconx.git/blobdiff_plain/af49b34dac1cba53c228d3e2c04f24937273b1b5:/dev-python/prompt_toolkit/prompt_toolkit-1.0.18.ebuild..c8d164129c8389dfa519b8204767073a74c2f3dd:/dev-python/prompt-toolkit/static/gitweb/gitweb.css diff --git a/dev-python/prompt_toolkit/prompt_toolkit-1.0.18.ebuild b/dev-python/prompt_toolkit/prompt_toolkit-1.0.18.ebuild deleted file mode 100644 index 290a8c3..0000000 --- a/dev-python/prompt_toolkit/prompt_toolkit-1.0.18.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# 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..10} ) - -inherit distutils-r1 - -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/$P.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="dev-python/six[$PYTHON_USEDEP] - dev-python/wcwidth[$PYTHON_USEDEP]" - -distutils_enable_tests pytest