summaryrefslogtreecommitdiff
path: root/dev-python/typer
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-10-21 12:42:40 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-10-21 12:42:40 +0100
commit29593225a7ace4b92617cf93e6e22ae43be4bb06 (patch)
treecb9ab1d0ff9bb559dd535348766ec6625a39f230 /dev-python/typer
parent453667c3840fa8fc4f0120f7037982320e39b721 (diff)
dev-python/{click,typer} : version bump
Diffstat (limited to 'dev-python/typer')
-rw-r--r--dev-python/typer/Manifest2
-rw-r--r--dev-python/typer/typer-0.9.0.ebuild (renamed from dev-python/typer/typer-0.2.1-r4.ebuild)11
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/typer/Manifest b/dev-python/typer/Manifest
index 6255151d..368490eb 100644
--- a/dev-python/typer/Manifest
+++ b/dev-python/typer/Manifest
@@ -1 +1 @@
-DIST typer-0.2.1.tar.gz 194810 BLAKE2B 953ec8a757e8d3ea63a0f385f87652e4b6736c8b48da3678ec36d4ae10b66773cb462144c06c2867a01f9faa9fb6de99c0db64ea07505c69471df9cb91de474c SHA512 7d0338c8ad78fe239f8835c70175b667fb6dc1da0c0a41925c947c8ec26ddecda502ede3915a28502dd94cc667f0f642f9e2a835c063d87d999688b3312198f6
+DIST typer-0.9.0.tar.gz 266744 BLAKE2B ebc405408bb3990c1a849291b5e59f0cbbccffbd44e0634c7dc33151ff33f58bb3fdfa768299a262d05fea4e62a955df4fe6815cc97b05b3711415b6136a1a75 SHA512 76a455b17278c1fcf97a1fef7b3186cb0edda1501f537b1c689fa8fc1cdae233fbf2b0bbbcf8b886e7d35d2f480343427ad3410274218dee8689890321f93b58
diff --git a/dev-python/typer/typer-0.2.1-r4.ebuild b/dev-python/typer/typer-0.9.0.ebuild
index e4c3e3f1..6be2d17b 100644
--- a/dev-python/typer/typer-0.2.1-r4.ebuild
+++ b/dev-python/typer/typer-0.9.0.ebuild
@@ -1,7 +1,9 @@
-# Copyright 2016-2020 Redcore Linux Project
+# Copyright 2016-2023 Redcore Linux Project
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
+DISTUTILS_USE_PEP517=flit
+
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
@@ -19,10 +21,11 @@ DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
"
RDEPEND="
- <dev-python/click-8[${PYTHON_USEDEP}]
+ <=dev-python/click-8.0.4[${PYTHON_USEDEP}]
+ dev-python/typing-extensions[${PYTHON_USEDEP}]
"
-PATCHES=( "${FILESDIR}"/"${PN}"-avoid-python-dephell-dependency.patch )
+distutils_enable_tests pytest
python_install_all() {
distutils-r1_python_install_all