diff options
Diffstat (limited to 'dev-python/bpython')
-rw-r--r-- | dev-python/bpython/Manifest | 2 | ||||
-rw-r--r-- | dev-python/bpython/bpython-0.25.ebuild | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/dev-python/bpython/Manifest b/dev-python/bpython/Manifest index 760f32ca8300..7661c86e311b 100644 --- a/dev-python/bpython/Manifest +++ b/dev-python/bpython/Manifest @@ -1,3 +1,3 @@ DIST bpython-0.25.tar.gz 207610 BLAKE2B d180838ddbf87165acf44214bdf3d5983ebcecb529647ecdd4f1b8f7c325a1d7013e47908ee88bdacacec9ba9b0b3f3052fc88999128416e6a01e1b7cfa1194b SHA512 052a84666e5e559a883964d8eb41a1ed8c704a9760799cdbe98d7fdcd8060815b5d7b26e7589a56735f91c1f1214b1cdf17ad30d6bed34a506233d2d9e0bbd2c -EBUILD bpython-0.25.ebuild 1323 BLAKE2B 2a502380d233eb17ece7602bee8b01afe7a1df4e822f3a0ec87d3329451f23e68cec4b7167a7e0b6cdbfa16ff88d74a0a42e1080cbbb7346a5ba8230d5a5f639 SHA512 932c0a56e159a1efc9d189a8bcc94bdc920a5fa8e77d4177169e2224e9fb78e364915295704f310858e5cdea56c3e99561230903d5900e38ff70b87a54eaed30 +EBUILD bpython-0.25.ebuild 1232 BLAKE2B b7c799042af2c9889de5e90f1277597fb8c1c6147b5e70f9e2dfcac2f9deb8785f0b758c5d498311c9a5cd3b12544c5aa453c67bad0bb7c1f50d2e3a1746eb0b SHA512 e0eefd11dbacd216f0a508a2db0c256c35fa772a41f858879f6ce805c1389aac99d5f6ad96896da7b5dbed39ff344ee23a778990394c107bc6728a94240cf672 MISC metadata.xml 785 BLAKE2B 2f68f309d497deba0e9db97d3c8eff7b8e8dcf39843a232e520c11c0dc574b9c9e1dd071e4af3313e538306d2674331358a216a08dc1605ce07c18853fb12fca SHA512 19d74222a46ed207c1c75668e56bbac30dbf42cb013f292eade90dd1d87fb9e0f57ef0fbabf0eae1c29b277161f75b2f8c7e821e37bc9708262d88c3e9d2c8dc diff --git a/dev-python/bpython/bpython-0.25.ebuild b/dev-python/bpython/bpython-0.25.ebuild index 7b523aefd544..f5d255b95932 100644 --- a/dev-python/bpython/bpython-0.25.ebuild +++ b/dev-python/bpython/bpython-0.25.ebuild @@ -31,9 +31,6 @@ RDEPEND=" clipboard? ( dev-python/pyperclip[${PYTHON_USEDEP}] ) jedi? ( dev-python/jedi[${PYTHON_USEDEP}] ) watch? ( dev-python/watchdog[${PYTHON_USEDEP}] ) - $(python_gen_cond_dep ' - >=dev-python/typing-extensions-4.0.0[${PYTHON_USEDEP}] - ' 3.10) " # sphinx is used implicitly to build manpages BDEPEND=" |