diff options
Diffstat (limited to 'dev-python/bpython')
-rw-r--r-- | dev-python/bpython/Manifest | 6 | ||||
-rw-r--r-- | dev-python/bpython/bpython-0.20.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/bpython/bpython-0.20.ebuild | 45 | ||||
-rw-r--r-- | dev-python/bpython/metadata.xml | 1 |
4 files changed, 4 insertions, 52 deletions
diff --git a/dev-python/bpython/Manifest b/dev-python/bpython/Manifest index b304cbc8bf8b..863f62ae84a7 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.20.tar.gz 224127 BLAKE2B 6b7334f6657e27eff3f48468ee4eed64b69f9ba9ce92881a28ff57a5d5e60948b30fca689adc7a3aac088d2aa1316bfd43509f4f8d80b4822e8990f2753a2059 SHA512 13c04bd9b9ce0bd1b3775295e249e0505abe3be6c601dc9d90455863fd8bc178abb3fe98b05586c6298ea9308a6b062907abf2979b37b08e4341439b0311a565 -EBUILD bpython-0.20.1.ebuild 1294 BLAKE2B 36afcc9534b3b5d5e5ac2ff568b9d5857aefdbe43032609a5834d0259d1be6f9fb3ce9f528e6881820248dc2cb348791598c0d997a8317b1962d596271e0bcf4 SHA512 99046d683bfe88df4b2cdcb4157ef1818de37a325623e9fed919ee037f4bb772bf2367e5182f78a3eb12736d6fa6a714eb078e1ae354a47342ed2a6846a682ec -EBUILD bpython-0.20.ebuild 1293 BLAKE2B 78f1b53f228bd067c3c9c8c2af79a6df96d9623f3e531a7334295f2ac54038e4ee2072d3db971bd943b325130e524c949fd116812903a47bdd781a4b4e4bfd66 SHA512 82c75f49d3b0d3edc3f46c0454a1941f13f5690faec16fc9cc76b76fd7afe8f381f7e0aed9ba746ec12dce417b0d4d24658c512aba0e40eec7c9c008f22b80ef -MISC metadata.xml 551 BLAKE2B 624afcce3174b99f96cb51a1e103cd96576746627e6b3cfab98cfe65624de7d3edb8c6412b6fa1e2d0fc5b03d998e0d07cbe036de9601a804fdfd2bae2e4012e SHA512 aa2eb7728bbd2760c3eff386e27c99e2dbb74ba105647f8408b01537e2748cab8207cee751fd6bbccfd5a7eb99212a406f5ce93ab55a0ed5d9bce7ade1836547 +EBUILD bpython-0.20.1.ebuild 1292 BLAKE2B 955ff58efae69e992c2e72657160491bc8ae39166e4bc782f7e3ceca48d341488fbbee8cefa36c1b7d9879f2680f5499ad6c78476622b933cb5e39bfba7d7b3f SHA512 f5271f2850de51f2caa05cb90b94a1d3dfff18f4bad47f815156f544172f40be3831cbca0c375f37698922fa984b45056f0126b0e3948179ba319d72c5c67dba +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 index ecf0abab267b..646ec4c844e5 100644 --- a/dev-python/bpython/bpython-0.20.1.ebuild +++ b/dev-python/bpython/bpython-0.20.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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" IUSE="doc test" RDEPEND=" diff --git a/dev-python/bpython/bpython-0.20.ebuild b/dev-python/bpython/bpython-0.20.ebuild deleted file mode 100644 index 9e264fef8f6c..000000000000 --- a/dev-python/bpython/bpython-0.20.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8} ) -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/metadata.xml b/dev-python/bpython/metadata.xml index 28921a2f3141..2e2f43fb4ebe 100644 --- a/dev-python/bpython/metadata.xml +++ b/dev-python/bpython/metadata.xml @@ -12,7 +12,6 @@ <stabilize-allarches/> <upstream> <remote-id type="pypi">bpython</remote-id> - <remote-id type="bitbucket">bobf/bpython</remote-id> <remote-id type="github">bpython/bpython</remote-id> </upstream> </pkgmetadata> |