diff options
Diffstat (limited to 'dev-python/bpython')
-rw-r--r-- | dev-python/bpython/Manifest | 4 | ||||
-rw-r--r-- | dev-python/bpython/bpython-0.20.1.ebuild | 45 | ||||
-rw-r--r-- | dev-python/bpython/bpython-0.21.ebuild | 2 |
3 files changed, 2 insertions, 49 deletions
diff --git a/dev-python/bpython/Manifest b/dev-python/bpython/Manifest index 4fb3eef4fcee..5cb911431d3d 100644 --- a/dev-python/bpython/Manifest +++ b/dev-python/bpython/Manifest @@ -1,5 +1,3 @@ -DIST bpython-0.20.1.tar.gz 223953 BLAKE2B b26ee6e4d41609e9a04a013d90f4ae7f598ba28028d9982a77aa7f11887a60c39855e875ae004b416e375b0c906e066a22a18f0251d2e7192d690fe03afe51c7 SHA512 ff69b175afbb1f050f1aa481966bbc32580b3d113a886f49a97fa8f01e3c8c0edf2c0075785fc61ac616168c97d61ee7daeed85d0b08f1317fb774f7ad6bf439 DIST bpython-0.21.tar.gz 208206 BLAKE2B 22db7abe3786df337af50f6217fa8c6702871b50de41245797270e70622084a22b3d6615cfe634044599a532c5bc14677b01dc77042d228213eaae2cad11b623 SHA512 a0eea1b9c2329ce5665456e99703ef476faab38f880eb8a330a6536970888cfdaada9f0e377d3c1acd8b6c79eb0c562ada43e82bac9df4cce5878594c3399ddf -EBUILD bpython-0.20.1.ebuild 1292 BLAKE2B 6981b5ba94b365b9a574ecf583fde1725579543435e0e444ef3d1487d463157a8b1f870b08a67f9735048864dcf92893971bff6affb7a3a50e05bff663cca38c SHA512 6774895a8d82402219e4d478831e428c0e1f19d6a04bc1a8664cd385122617e57d4d46b23ad5da0c8406c1e15418304d0814e9b16dee86a5124673e920024007 -EBUILD bpython-0.21.ebuild 1081 BLAKE2B e2e8886d5e479e40d5cd0576af216e41e8d6179104cf6ba1fadde8436f85ff15a3e1592a539e8745469723a7b8caa9f1695f759e5e0bc19ebd9193dc464af8bc SHA512 94a6b25e2a42bcf9a613541a94d53598413f3ee87be42ac30f92b6b3da52c487ebcb16663183835c0faa58a0aae8568a5de6e11a3fe14b0670f61cbfc01da2b1 +EBUILD bpython-0.21.ebuild 1079 BLAKE2B e7cb5b64662249b44f4bee04f2b8d69066598dc71e1569323b7a48410f3bbdfce738d999b4944e1400922c26521feaff3d1673ed631ef278574ec8b164363659 SHA512 b15f1553e48c38cdbae7ec9b1e2cc2c68ad70950df3cc0a521b44925419c7cf7bd5ea13dfbed32c8b23a910eb3805a8ac826c592b42598da4960e4637b355a80 MISC metadata.xml 496 BLAKE2B 77aef739a6085a972a41cdb41f7c1a9c70d8b80eb3070a1c132f18fba666bd9ede3f1f804064e51384b3173e47915f7172f8086c2d1e3a95177abfb91b8d0ad8 SHA512 95c4ff0de7773693c3c4f1f9c19623318037cc735e54f6669fbf33e2856834e09b15e09df1771a5a28d75de3eaab409da8cba91658eadfd94f848eeab07a623b diff --git a/dev-python/bpython/bpython-0.20.1.ebuild b/dev-python/bpython/bpython-0.20.1.ebuild deleted file mode 100644 index 32cd40f8c00e..000000000000 --- a/dev-python/bpython/bpython-0.20.1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) -DISTUTILS_USE_SETUPTOOLS=rdepend - -inherit distutils-r1 - -DESCRIPTION="Syntax highlighting and autocompletion for the Python interpreter" -HOMEPAGE="https://www.bpython-interpreter.org/ https://github.com/bpython/bpython https://pypi.org/project/bpython/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="doc test" - -RDEPEND=" - >=dev-python/curtsies-0.2.11[${PYTHON_USEDEP}] - dev-python/greenlet[${PYTHON_USEDEP}] - dev-python/jedi[${PYTHON_USEDEP}] - dev-python/pygments[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - >=dev-python/six-1.5[${PYTHON_USEDEP}] - dev-python/urwid[${PYTHON_USEDEP}] - dev-python/watchdog[${PYTHON_USEDEP}] - " -# sphinx is used implicitly to build manpages -BDEPEND=" - dev-python/sphinx[${PYTHON_USEDEP}] - test? ( dev-python/mock[${PYTHON_USEDEP}] )" - -DOCS=( AUTHORS CHANGELOG sample.theme light.theme ) - -distutils_enable_sphinx doc/sphinx/source --no-autodoc -distutils_enable_tests unittest - -src_prepare() { - sed -e 's:test_exec_dunder_file:_&:' \ - -e 's:test_exec_nonascii_file_linenums:_&:' \ - -i bpython/test/test_args.py || die - distutils-r1_src_prepare -} diff --git a/dev-python/bpython/bpython-0.21.ebuild b/dev-python/bpython/bpython-0.21.ebuild index 6b274ded9485..d82bf1719c22 100644 --- a/dev-python/bpython/bpython-0.21.ebuild +++ b/dev-python/bpython/bpython-0.21.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" RDEPEND=" >=dev-python/curtsies-0.3.5[${PYTHON_USEDEP}] |